Skip to content

InfoSecWarrior/Offensive-Nmap

Repository files navigation

Offensive Nmap

Offensive Nmap is a curated repository of practical documentation, examples, and advanced usage tips focused on offensive port scanning and network reconnaissance using Nmap and its alternatives.

Getting Started

Installation

  • Debian/Ubuntu-based systems:

    sudo apt install nmap
  • Red Hat/Fedora-based systems:

    sudo dnf install nmap

Basic Usage

  • Show available options:

    nmap --help
  • Check installed version:

    nmap --version
  • Scan a single target:

    nmap 192.168.1.1

Explore detailed guides for each Nmap feature and technique:

About

Offensive Nmap guide for penetration testers and red teamers. Includes practical examples, evasion techniques, and advanced usage for network reconnaissance and stealth scanning.

Topics

Resources

Stars

10 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors