Hacktronian is an open-source penetration testing framework designed for social engineering and multiple server side attacks, it has a number of custom attack vectors that allow one to portray a red team attack within a short timeframe.
1 - Cloning the repo from GitHub
2 - Changing Directory to Hacketronian
3 - Running the installer with Sudo privileges
The installation process will copy hacktronian into /usr/bin to execute the script from anywhere via the terminal
Launch the script from anywhere with hacktronian
pkg install git pkg install python git clone https://github.com/thehackingsage/hacktronian.git cd hacktronian chmod +x hacktronian.py python2 hacktronian.py
The script has a CLI feature you can launch with the following instructions:
Example: Information Gathering
The list shows the type and sources of reconnaissance each options you can choose
We can choose Host to IP
We put the site we need to check it's IP
Pros
Cons
Hacktronian is a pretty cool tool used by ethical hackers to create payloads and craft an advanced attack, I love the convenience of it and can seen the usage within a red team engagement. Therefore I will be awarding it 3 out of 5 bunnies.