Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 538 Bytes

getting-started.md

File metadata and controls

14 lines (12 loc) · 538 Bytes

How to get started in CTF?

Methodology with tools

  • Information gathering
    • Getting IP address
      • Netdiscover
      • arp-scan -l
  • Enumeration : Enumeration is the stage where we attempt to collect as much information as we can from the host before even trying to exploit anything
    • Port Scanning : Search for ports with NMAP or any other port-scanner
    • Service Enumeration : Search for services like SMB or ```SSH`` and more services.
  • HTTP Enumeration
    • Gobuster
  • Exploitation