Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 737 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 737 Bytes

Smuggler

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.

How it works

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.

Disclaimer

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.

Features

  • Receives data from the HTTP header X-Payload
  • Stores data in a SQLite database