NMAP Part II

  • Post category:CEH

System enumerationSCRIPTS (Vulnerabilities)Perform more exhaustive scans to extract more information about a target or service running on a host.Command:    nmap -Pn --script vuln <ip address>Example:┌──(kali㉿kali)-[~]└─$ nmap -Pn -script vuln 192.168.168.25Starting…

Continue ReadingNMAP Part II

HPING3

  • Post category:CEH

TCP/IP packet generator. TCP SYN SCAN Send TCP packet to specified port with SYN flag set. Command: hping3 -S <target-ip> -p <port> -c <no-of-packets-to-send> Example: ┌──(kali㉿kali)-[~] └─$ sudo hping3 -S…

Continue ReadingHPING3

NMAP

  • Post category:CEH

A tool used to discover information and vulnerabilities of a device.HOST DISCOVERY (ARP Scan)Send ARP request to local LAN segment to elicit a response from the live host.  This usually…

Continue ReadingNMAP