Add options to documentation

This commit is contained in:
Steve
2018-02-08 15:58:01 +00:00
parent 358725bdd6
commit 180bc1f741
@@ -14,6 +14,13 @@
7. Do: `run`
8. You should get a session
## Options
This module accepts 'RHOST' and 'RPORT' to specify target address and port respectively.
'FILEPATH' specifies where to write the executable out to on the target. Needs to be writable by the SNMP service user. This defaults to /tmp
'COMMUNITY' is a read/write community string of the target Net-SNMP service
'VERSION' selects the SNMP protocol version. Accepted values are '1' or '2c'
'CHUNKSIZE' is the maximum amount of payload bytes to write in a single operation. This value was found through experimentation and may not be suitable in all environments.
'TIMEOUT' specifies the maximum time to allow SNMP to timeout.
## Scenario