Skip to content

Commit

Permalink
fix location for snmpcheck in Kali2
Browse files Browse the repository at this point in the history
  • Loading branch information
mcjon3z committed May 22, 2017
1 parent 79f1ade commit 2f73fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def createDefaultSettings(self):
###

self.actions.setValue("ldapsearch", ["Run ldapsearch", "ldapsearch -h [IP] -p [PORT] -x -s base", "ldap"])
self.actions.setValue("snmpcheck", ["Run snmpcheck", "snmpcheck -t [IP]", "snmp,snmptrap"])
self.actions.setValue("snmpcheck", ["Run snmpcheck", "snmp-check -t [IP]", "snmp,snmptrap"]) ###Change from snmpcheck to snmp-check for Kali 2.0
self.actions.setValue("rpcinfo", ["Run rpcinfo", "rpcinfo -p [IP]", "rpcbind"])
self.actions.setValue("rdp-sec-check", ["Run rdp-sec-check.pl", "perl ./scripts/rdp-sec-check.pl [IP]:[PORT]", "ms-wbt-server"])
self.actions.setValue("showmount", ["Show nfs shares", "showmount -e [IP]", "nfs"])
Expand Down

0 comments on commit 2f73fb1

Please sign in to comment.