Monday, August 24, 2020

CEH: Identifying Services & Scanning Ports | Gathering Network And Host Information | NMAP


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 TypeDescription
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 connectThe 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 scanDiscovering 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 scanThis type of scan is similar to the ACK scan but there is ability to detect an open ports as well filtered ports.
SYN stealth scanThis 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 


CommandsScan Performed
-sTTCP connect scan
-sSSYN scan
-sFFIN scan
-sXXMAS tree scan
-sNNull scan
-sPPing scan
-sUUDP scan
-sOProtocol scan
-sAACK scan
-sWWindow scan
-sRRPC scan
-sLList/DNS scan
-sIIdle scan
-PoDon't ping
-PTTCP ping
-PSSYN ping
-PIICMP ping
-PBICMP and TCP ping
-PBICMP timestamp
-PMICMP netmask
-oNNormal output
-oXXML output
-oGGreppable output
-oAAll output
-T ParanoidSerial scan; 300 sec between scans
-T SneakySerial scan; 15 sec between scans
-T PoliteSerial scan; .4 sec between scans
-T NormalParallel scan
-T AggressiveParallel scan, 300 sec timeout, and 1.25 sec/probe
-T InsaneParallel 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

  1. Hacking Tools Github
  2. Hack Tools Github
  3. Pentest Tools For Android
  4. Physical Pentest Tools
  5. Hacking Tools 2020
  6. Best Pentesting Tools 2018
  7. Github Hacking Tools
  8. Github Hacking Tools
  9. Hacking Tools For Pc
  10. Hack Tools For Games
  11. New Hacker Tools
  12. Hack Tools Download
  13. Hack Tool Apk No Root
  14. Hack Tools For Ubuntu
  15. Hacker Tools For Windows
  16. Hacker Tools For Pc
  17. Hacking Tools
  18. Hacking Tools For Windows 7
  19. Pentest Tools Url Fuzzer
  20. Hacker Tools
  21. Pentest Tools For Ubuntu
  22. Pentest Tools Linux
  23. Hack Tools 2019
  24. Pentest Tools For Android
  25. Easy Hack Tools
  26. Pentest Tools Kali Linux
  27. Hacker Security Tools
  28. Hack Tool Apk
  29. Hack Tools Github
  30. Hack Tools For Mac
  31. Hacking Tools For Beginners
  32. Pentest Tools Url Fuzzer
  33. Hacker Tools List
  34. Hacker Tools Apk Download
  35. Hacker Tools Apk Download
  36. Pentest Tools List
  37. Termux Hacking Tools 2019
  38. Tools 4 Hack
  39. Beginner Hacker Tools
  40. Hack Tools
  41. Pentest Tools Linux
  42. Pentest Tools For Mac
  43. Pentest Tools For Windows
  44. Hacks And Tools
  45. Pentest Tools Download
  46. Hacking Tools For Pc
  47. Pentest Tools List
  48. Hacker Tools Software
  49. Hacking Tools Online
  50. How To Make Hacking Tools
  51. Tools 4 Hack
  52. Install Pentest Tools Ubuntu
  53. Hacker Tools Windows
  54. What Are Hacking Tools
  55. Pentest Tools Free
  56. Hacks And Tools
  57. Android Hack Tools Github
  58. Bluetooth Hacking Tools Kali
  59. Pentest Tools For Windows
  60. Hacker Tools Github
  61. Hacker Tools For Mac
  62. Hacker Tools Apk Download
  63. Hacking Tools And Software
  64. Hacking Tools Free Download
  65. New Hacker Tools
  66. Pentest Tools Tcp Port Scanner
  67. Hacker Tools
  68. Pentest Tools Kali Linux
  69. Pentest Tools Review
  70. Physical Pentest Tools
  71. Hacking Tools Pc

No comments:

Post a Comment