Open In App

Hacktronian – All in one hacking tool for Linux and Android

Last Updated : 23 Sep, 2021
Improve
Improve
Like Article
Like
Save
Share
Report

Hacktronian is a free and open-source tool available on GitHub which is used as an information-gathering tool. Hacktronian is one of the easiest and useful tools for performing reconnaissance on websites and web applications. Hacktronian have different Modules such as information gathering, password attacks. Hacktronian is a complete package of different hacking tools/modules such as  Setoolkit,  Nmap, Host To IP Conversion, WAScan module, CMS Scanner module, XSStrike module for cross-site scripting. The interactive console provides a number of helpful features, such as command completion and contextual help. Hacktronian provides a command-line interface that you can run on Kali Linux. This tool can be used to get information about our target(domain). 

Installation of the Hacktronian tool

Step 1: Open your kali Linux operating system and move to the desktop using the following command. Use the second command to install the tool in your kali Linux operating system.

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

Step 2: Now use the following command to move into the directory of the tool. Use the second command to give the permission of execution to the tool.

cd hacktronian
chmod +x install.sh

Step 3: Now use the following command to install the tool.

Step 4: The tool has been installed successfully. Use the following command to run the tool.

python2 hacktronian.py

The tool is running successfully. Now we will see examples to use the tool.

Usage

Example 1: Use the hacktronian tool to find the host  IP of a domain.

choose option 1:

1

choose option 4
4

Provide domain.

The tool has given the IP address of the domain.

Example 2: Use the hacktronian tool to perform port scanning.

choose option 3

3

Give the target IP-address

The tool started scanning the target ip-address using Nmap. Similarly, you can use the tool on your target also.


Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads