Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kukuqi666/hacktronian
渗透测试工具
https://github.com/kukuqi666/hacktronian
hacking hacking-tool linux python2
Last synced: about 1 month ago
JSON representation
渗透测试工具
- Host: GitHub
- URL: https://github.com/kukuqi666/hacktronian
- Owner: kukuqi666
- License: mit
- Created: 2024-08-29T09:00:39.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-23T05:33:09.000Z (about 2 months ago)
- Last Synced: 2024-10-07T20:52:43.178Z (about 1 month ago)
- Topics: hacking, hacking-tool, linux, python2
- Language: Python
- Homepage:
- Size: 77.1 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
***Pentesing Tools That All Hacker Needs.***
## HACKTRONIAN Menu :
- Information Gathering
- Password Attacks
- Wireless Testing
- Exploitation Tools
- Sniffing & Spoofing
- Web Hacking
- Private Web Hacking
- Post Exploitation
- Install The HACKTRONIAN### Information Gathering:
- Nmap
- Setoolkit
- Port Scanning
- Host To IP
- wordpress user
- CMS scanner
- XSStrike
- Dork - Google Dorks Passive Vulnerability Auditor
- Scan A server's Users
- Crips### Password Attacks:
- Cupp
- Ncrack### Wireless Testing:
- reaver
- pixiewps
- Fluxion### Exploitation Tools:
- ATSCAN
- sqlmap
- Shellnoob
- commix
- FTP Auto Bypass
- jboss-autopwn### Sniffing & Spoofing:
- Setoolkit
- SSLtrip
- pyPISHER
- SMTP Mailer### Web Hacking:
- Drupal Hacking
- Inurlbr
- Wordpress & Joomla Scanner
- Gravity Form Scanner
- File Upload Checker
- Wordpress Exploit Scanner
- Wordpress Plugins Scanner
- Shell and Directory Finder
- Joomla! 1.5 - 3.4.5 remote code execution
- Vbulletin 5.X remote code execution
- BruteX - Automatically brute force all services running on a target
- Arachni - Web Application Security Scanner Framework### Private Web Hacking:
- Get all websites
- Get joomla websites
- Get wordpress websites
- Control Panel Finder
- Zip Files Finder
- Upload File Finder
- Get server users
- SQli Scanner
- Ports Scan (range of ports)
- ports Scan (common ports)
- Get server Info
- Bypass Cloudflare### Post Exploitation:
- Shell Checker
- POET
- Weeman## Installation in Kali-Linux :
This Tool Must Run As ROOT !!!
### 方法一
```apt install git```
```apt install python```
```git clone https://github.com/kukuqi666/hacktronian.git```
```cd hacktronian```
```python2 hacktronian.py```
### 方法二
```wget -o kali_install.sh https://raw.githubusercontent.com/kukuqi666/hacktronian/main/kali_install.sh```
```chmod +x kali_install.sh```
```bash kali_install.sh```
That's it.. you can execute tool by typing **hacktronian**
## Installation in Android :
Open [Termux](https://play.google.com/store/apps/details?id=com.termux)
### 方法一
```pkg install git```
```pkg install python```
```git clone https://github.com/kukuqi666/hacktronian.git```
```cd hacktronian```
```python2 hacktronian.py```
### 方法二
```wget -o termux_install.sh https://raw.githubusercontent.com/kukuqi666/hacktronian/main/termux_install.sh```
```chmod +x termux_install.sh```
```bash termux_install.sh```