Sha256: 69dcc641c9d081ebc899889fd5e2fa3fb722902869ecc982aea08a9f1dfabe92
Contents?: true
Size: 1.82 KB
Versions: 3
Compression:
Stored size: 1.82 KB
Contents
.\" Generated by kramdown-man 1.0.1 .\" https://github.com/postmodern/kramdown-man#readme .TH ronin-listener-http 1 "2023-03-24" Ronin Listener "User Manuals" .SH NAME .PP ronin\-listener\-http \- Starts a HTTP server for receiving exfiltrated data .SH SYNOPSIS .PP \fBronin\-listener http\fR \[lB]\fIoptions\fP\[rB] .SH DESCRIPTION .PP Starts a HTTP server for receiving exfiltrated data\. .SH OPTIONS .TP \fB\-o\fR, \fB\-\-output\fR \fIFILE\fP The output file to write the received DNS queries to\. .TP \fB\-F\fR, \fB\-\-output\-format\fR \fBtxt\fR\[or]\fBcsv\fR\[or]\fBjson\fR\[or]\fBndjson\fR The output format to use\. If not specified, the output format will be inferred from the output file\[cq]s extension\. If the output format cannot be inferred from the output file\[cq]s extension, then it will default to \fBtxt\fR format\. .TP \fB\-H\fR, \fB\-\-host\fR \fIIP\fP The interface to listen on\. Defaults to \fB0\.0\.0\.0\fR if not given\. .TP \fB\-p\fR, \fB\-\-port\fR \fIPORT\fP The port to listen on\. Defaults to \fB8080\fR if not given\. .TP \fB\-\-vhost\fR \fIHOST\fP The \fBHost:\fR header to filter requests by\. .TP \fB\-R\fR, \fB\-\-root\fR \fIDIR\fP The root directory to filter requests by\. Defaults to \fB\[sl]\fR if not given\. .TP \fB\-h\fR, \fB\-\-help\fR Prints help information\. .SH EXAMPLES .PP Runs a HTTP listener on \fB127\.0\.0\.1:8080\fR that will receive any request: .PP .RS 4 .EX \[Do] ronin\-listener http \-p 8080 .EE .RE .PP Runs a HTTP listener on \fB127\.0\.0\.1:8080\fR for the virtual\-host \fBexample\.com\fR: .PP .RS 4 .EX \[Do] ronin\-listener http \-p 8080 \-\-vhost example\.com .EE .RE .PP Run a HTTP listener on \fB0\.0\.0\.0:80\fR as root: .PP .RS 4 .EX \[Do] sudo ronin\-listener http .EE .RE .SH AUTHOR .PP Postmodern .MT postmodern\.mod3\[at]gmail\.com .ME .SH SEE ALSO .PP .BR ronin\-listener\-dns (1)
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
ronin-listener-0.1.0 | man/ronin-listener-http.1 |
ronin-listener-0.1.0.rc2 | man/ronin-listener-http.1 |
ronin-listener-0.1.0.rc1 | man/ronin-listener-http.1 |