How to Run Different Commands in Nmap Tool?
Table of Contents
- Basic Commands Practical
- Nmap scanning for Network hacking (Basic Commands)
- Nmap Scanning part -02
- Nmap Scanning part -03
Basic Commands Practical
Watch the video tutorial below to learn how the basic Nmap commands actually work:
Type nmap -p 1-65535 -sT -T4 -sV 192.168.84.129
Testing Different Commands -sV -O -oX -sC --Script
Watch the video tutorial below to understand the testing of different commands:
Nmap Command = nmap -sT -T4 -sV -v -O -p 1-65535 192.168.84.129 -oX hackers.xml
Converting xml to html for easy understanding
Command = xsltproc hackers.xml -o hackers.html
Advance Commands Testing for Bypass Firewalls
To learn the testing of advanced commands for bypassing firewalls, watch the comprehensive video tutorial below:
ICMP TCP nmap command = nmap -PT -v 192.168.84.129
XMAS Scan command = nmap -sX -v 192.168.84.1
Zombie SCAN Command = nmap -Pn -sI (Zombie host IP) (victim IP)
Nmap scanning for Network hacking (Basic Commands)
Nmap scanning for Network hacking (Basic Commands)
Nmap Scanning part -02
Nmap Scanning part -02
Nmap Scanning part -03
Nmap Scanning part -03