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 fa208eab2e..0184c9e169 100644 --- a/documentation/modules/exploit/linux/snmp/net_snmpd_rw_access.md +++ b/documentation/modules/exploit/linux/snmp/net_snmpd_rw_access.md @@ -25,12 +25,16 @@ The SNMP protocol version. Accepted values are '1' or '2c'. **CHUNKSIZE** - 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. - Note that cmdstager payloads are modified to allow further escaping, so the values limits may change between cmdstager flavors. - Possibly related to: [https://sourceforge.net/p/net-snmp/bugs/2542/] + 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, but should hopefully work for all cmdstager flavors + Note that cmdstager payloads are modified to allow further escaping, so the values limits may also change between cmdstager flavors. + This is possibly related to the following bug: [https://sourceforge.net/p/net-snmp/bugs/2542/]. **TIMEOUT** - Specifies the maximum time to allow SNMP to timeout. + Specifies the maximum time to allow SNMP to timeout. + + **SHELL** + The shell to call for the client. Defaults to '/bin/bash' + ## Scenario