CEH: Identifying Services & Scanning Ports | Gathering Network And Host Information | NMAP
Posted
by Frames
on 4:34 AM
CEH scanning methodology is the important step i.e. scanning for open ports over a network. Port is the technique used to scan for open ports. This methodology performed for the observation of the open and close ports running on the targeted machine. Port scanning gathered a valuable information about the host and the weakness of the system more than ping sweep.
Network Mapping (NMAP)
Basically NMAP stands for Network Mapping. A free open source tool used for scanning ports, service detection, operating system detection and IP address detection of the targeted machine. Moreover, it performs a quick and efficient scanning a large number of machines in a single session to gathered information about ports and system connected to the network. It can be used over UNIX, LINUX and Windows.There are some terminologies which we should understand directly whenever we heard like Open ports, Filtered ports and Unfiltered ports.
Open Ports means the target machine accepts incoming request on that port cause these ports are used to accept packets due to the configuration of TCP and UDP.
Filtered ports means the ports are usually opened but due to firewall or network filtering the nmap doesn't detect the open ports.
Unfiltered means the nmap is unable to determine whether the port is open or filtered while the port is accessible.
Types Of NMAP Scan
Scan Type | Description |
---|---|
Null Scan | This scan is performed by both an ethical hackers and black hat hackers. This scan is used to identify the TCP port whether it is open or closed. Moreover, it only works over UNIX based systems. |
TCP connect | The attacker makes a full TCP connection to the target system. There's an opportunity to connect the specifically port which you want to connect with. SYN/ACK signal observed for open ports while RST/ACK signal observed for closed ports. |
ACK scan | Discovering the state of firewall with the help ACK scan whether it is stateful or stateless. This scan is typically used for the detection of filtered ports if ports are filtered. Moreover, it only works over the UNIX based systems. |
Windows scan | This type of scan is similar to the ACK scan but there is ability to detect an open ports as well filtered ports. |
SYN stealth scan | This malicious attack is mostly performed by attacker to detect the communication ports without making full connection to the network. This is also known as half-open scanning. |
All NMAP Commands
Commands | Scan Performed |
---|---|
-sT | TCP connect scan |
-sS | SYN scan |
-sF | FIN scan |
-sX | XMAS tree scan |
-sN | Null scan |
-sP | Ping scan |
-sU | UDP scan |
-sO | Protocol scan |
-sA | ACK scan |
-sW | Window scan |
-sR | RPC scan |
-sL | List/DNS scan |
-sI | Idle scan |
-Po | Don't ping |
-PT | TCP ping |
-PS | SYN ping |
-PI | ICMP ping |
-PB | ICMP and TCP ping |
-PB | ICMP timestamp |
-PM | ICMP netmask |
-oN | Normal output |
-oX | XML output |
-oG | Greppable output |
-oA | All output |
-T Paranoid | Serial scan; 300 sec between scans |
-T Sneaky | Serial scan; 15 sec between scans |
-T Polite | Serial scan; .4 sec between scans |
-T Normal | Parallel scan |
-T Aggressive | Parallel scan, 300 sec timeout, and 1.25 sec/probe |
-T Insane | Parallel scan, 75 sec timeout, and .3 sec/probe |
How to Scan
You can perform nmap scanning over the windows command prompt followed by the syntax below. For example, If you wanna scan the host with the IP address 192.168.2.1 using a TCP connect scan type, enter this command:nmap 192.168.2.1 –sT
nmap -sT 192.168.2.1
Related posts
- Black Hat Hacker Tools
- Hacker Tools Free Download
- Hacker Tools 2019
- Hack Apps
- How To Install Pentest Tools In Ubuntu
- Physical Pentest Tools
- Nsa Hack Tools
- Pentest Tools Find Subdomains
- Computer Hacker
- Pentest Reporting Tools
- Hacking Tools For Pc
- Pentest Tools Nmap
- Pentest Tools For Mac
- Termux Hacking Tools 2019
- Hack Tools Github
- Hacking Tools Usb
- Hack Tools
- Hacker Hardware Tools
- Hacking Tools Windows 10
- Hack Tools
- Pentest Automation Tools
- Bluetooth Hacking Tools Kali
- Hacking Tools Name
- Hack Tools
- Hacking Tools
- New Hack Tools
- Pentest Tools List
- Pentest Tools Nmap
- Hacker Tools Apk
- How To Install Pentest Tools In Ubuntu
- Underground Hacker Sites
- What Is Hacking Tools
- Hack Tools
- Pentest Tools Website Vulnerability
- Pentest Tools Open Source
- New Hack Tools
- Hacking Tools For Windows
- Pentest Tools For Ubuntu
- Hacker Tools Online
- Best Pentesting Tools 2018
- Install Pentest Tools Ubuntu
- Hack Tools 2019
- Hacker Tools Github
- Computer Hacker
- Hack Tools Pc
- Hacker Hardware Tools
- Hacking App
- Hacker Security Tools
- What Is Hacking Tools
- New Hacker Tools
- Hacking Tools For Kali Linux
- Hack Tools Download
- Hacker Tools Linux
- Blackhat Hacker Tools
- Pentest Tools For Android
- Pentest Tools For Windows
- New Hacker Tools
- Hack Website Online Tool
- Pentest Tools Kali Linux
- Hackers Toolbox
- Hacker Tools For Windows
- Hacker Tools For Ios
- Hacker Tools For Windows
- Game Hacking
- Hack Tools For Games
- Hacker Tools
- Pentest Tools List
- Hack Tool Apk
- Hacking Tools For Pc
- Hacking App
- Hacking Tools 2019
- How To Install Pentest Tools In Ubuntu
- Hacker Tools For Ios
- Pentest Tools Website
- Hacking Tools Mac
- Hacking Tools Github
- Hack And Tools
- New Hacker Tools
- Game Hacking
- Hacking Tools
- Hacker Security Tools
- How To Install Pentest Tools In Ubuntu
- Physical Pentest Tools
- Hack Tools For Windows
- Pentest Tools Framework
- Hack Tools Github
- Hacking Tools For Kali Linux
- Hacker Tools Apk
- Pentest Tools For Ubuntu
- Hacking Tools For Pc
- Underground Hacker Sites
- Hacking Tools Free Download
- Hacking Tools Github
0 comments on "CEH: Identifying Services & Scanning Ports | Gathering Network And Host Information | NMAP"