forked from p15670423/monkey
WebRCE _config bugfix
This commit is contained in:
parent
3341060102
commit
ca7abbf3cd
|
@ -28,7 +28,6 @@ class WebRCE(HostExploiter):
|
|||
Dict in format {'linux': '/tmp/monkey.sh', 'win32': './monkey32.exe', 'win64':... }
|
||||
"""
|
||||
super(WebRCE, self).__init__(host)
|
||||
self._config = __import__('config').WormConfiguration
|
||||
if monkey_target_paths:
|
||||
self.monkey_target_paths = monkey_target_paths
|
||||
else:
|
||||
|
|
|
@ -6,4 +6,4 @@ strip sc_monkey_runner64.so
|
|||
gcc -c -Wall -Werror -fpic -m32 sc_monkey_runner.c
|
||||
gcc -shared -m32 -o sc_monkey_runner32.so sc_monkey_runner.o
|
||||
rm sc_monkey_runner.o
|
||||
strip sc_monkey_runner32.so
|
||||
strip sc_monkey_runner32.so
|
Loading…
Reference in New Issue