forked from p15670423/monkey
update
This commit is contained in:
parent
8099644cee
commit
c0a6f1d1dd
|
@ -197,7 +197,7 @@ class ShellShockExploiter(HostExploiter):
|
|||
if cls.check_remote_file_exists(url, header, exploit, file_path):
|
||||
LOG.info("Another monkey is running shellshock exploit")
|
||||
return False
|
||||
cmdline = 'touch /tmp/monkey_lock'
|
||||
cmdline = 'echo AAAA > %s' % file_path
|
||||
run_path = exploit + cmdline
|
||||
cls.attack_page(url, header, run_path)
|
||||
return True
|
||||
|
|
Loading…
Reference in New Issue