The24HourHacker
  • Home
  • CEH
  • CSA_Mod5
  • CCSE_Commands
  • Storm Workshop CTFs
  • The Storm Landfall
  • Storm MSTK ForumWiki
  • Penetration_Testing_In_Cloud
  • Vulnerable VMs
  • SOC_Configs
  • ECIH_Module03
  • SOC_Mod04-ELK
  • Hacking Skill and Command Reference
  • Must Know
  • Hack Walkthroughs
  • Security+
  • Updates
  • Contact
  • Store
  • Path To Pentest Cert
  • NMAP Preset Scans
  • Cybersecurity Resources
  • Internal Pen-Test Tools
  • About
  • Pen Testing
  • CEHv11 Labs
Tools for each Phase of Internal Pen-Test

Phase - Tools

P0f - OS Fingerprinting

p0f is a passive TCP/IP stack fingerprinting tool. p0f can attempt to identify the system running on machines that send network traffic to the box it is running on, or to a machine that shares a medium with the machine it is running on.
Example:
p0f -i any -p -o /tmp/sniff.log
  1. The -i switch corresponds to the interface
  2. By setting the -p switch, we are setting the tool to run in promiscuous mode.
  3. We are setting the p0f tool to store the output (-o) in /tmp location inside a file named sniff.log.

NMAP - Subnet Scan

nmap -sP 172.20.20.1-255
This displays all the hosts that are up in the network within a minute.
 nmap -T4 -A 172.20.20.14
Proudly powered by Weebly
  • Home
  • CEH
  • CSA_Mod5
  • CCSE_Commands
  • Storm Workshop CTFs
  • The Storm Landfall
  • Storm MSTK ForumWiki
  • Penetration_Testing_In_Cloud
  • Vulnerable VMs
  • SOC_Configs
  • ECIH_Module03
  • SOC_Mod04-ELK
  • Hacking Skill and Command Reference
  • Must Know
  • Hack Walkthroughs
  • Security+
  • Updates
  • Contact
  • Store
  • Path To Pentest Cert
  • NMAP Preset Scans
  • Cybersecurity Resources
  • Internal Pen-Test Tools
  • About
  • Pen Testing
  • CEHv11 Labs