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 :
Pystinger is a Python-based tool that enables SOCKS4 proxying and port mapping through webshells. It…
Introduction When it comes to cybersecurity, speed and privacy are critical. Public vulnerability databases like…
Introduction When it comes to cybersecurity, speed and privacy are critical. Public vulnerability databases like…
If you are working with Linux or writing bash scripts, one of the most common…
What is a bash case statement? A bash case statement is a way to control…
Why Do We Check Files in Bash? When writing a Bash script, you often work…