Description:
magik_monkee v1.0.0 is an essential Python-based tool designed for testing file upload vulnerabilities in web applications. By leveraging a JSON-based database of "magic numbers" or file signatures, magik_monkee identifies and replaces the magic numbers of a selected file extension. This process generates a new file that retains the original content but adopts the magic numbers of the chosen extension. The tool proves invaluable in verifying file upload security, guarding against malicious uploads, and detecting potential bypasses in File Upload functionalities.
Features:
- Validate and modify magic numbers of uploaded files
- JSON-based database for storing and managing file signatures
- Option to list available extensions in the database
- Ability to get detailed information on selected extensions
- Easily change the output file extension to a selected one
- Interactive mode ("monkee" mode) for intuitive user experience
Database Manager Submodule:
The magik_monkee repository now includes a useful submodule called db_manager.py
that allows you to manage the JSON-based database used by the tool.
For further information please refer to README.
Thank you for using magik_monkee!