Security
Horus is an all-in-one encompassing tool for investigations assistance, from API leveraging to compiling data too. Its your pre-ops buddy!
To get started with this project, you will need Python installed on your device. Once it is installed, follow these steps:
cd
to the 'horus' directory. (Make sure it isn't the outermost folder)pip install -r requirements.txt
python3 horus.py
on Linux/MacOS, or py horus.py
on WindowsNote: protonvpn-cli is a requirement for the 'pvpn' command Note: openvpn CLI is a requirement for the 'ovpn' command
To configure the APIs necessary for usage of certain commands, you can either manually enter them, or use the 'apicon' command
To manually configure API keys, navigate to /src/modules/var/pipes/api_config.json
. Enter your API keys in their corresponding entries.
ā ļø Warning: If you are contributing to this repository or are testing it through a public fork, make sure to remove your API keys from the JSON file before pushing changes.
š¢ = Fully implemented or more than 80% done
š” = Partially implemented / In development
š“ = To be implemented
On Shodan: Shodan is a paid API, so in order for your API to work you need to subscribe to them. A lot of its feature's location-related functionality is available in 'geolock', but more detailed features require that API.
Some code used can be attributed to Fox and Askerdyne Ltd., specifically the 'Loki' encryption toolset.
Some .github
files were made by Jesse Squires