Skip to content

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.

Notifications You must be signed in to change notification settings

SleepTheGod/PNGPayload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages