Hacktronian is an all in one Hacking tool for Linux & Android and pentesing tools that all Hacker needs.
Menu
Information Gathering:
Password Attacks:
Also Read – PEpper : An Open Source Script To Perform Malware Static Analysis On Portable Executable
Wireless Testing:
Exploitation Tools:
Sniffing & Spoofing:
Web Hacking:
Private Web Hacking:
Post Exploitation:
Installation in Linux :
This Tool Must Run As ROOT !!!
git clone https://github.com/thehackingsage/hacktronian.git
cd hacktronian
chmod +x install.sh
./install.sh
Installation in Android :
Open Termux
pkg install git
pkg install python
git clone https://github.com/thehackingsage/hacktronian.git
cd hacktronian
chmod +x hacktronian.py
python2 hacktronian.py
Video Tutorial :
The cp command, short for "copy," is the main Linux utility for duplicating files and directories. Whether…
Introduction In digital investigations, images often hold more information than meets the eye. With the…
The cat command short for concatenate, It is a fast and versatile tool for viewing and merging…
What is a Port? A port in networking acts like a gateway that directs data…
The ls command is fundamental for anyone working with Linux. It’s used to display the files and…
The pwd (Print Working Directory) command is essential for navigating the Linux filesystem. It instantly shows your…