Files
kioubit-ipv6-canvas-sender/README.md
2023-03-10 00:59:53 -08:00

39 lines
1007 B
Markdown

# Kioubit-IPv6-Canvas-Sender
Simple script for the IPv6 ICMP canvas: <http://us2.g-load.eu:9090/>
## Usage
### [xmsx.py](./xmsx.py)
To draw an image:
```bash
sudo python3 xmsx.py [Source IPv6]
```
To change what image to draw, edit parameters in `xmsx.py`.
### [flood.py](flood.py)
To flood the canvas with random pixels:
```bash
sudo python3 xmsx.py [Source IPv6]
```
This is useful when something inappropriate is drawn on the canvas.
## Replace image
1. Prepare your animation frames in `img/img_0.png`, `img/img_1.png`, etc
- If you have a GIF, `convert_image.sh` can be helpful
2. Edit `IMAGE_FILENAME` and `IMAGE_COUNT` in `xmsx.py`
3. Run!
## What is "XMSX"
XMSX (熊猫烧香) is probably the most famous computer virus in Chinese history. It infected a large amount computer systems in China on early 2007. It changes the icon of all `.exe` executables on the system to the iconic image of a panda holding three incense sticks.
![Panda holding three incense sticks](img/xmsx.gif)