This tool was designed for research in the field of Digital Forensics.
NB: SINCE THIS IS A PROTOTYPE, WHEN TESTING MALICIOUS SAMPLES PLEASE USE THIS TOOL WITHIN A VM.
Install the dependencies:
pip install -r requirements.txt
Install openSSL
To run the application simply run the python file RanForRed.py
python RanForRed.py
Create an .env
file and configure the following variables
TOKEN = "Bearer XXXXXXXXXXX"
IP = "http://localhost/api"
IPS = "https://localhost:8443"
API_KEY = "XXXXXXXXXXX"
API_SECRET = "XXXXXXXXXXX"
- Windows 11
- Windows 10
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
- Bug reports.
- Feedback.
MIT License