Hacktronian | An All In One Hacking Tool For Linux And Android

hacktorian

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.

Installation

  • 1 – Cloning the repo from GitHub

gitclonehacktronian

  • 2 – Changing Directory to Hacketronian

cdhacktronian

  • 3 – Running the installer with Sudo privileges

screenshooo

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

Installation | Android

pkg install git 

pkg install python 

git clone https://github.com/thehackingsage/hacktronian.git 

cd hacktronian 

chmod +x hacktronian.py 

python2 hacktronian.py 

Usage

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

examplehacktorian

  • We can choose Host to IP

host

  • We put the site we need to check it’s IP

IP

Pros

  1. – Full Command Line Interface

  2. – Contains a lot of modules and attacks

  3. – Easy to use by newcomers

Cons

  1. – Some modules require cloning some repositories “Not Independent”

  2. – You can’t customize your own attacks

  3. – The tool does not save the information into an output

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.

26 Likes

Thank you so much.
I appreciate this precious sharing, even if I do not have linux.

2 Likes

thank you sir

1 Like