horus
horus copied to clipboard
An OSINT / digital forensics tool built in Python (formerly 'Sentinel')
1. Refined Output Statements: Modified several print statements in both main.py and horus.py to use the centralized formatting variables like failed, success, and notice. This approach avoids hard-coded values and...
Some files, like cryptotracer.py, have outputs that do not utilize the prints templates. Try to beautify the outputs using the output variables at the top of each module. *Issue for...
Use an API for SSID/BSSIDs stat, locations, and Bluetooth data
## Add support for connecting to an OpenVPN server using a config/profile file (*.ovpn) Fixes/Implements: #10 *Since this is my first PR on this repo, brutal honesty would be fantastic....