Nmap Tutorial Information Gathering
Assalamualikum bro, kali ini saya akan membuatkan tutorial Information Gathering menggunakan tools Nmap. bagi yang blumm tau tools Nmap silahkan cek di wikipedia :")
OS yang saya gunakan ialah Backbox,
1. Petama install Nmap dengan cara “sudo apt-get install nmap”(Versi CLI), sedangkan untuk versi GUI nya “sudo apt-get install zenmap” (versi GUI), NB=Hilangkan tanda petiknya, link download https://nmap.org/download.html
2. Lest Go
“nmap 192.168.100.1/24” scan a subnet
"nmap 192.168.100.1" scan singgle ip
"nmap www.example.com" scan a host
"nmap 192.168.100.1-20" scan in range of IP
"nmap -p 192.168.100.1" scan a Port
"nmap -F -sV 192.168.100.1" scan in firewall and version
"nmap -p 1-100 192.168.100.1" scan a range ports
"nmap -sS 192.168.100.1" scan in TCP SYN scan
"nmap -sT 192.168.100.1" scan using TCP connect
"nmap -A 192.168.100.1" scan OS Detect and service
"nmap -sS 192.168.100.1" scan in standart service detection
"nmap -sV -p 443 -script=ssl-heartbleed.nse 192.168.1.1" scan using NSE spesifikasi
"nmap 192.168.100.1" scan singgle ip
"nmap www.example.com" scan a host
"nmap 192.168.100.1-20" scan in range of IP
"nmap -p 192.168.100.1" scan a Port
"nmap -F -sV 192.168.100.1" scan in firewall and version
"nmap -p 1-100 192.168.100.1" scan a range ports
"nmap -sS 192.168.100.1" scan in TCP SYN scan
"nmap -sT 192.168.100.1" scan using TCP connect
"nmap -A 192.168.100.1" scan OS Detect and service
"nmap -sS 192.168.100.1" scan in standart service detection
"nmap -sV -p 443 -script=ssl-heartbleed.nse 192.168.1.1" scan using NSE spesifikasi
SEKIAN DARI SAYA KALAU KURANG PAHAM SILAHKAN HUBUNGI DI FANSPAGE INDOSEC
https://nmap.org/ ( UNTUK REFERENSI )
https://nmap.org/ ( UNTUK REFERENSI )
WASSSALAMULAIKUM WR WB
ngawur ah, periksa firewall kok sama kyak no.4 ?
BalasHapustrus -sT itukan buat koneksi TCP, kok bisa buat cek firewall ?
maaf pak nanti saya ralat :")
Hapus