mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor update
This commit is contained in:
parent
3c25f79a9b
commit
6942abf090
11 changed files with 15 additions and 17 deletions
|
|
@ -145,7 +145,7 @@ class Takeover(Abstraction, Metasploit, ICMPsh, Registry):
|
|||
except ImportError:
|
||||
errMsg = "sqlmap requires 'python-impacket' third-party library "
|
||||
errMsg += "in order to run icmpsh master. You can get it at "
|
||||
errMsg += "http://code.google.com/p/impacket/downloads/list"
|
||||
errMsg += "https://github.com/SecureAuthCorp/impacket"
|
||||
raise SqlmapMissingDependence(errMsg)
|
||||
|
||||
filename = "/proc/sys/net/ipv4/icmp_echo_ignore_all"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue