Sha256: 81688bcc8ca69d92647c58cc3584eba01f49bf2e69c0ec61e85c7a5c805e6e00
Contents?: true
Size: 1.84 KB
Versions: 2
Compression:
Stored size: 1.84 KB
Contents
.\" Generated by kramdown-man 1.0.1 .\" https://github.com/postmodern/kramdown-man#readme .TH ronin-masscan-grep 1 "2023-03-01" Ronin Masscan "User Manuals" .SH NAME .PP ronin\-masscan\-grep \- Greps the scanned services from masscan scan file(s) .SH SYNOPSIS .PP \fBronin\-masscan grep\fR \[lB]options\[rB] \fIPATTERN\fP \fIMASSCAN\[ru]FILE\fP .SH DESCRIPTION .PP Searches through the scanned services in one or more masscan scan files for the given pattern\. The scanned services that contain the text pattern are then printed with the text pattern highlighted in red\. .PP This command specifically searches the \[lq]banner\[rq] records in masscan output files generated using the \fBmasscan\fR \fB\-\-banners\fR option\. .SH ARGUMENTS .TP \fIPATTERN\fP The pattern to search for\. .TP \fIMASSCAN\[ru]FILE\fP The masscan scan file to import\. .SH OPTIONS .TP \fB\-P\fR, \fB\-\-protocol\fR \fBtcp\fR\[or]\fBudp\fR Filters the targets by the protocol of the open port\. .TP \fB\-\-ip\fR \fIIP\fP Filters the targets by a specific IP address\. .TP \fB\-\-ip\-range\fR \fICIDR\fP Filters the targets by a CIDR IP range (ex: \fB192\.168\.1\.0\[sl]24\fR)\. .TP \fB\-p\fR, \fB\-\-ports\fR \[lC]\fIPORT\fP \[or] \fIPORT1\-PORT2\fP\[rC],\.\.\. Filter \fBIP:PORT\fR or \fBHOST:PORT\fR pairs who\[cq]s ports are in the gvien port list\. The port list is a comma separated list of port numbers (\fB443\fR) or port ranges (\fB8000\-9000\fR)\. .TP \fB\-\-with\-app\-protocol\fR \fIAPP\[ru]PROTOCOL\fP,\.\.\. Filters targets by the app protocol names\. .TP \fB\-\-with\-payload\fR \fISTRING\fP Filters targets by the payload substring\. .TP \fB\-\-with\-payload\-regex\fR \fB\[sl]\fR\fIREGEX\fP\fB\[sl]\fR Filters targets how\[cq]s payload string matches the regular expression\. .SH AUTHOR .PP Postmodern .MT postmodern\.mod3\[at]gmail\.com .ME .SH SEE ALSO .PP .BR ronin\-masscan\-print (1)
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ronin-masscan-0.1.0 | man/ronin-masscan-grep.1 |
ronin-masscan-0.1.0.rc1 | man/ronin-masscan-grep.1 |