Share
## https://sploitus.com/exploit?id=CAAA6FF1-6C83-5E1A-835A-0E6A2091A4B8
# PNG Image Generator

This Python script generates a PNG image filled with a specific color and embeds a file path as metadata using the Pillow library.

## Running the Script

### Prerequisites
- Python (install from [Python's official website](https://www.python.org/))
- Pillow library (`pip install pillow`)

### Steps

1. **Clone the Repository:**
   ```bash
   git clone https://github.com/NataliSemi/-CVE-2022-44268.git
   cd -CVE-2022-44268.git

2. Install Required Packages:
    ```bash
    pip install pillow
    pip install pypng

3. Run the Script:
    ```bash
    python create_image.py

Generated Image:
After running the script, an image file named image.png will be created in the repository directory.

## Example:
python create_image.py -f /path/to/local/file.txt -o output_image.png