Updated the usage in README

main
byt3bl33d3r 2016-03-12 19:20:40 -07:00
parent 4c3ca3a0f6
commit 792a631fe2
1 changed files with 3 additions and 1 deletions

View File

@ -83,8 +83,9 @@ optional arguments:
--kerb Use Kerberos authentication. Grabs credentials from ccache file (KRB5CCNAME) based on target parameters --kerb Use Kerberos authentication. Grabs credentials from ccache file (KRB5CCNAME) based on target parameters
--port {139,445} SMB port (default: 445) --port {139,445} SMB port (default: 445)
--server {http,https} --server {http,https}
Use the selected server (defaults to http) Use the selected server (defaults to https)
--server-port PORT Start the server on the specified port --server-port PORT Start the server on the specified port
--timeout TIMEOUT Max timeout in seconds of each thread (default: 20)
--fail-limit LIMIT The max number of failed login attempts allowed per host (default: None) --fail-limit LIMIT The max number of failed login attempts allowed per host (default: None)
--gfail-limit LIMIT The max number of failed login attempts allowed globally (default: None) --gfail-limit LIMIT The max number of failed login attempts allowed globally (default: None)
--verbose Enable verbose output --verbose Enable verbose output
@ -110,6 +111,7 @@ Mapping/Enumeration:
Options for Mapping/Enumerating Options for Mapping/Enumerating
--shares List shares --shares List shares
--tokens Enumerate available tokens
--check-uac Checks UAC status --check-uac Checks UAC status
--sessions Enumerate active sessions --sessions Enumerate active sessions
--disks Enumerate disks --disks Enumerate disks