Smuggler is a Python application that receives data stored in the HTTP header X-Payload
and stores it to a SQLite database.
The application is designed for educational purposes only. It should not be used to store sensitive data.
Smuggler works by first receiving the data from the HTTP header. The data is then parsed and stored in a SQLite database. The database can be queried to retrieve the data.
Smuggler is a Python application that is designed for educational purposes only. It should not be used to store sensitive data. The application is open source and can be found on GitHub.
- Receives data from the HTTP header
X-Payload
- Stores data in a SQLite database