Some time ago I've added one more protocol to my github repo. This time SNMP.
I created tool similar to snmpwalk in pure Python. The most difficult part was to implement an ASN.1 parser. Current version supports only SNMP versions 1 and 2.
https://github.com/delimitry/networks/blob/master/networks/snmp.py
I created tool similar to snmpwalk in pure Python. The most difficult part was to implement an ASN.1 parser. Current version supports only SNMP versions 1 and 2.
https://github.com/delimitry/networks/blob/master/networks/snmp.py
No comments:
Post a Comment