linux part-1
Linux os update :
#sudo apt-get update
#sudo apt-get distupgrade
(Metasploitable)
#download (Metasploitable) on rapid7 webpage . then metasploitable import on your virtual box .and find your server ip address #ifconfig
IP address scan on your kali matching using nmap/zenmap command: nmap -0 192.168.1.101
nmap code# nmap -p 1-65535 -T4 192.168.1.101
syn scan parameter is -sS: nmap -sS -T4 192.168.1.101
nmap -sS -p 1-65535 192.168.1.101
(Searchploit):
-> open terminal and type searchspolit <windows> windows is exploit index name
(DNSENUM):
#dnsenum google.com
(DNSMAP):
#dnsmap google.com <domain.name> find phone number contact, and other subdomain .
(DNSTRACER):
#dnstracer <domain name >
LBD
#lbd domainname >>> use for loadblance on tow server
HPING3
#hping3 <domain or IP > -v use same ping command but hping3 is very advantage for hacking
CISCO-TORCH
# cisco-torch -n 192.168.0.1 use for mass scanning fingerprinting and exploitation
CAT
#cat -p 23 -h hostname or IP
CGE
#cge.pl 192.168.0.1
BED
bed -s HTTP -t 192.168.1.102
Wireless Attacks:
Fern wifi cracker
#airmon-ng start wlan-0
now open application frem wireless cracker. select the wireless card as shown and click the wireless scan
Comments
Post a Comment