SkillAgentSearch skills...

PNGPayload

Fully automated Python script that creates a PNG image from predefined chunks, encodes it to Base64, and saves both the PNG file and the HTML image tag. The script doesn't require any user input and performs all actions automatically.

Install / Use

/learn @SleepTheGod/PNGPayload
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

PNG Payload Exec

Fully automated Python script that creates a PNG image from predefined chunks, encodes it to Base64, and saves both the PNG file and the HTML image tag. The script doesn't require any user input and performs all actions automatically.

On your terminal mingw or linux type the following.

git clone https://github.com/SleepTheGod/PNGPayload
cd PNGPayload
chmod +x main.py; chmod +x payload.py
python main.py; chmod +x payload.py
pip install -r requirements.txt

Run the script

python main.py
python payload.py

Example Output When you run the script, you will see output like

PNG image saved as 'payload_image.png'.
HTML image tag saved as 'image_tag.html'.
HTML Image Tag:
<img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA..." alt="Payload Image">

This setup fully automates the process, making it easy to create and use your PNG image and its HTML representation.

Made By Taylor Christian Newsome Youtube.com/Stripped

Related Skills

View on GitHub
GitHub Stars15
CategoryDevelopment
Updated13d ago
Forks6

Languages

Python

Security Score

75/100

Audited on Mar 26, 2026

No findings