forked from p15670423/monkey
* WIP changing the payload static file to be written on runtime
This commit is contained in:
parent
f2d17bcedc
commit
77610d4994
|
@ -16,7 +16,7 @@ class MSSQLExploiter(HostExploiter):
|
|||
_TARGET_OS_TYPE = ['windows']
|
||||
LOGIN_TIMEOUT = 15
|
||||
SQL_DEFAULT_TCP_PORT = '1433'
|
||||
DEFAULT_PAYLOAD_PATH = path.abspath(r'.\payloads\mssqlexec_payload.bat')
|
||||
DEFAULT_PAYLOAD_PATH = path.abspath(r'.monkey_utils\payloads\mssqlexec_payload.bat')
|
||||
|
||||
def __init__(self, host):
|
||||
super(MSSQLExploiter, self).__init__(host)
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
dir c:\>c:\tmp\dir.txt
|
Loading…
Reference in New Issue