
* TCP and UDP (Generic)
chkNmapScanCustom.pl
Description:
A plugin to parse data returned from a nmap scan
Current Version
0.0.4
Last Release Date
2015-03-06
Compatible With
- Nagios 3.x
Owner
License
GPL
Project Files
File | Description |
---|---|
chkNmapScanCustom.pl |
Project Notes
USAGE EXAMPLES:
Alowed ports are NULL:
script -n /usr/bin/nmap -i 192.168.1.1 -p e
More regular usage (allowed port is SSH: 22 and HTTP: 445):
script -n /usr/bin/nmap -i 192.168.1.1 -p 22,445
Add custom parameters (allowed port is SSH: 22 and HTTP: 445) and exclude ports 40000-45000 from scanning:
script -n /usr/bin/nmap -i 192.168.1.1 -p 22,445 -c '--exclude-ports 40000-45000'
Page Sections
Project Stats
Rating
5 (1)
Favorites
0
Views
9,986