Commit e467ab15 authored by robertdavidgraham's avatar robertdavidgraham
Browse files
parents 1e7d50e7 dfb93a40
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -220,6 +220,16 @@ one port.
    consume a lot of memory on fast scans. While the code may handle millions of 
    open TCP connections, you may not have enough memory for that.

  * `--hello-file[<port>] <filename>`: send the contents of the file once the 
    TCP connection has been established with the given port. Requires that
    `--banners` also be set. Heuristics will be performed on the reponse in
    an attempt to discover what protocol, so HTTP responses will be parsed
    differently than other protocols.

  * `--hello-string[<port>] <base64>`: same as `--hello-file` except that the
    contents of the BASE64 encoded string are decoded, then used as the hello
    string that greets the server.
    

## CONFIGURATION FILE FORMAT