EnigmaScope is a Python utility that hides files in any kind of another file. This tool is ideal for cybersecurity enthusiasts, ethical hackers, and anyone looking to protect sensitive information.
git clone https://github.com/madhanmaaz/EnigmaScope.git
cd EnigmaScope
pip install -r requirements.txt
[!IMPORTANT]
- When the file gets edited, all secure contents of the file are lost.
- There is no recovery option if you forget the password.
python EnigmaScope.py --load secure.png
[secure.png]> help
+======== COMMANDS ========+ help Help menu. q Exit.
list List all files.
write
3. Add a File.
- To add a file to the image, use:
```bash
[secure.png]> write path/to/passwords.txt
[+] write 'passwords.txt' successfully.
List Files.
[secure.png]> list
ID FILE TIME SIZE
0 passwords.txt 2024-05-14 13:37:01.556315 0 1 elonmusk.mp4 2024-05-14 13:38:20.250163 4.05 2 ironman.mp3 2024-05-14 13:40:02.469420 0.43 3 deadpool.jpg 2024-05-14 13:40:42.439906 0.08 4 c4611_sample_explain.pdf 2024-05-14 13:41:26.543092 0.08
Read a File.
[secure.png]> read 0
[+] Read success. saved on 'c:\users\username\documents\enigmascope\secure\passwords.txt'
Delete a File.
[secure.png]> delete 0
[+] file 'passwords.txt' deleted successfully.
secure.png
) contains files like txt
, pdf
, mp4
, mp3
, etc. To test, use the dragon wallpaper secure.png. The password is 123.python EnigmaScope.py -l secure.png