maintained release is on Google code

This commit is contained in:
Bernardo Damele 2013-01-07 17:11:14 +00:00
parent 1e35b3c8c9
commit 8ee840bc8e

View File

@ -132,7 +132,7 @@ class Takeover(Abstraction, Metasploit, ICMPsh, Registry, Miscellaneous):
except ImportError: except ImportError:
errMsg = "sqlmap requires 'python-impacket' third-party library " errMsg = "sqlmap requires 'python-impacket' third-party library "
errMsg += "in order to run icmpsh master. You can get it at " errMsg += "in order to run icmpsh master. You can get it at "
errMsg += "'http://oss.coresecurity.com/projects/impacket.html'" errMsg += "http://code.google.com/p/impacket/downloads/list"
raise SqlmapMissingDependence(errMsg) raise SqlmapMissingDependence(errMsg)
sysIgnoreIcmp = "/proc/sys/net/ipv4/icmp_echo_ignore_all" sysIgnoreIcmp = "/proc/sys/net/ipv4/icmp_echo_ignore_all"