filling in information gathering menu and tools

still missing the last few items
This commit is contained in:
Will Pennell
2014-03-30 14:44:25 -04:00
parent de4eaf8e3e
commit 5084832217
21 changed files with 1857 additions and 12 deletions

35
tools/sslh.md Normal file
View File

@@ -0,0 +1,35 @@
# sslh
Notes
-------
Help Text
-------
```
sslh: option '--http' requires an argument
sslh v1.13b
usage:
sslh [-v] [-i] [-V] [-f] [-n] [-F <file>]
[-t <timeout>] [-P <pidfile>] -u <username> -p <add> [-p <addr> ...]
-v: verbose
-V: version
-f: foreground
-n: numeric output
-F: use configuration file
-t: timeout before connecting to SSH.
-p: address and port to listen on.
Can be used several times to bind to several addresses.
--[ssh,ssl,...]: where to connect connections from corresponding protocol.
-F: specify a configuration file
-P: PID file.
-i: Run as a inetd service.
```
Example Usage
-------
Links
-------