Haxorware Forums

Full Version: How to change community string in haxorware?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello, i installed haxorware to sb5101 and im looking at snmp and it looks like haxorware accepts every string as community password.
Here is example:
snmpget -v2c -c test123 192.168.100.1 1.3.6.1.2.1.1.1.0
returns "iso.3.6.1.2.1.1.1.0 = STRING: "<<HW_REV: 1; VENDOR: Motorola Corporation; BOOTR: 2164; SW_REV: SB5101-2.7.6.0-GA-00-NOSH; MODEL: SB5101>>""
and
snmpget -v2c -c public 192.168.100.1 1.3.6.1.2.1.1.1.0
also returns "iso.3.6.1.2.1.1.1.0 = STRING: "<<HW_REV: 1; VENDOR: Motorola Corporation; BOOTR: 2164; SW_REV: SB5101-2.7.6.0-GA-00-NOSH; MODEL: SB5101>>""
How i can change community string?