From b0aeee84355c4740bb9209769b16db3bc92affc1 Mon Sep 17 00:00:00 2001 From: Steve Date: Wed, 14 Feb 2018 17:08:04 +0000 Subject: [PATCH] Documentation update --- .../exploit/linux/snmp/net_snmpd_rw_access.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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