Giter Site home page Giter Site logo

enigmascope's Introduction

EnigmaScope

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.

Youtube Video

Installation

  • Clone the repository and install the necessary dependencies:
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.

Usage

  1. Load an Image File.
  • To load an image file and set a password, use:
python EnigmaScope.py --load secure.png
  1. Display the Help Menu.
  • To see available commands, type:
[secure.png]> help

+======== COMMANDS ========+
help        Help menu.
q           Exit.

list        List all files.
write       <URL or FILE>   ex: write /path/to/file, write https://example.com/data.zip
read        <ID or *>       ex: read 0, read *
delete      <ID or *>       ex: delete 0, delete *
  1. Add a File.
  • To add a file to the image, use:
[secure.png]> write path/to/passwords.txt
[+] write 'passwords.txt' successfully.
  1. List Files.
  • To list all files embedded in the image, use:
[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
  1. Read a File.
  • To read a file, specify its ID:
[secure.png]> read 0
[+] Read success. saved on 'c:\users\username\documents\enigmascope\secure\passwords.txt'
  1. Delete a File.
  • To delete a file, specify its ID:
[secure.png]> delete 0
[+] file 'passwords.txt' deleted successfully.

Testing with a Dragon Wallpaper

  • For example, the below wallpaper image (secure.png) contains files like txt, pdf, mp4, mp3, etc. To test, use the dragon wallpaper secure.png. The password is 123.
  • Run - python EnigmaScope.py -l secure.png

test image

terminal

enigmascope's People

Contributors

madhanmaaz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.