Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 314 Bytes

File metadata and controls

11 lines (11 loc) · 314 Bytes
  • Enumeration
    • Finding all open ports / services on a target machine
    • nmap -sV target.ip.address
      • Scans for open ports
  • telnet
    • Typically runs on port 23
    • Old protocol for sending / receiving commands to a remote machine
    • telnet target.ip.address
  • Try default passwords...
    • root
    • admin