diff --git a/documentation/modules/exploit/linux/snmp/net_snmpd_rw_access.md b/documentation/modules/exploit/linux/snmp/net_snmpd_rw_access.md index 4dd62af3c4..c92a99c9c8 100644 --- a/documentation/modules/exploit/linux/snmp/net_snmpd_rw_access.md +++ b/documentation/modules/exploit/linux/snmp/net_snmpd_rw_access.md @@ -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