CEH v10 Scanning Methodology

Hacking Truth
0


CEH v10 Scanning Methodology



After footprinting phase, you may have enough information about the target now is Scanning network phase requires some of this information to proceed further. Scanning is a set of procedure For identifying live hosts, port and services, discovering operating system and architecture of targeting system identifying vulnerabilities and threats in the network.



Scanning Methodology

 

check for live systems

  •        - ICMP Scanning
  •        - Angry IP
  •        - HPING3
  •        - Hping3 commands
  •        - Ping Sweeps
  •        - Firewalks tool
      
      
      

1) Check for live systems :



scanning for live system :- In this type of scanning, it is found out which hosts are up in a network by pinging them all.

ICMP scanning can be run parallel so that it can run fast.
It can also be helpful to tweek the ping timeout value with the -t option.




Ping



Ping scan involves sending ICMP ECHO request to a host. If the host is live, it will return an ICMP ECHO reply. This scan is useful for locating active  devices or determining if ICMP is passing through a firewall. CEH v10 Scanning Methodology


Ping is a computer network administration software utility used to test the reachability of a host on an Internet Protocol (IP) network. ... Ping operates by sending Internet Control Message Protocol (ICMP) echo request packets to the target host and waiting for an ICMP echo reply.




  • ping google.com


ICMP



ICMP (Internet Control Message Protocol) is an error-reporting protocol network devices like routers use to generate error messages to the source IP address when network problems prevent delivery of IP packets.




2) Ping Sweep


A ping sweep (also known as an ICMP sweep) is a basic network scanning technique.


Ping sweep is used to determine the live hosts from a range of IP Addresses by sending ICMP ECHO request to multiple hosts. If a host is live, it will return an ICMP ECHO reply.


Attackers calculate subnet masks using Subnet Mask calculator to identify the number of hosts present in the subnet.


Attackers then use ping sweep to create an inventory of live systems in the subnet.


A ping sweep consists of ICMP ECHO requests sent to multiple hosts If a given address is live, it will return an ICMP ECHO reply.




3) Angry IP  ( Ping Sweep Tool ) 



Reproduction is strictly prohibited Angry IP.

An IP scanner for Windows Can scan IPs in any range It simply pings each IP address to check if it is alive Provides NETBIOS information such as:




  • Computer name
  • Workgroup name
  • MAC address



Angry IP Scanner pings each IP address to check if it's alive, then optionally resolves its hostname, determines the MAC address, scans ports, etc.

SolarWinds Engineer Toolset's Ping Sweep enables scanning a range of IP addresses to identify which IP addresses are in use and which ones are currently free. It also performs reverse DNS lookup.




More Details ( + Installation ) :-  Click Here




Ping Sweep Tools


1) Colasoft Ping Tool ( http://www.colasoft.com )
2) Advance IP Scanner ( http://www.rodmin.com )
3) Ping Sweep         ( http://www.whatsupgold.com )
4) Visual Ping Tester ( http://www.pingtester.net )
5) Network Ping   ( http://www.greenline-soft.com )
6) OpUtils        ( http://www.manageengine.com )
7) Ping Monitor   ( http://www.miliand.com )
8) PingInfoView   ( http://www.nirsoft.net )




4) HPING3



hping3 is a network tool able to send custom TCP/IP packets and to display target replies like ping program does with ICMP replies. hping3 handle fragmentation, arbitrary packets body and size and can be used in order to transfer files  encapsu‐ lated under supported protocols. Using hping3 you are able to perform at least the following stuff:


HPING is a command-line oriented TCP/IP packet assembler/analyzer.

It not only sends ICMP echo requests but also supports
TCP
UDP
ICMP and 
Raw-IP protocols
Has a Traceroute mode
Ability to send files between a covered channel.


Features



  • Firewall testing
  • Advanced port scanning
  • Network testing, using different protocols, TOS, fragmentation
  • Advanced Traceroute, under all the supported protocols
  • Remote OS fingerprinting
  • Remote uptime guessing
  • TCP/IP stacks auditing.



Hping3 command :- 


hping3 192.168.42.165 ( This command sends a TCP null-flags packet to port 0 of host 192.168.52.165


hping3 192.168.42.165 -p 80 ( This command sends the packet to port 80


hping3 -a 192.168.42.1 -S -p 81 192.168.42.25 ( Send spoofed SYN packets to the target via a trusted third party to port 81


hping3 www.debian.org -p 80 -A ( Send ACK to port of www.debian.org


hping3 www.yahoo.com -p 80 -A ( checks for IPID responses



More Details ( + Installation ) :-  Click Here


5) Firewalk 

 

Firewalk Tool Firewalking is a tool that employs traceroute-like techniques to analyze IP packet responses to determine gateway ACL filters and map networks.

The tool employs the technique to determine the filter rules in place on a packet forwarding device Hop 0 PACKET FILTER Hop n Firewalking Host Internet Hop n+m (m>1) Destination Host



apt-get install firewalk -y

 






More Details ( + Installation ) :-  Click Here






Disclaimer


This was written for educational purpose and pentest only.
The author will not be responsible for any damage ..!
The author of this tool is not responsible for any misuse of the information.
You will not misuse the information to gain unauthorized access.
This information shall only be used to expand knowledge and not for causing  malicious or damaging attacks. Performing any hacks without written permission is illegal ..!


All video’s and tutorials are for informational and educational purposes only. We believe that ethical hacking, information security and cyber security should be familiar subjects to anyone using digital information and computers. We believe that it is impossible to defend yourself from hackers without knowing how hacking is done. The tutorials and videos provided on www.hackingtruth.in is only for those who are interested to learn about Ethical Hacking, Security, Penetration Testing and malware analysis. Hacking tutorials is against misuse of the information and we strongly suggest against it. Please regard the word hacking as ethical hacking or penetration testing every time this word is used.


All tutorials and videos have been made using our own routers, servers, websites and other resources, they do not contain any illegal activity. We do not promote, encourage, support or excite any illegal activity or hacking without written permission in general. We want to raise security awareness and inform our readers on how to prevent themselves from being a victim of hackers. If you plan to use the information for illegal purposes, please leave this website now. We cannot be held responsible for any misuse of the given information.



- Hacking Truth by Kumar Atul Jaiswal


Video Tutorial :-  SooN

 


I hope you liked this post, then you should not forget to share this post at all.
Thank you so much :-)



Post a Comment

0 Comments
* Please Don't Spam Here. All the Comments are Reviewed by Admin.
Post a Comment (0)
Our website uses cookies to enhance your experience. Learn More
Accept !