Browse Exploit & Auxiliary Modules
The Metasploit Project hosts the world's largest database of quality assured exploits, including hundreds of remote exploits, auxiliary modules, and payloads. You can even review the Metasploit Framework source code of any module - or write your own.
Search for modules
NAT-PMP External Port Scanner
Scan NAT devices for their external listening ports using NAT-PMP
Rank
- Normal
Authors
- Jon Hart < jhart [at] spoofed.org >
Development
Similar Modules
Usage Information
$ msfconsole
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use auxiliary/scanner/natpmp/natpmp_portscan
msf auxiliary(natpmp_portscan) > set RHOSTS [TARGET HOST RANGE]
msf auxiliary(natpmp_portscan) > run
## ### ## ##
## ## #### ###### #### ##### ##### ## #### ######
####### ## ## ## ## ## ## ## ## ## ## ### ##
####### ###### ## ##### #### ## ## ## ## ## ## ##
## # ## ## ## ## ## ## ##### ## ## ## ## ##
## ## #### ### ##### ##### ## #### #### #### ###
##
msf > use auxiliary/scanner/natpmp/natpmp_portscan
msf auxiliary(natpmp_portscan) > set RHOSTS [TARGET HOST RANGE]
msf auxiliary(natpmp_portscan) > run
Module Options
| CHOST | The local client address |
| PORTS | Ports to scan (e.g. 22-25,80,110-900) (default: 1-1000) |
| PROTOCOL | Protocol to scan (accepted: TCP, UDP) (default: TCP) |
| RHOSTS | The target address range or CIDR identifier |
| RPORT | The target port (default: 5351) |
| THREADS | The number of concurrent threads (default: 1) |
| ShowProgress | Display progress messages during a scan |
| ShowProgressPercent | The interval in percent that progress should be shown |
| VERBOSE | Enable detailed status messages |
| WORKSPACE | Specify the workspace for this module |
