WebRCE _config bugfix

This commit is contained in:
VakarisZ 2018-10-10 20:50:28 +03:00
parent 3341060102
commit ca7abbf3cd
2 changed files with 1 additions and 2 deletions

View File

@ -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:

View File

@ -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