ShifraBlog
  • Shifra Blog 😀
  • Math🔬
    • Math Articles
      • Applied Mathematics
  • Write Up📝
    • INE ePTS
      • Black Box 1
      • Black Box 2
      • Black Box 3
      • Black Box 3 - Remastered
    • Log4j Vulnerability (Log4Shell)
  • PenTesting🧪
    • eJPT
      • 🔎Reconnaissance
      • 🐱‍💻Google Dorks
      • 🌐Web Attacks
      • ⚙️System Attacks
      • 📶Network Attacks
      • 🔐Password Attacks
      • 💻Networking
      • Pentesting Approach
  • Tools 🧰
    • Nmap
    • Shodan
    • 🐱‍👤Hashcat
    • 🐲Hydra
    • 🔍Nessus
    • 🔬Metasploit
      • Meterpreter
    • 👂Netcat
  • ☁️Database / Servers
    • 👨‍💻Access Tricks
  • 🛂Physical Pentesting
    • 🔑Lost Passwords
Powered by GitBook
On this page

Was this helpful?

  1. Tools 🧰

Nmap

PenTesting Focused Tips on how to use Nmap

PreviousPentesting ApproachNextShodan

Last updated 3 years ago

Was this helpful?

📃Greate Nmap cheatsheet

using Nmap to BruteForce ssh login:

sudo nmap -p 22 --script ssh-brute --script-args userdb=<user.list>,passdb=<pass.lst> <IP>

for exmaple pass.lst:

/usr/share/nmap/nselib/data/passwords.lst

Nmap Cheat SheetStation X
Logo