deciacco.github.io
NMAP
Initializing search
    GitHub
    • Home
    • Articles
    • Tools
    • KB
    • Tags
    GitHub
    • Home
      • Jvm Stuck Threads
      • Monitor Service & Restart
      • Rsync In ESXI
      • Finding Sql Injection Through Code Analysis
      • Make OpenVPN DNS Work
      • Poll Voter
      • Comcast Modem Power Level Monitor
      • Private GitHub Repo and Autohokey
      • Monitor Folder With PHP
      • A Better "Send to Mail Recipient" With Outlook
      • Label Printer (Showcase)
      • PHP Ftp Backup Library
      • C# .NET 2.0 Web Service - Sync + Async
      • PHP, OpenSSL and ftp_ssl_connect() on Win32
      • GetHtml
      • SMTP Sinks
        • Image Mailer
        • Image Resizer
        • Batch Run
        • UTFiles
        • SmtpTester
    • KB
      • Phishing
        • Example Phish 001
        • Example Phish 002
        • Example Phish 003
        • Example Phish 004
        • Example Phish 005
        • Example Phish 006
        • Example Phish 007
        • Example Phish 008
        • Example Phish 009
        • Example Phish 010
        • Example Phish 011
        • Example Phish 012
        • Example Phish 013
        • Example Phish 014
        • Example Phish 015
        • Example Phish 016
      • HIPAA Rules
      • Snippets
          • NMAP
          • Large File Sizes
          • Copy Files Remote
          • Thread Monitor
          • Mutex
          • Memory Mapped File
          • Runspaces
          • Firefox Lepton Pref
    • Tags
    Commands

    NMAP

    Published: 2025-02-07

    • Good command to list the IPs of online computers in a given subnet.
      1
      nmap -sn -PR -n -oG - 192.168.31.0/24 | grep "Up" | awk '{print $2}'