forked from p34709852/monkey
Merge branch 'attack_comand_line_interface' into attack_powershell
This commit is contained in:
commit
5fe468f3cc
|
@ -407,6 +407,7 @@ class WebRCE(HostExploiter):
|
|||
# If exploiter returns True / False
|
||||
if type(resp) is bool:
|
||||
LOG.info("Execution attempt successfully finished")
|
||||
self.add_example_cmd(command)
|
||||
return resp
|
||||
# If exploiter returns command output, we can check for execution errors
|
||||
if 'is not recognized' in resp or 'command not found' in resp:
|
||||
|
|
Loading…
Reference in New Issue