Kali Linux
Advanced Penetration Testing Linux distribution used for Penetration Testing, Ethical Hacking and network security assessments.
AI (HackerGPT)
Use unfiltered artificial intelligence to answer all questions related to the security.
HackerGPT: in OpenAI > Explorer > HackerGPT.
Nmap
Quick scan:
sudo nmap -F -Pn <IP>Top ports
sudo nmap -Pn --top-ports 1000 <IP>Use scripts default
sudo nmap -p 22 -sC -sV <IP>Use all scripts for option
sudo nmap -p 22 --script "ftp-*" <IP>All ports
sudo nmap -p 1-65535 -Pn <IP>Hydra
SSH
Mysql
Form
Wordlists
Seclist: /usr/share/seclists/
Last updated