Updated MultiRelay (markdown)

lgandx 2021-04-20 13:19:56 -03:00
commit 657947b686

@ -115,10 +115,10 @@ MultiRelay allows you to:
* All binaries used by MultiRelay are stored in ./tools/MultiRelay/bin/ * All binaries used by MultiRelay are stored in ./tools/MultiRelay/bin/
* Filenames for these binaries are specified in MultiRelay.py, starting at line 48: * Filenames for these binaries are specified in MultiRelay.py, starting at line 48:
MimikatzFilename = "./MultiRelay/bin/mimikatz.exe" * MimikatzFilename = "./MultiRelay/bin/mimikatz.exe"
Mimikatzx86Filename = "./MultiRelay/bin/mimikatz_x86.exe" * Mimikatzx86Filename = "./MultiRelay/bin/mimikatz_x86.exe"
RunAsFileName = "./MultiRelay/bin/Runas.exe" * RunAsFileName = "./MultiRelay/bin/Runas.exe"
SysSVCFileName = "./MultiRelay/bin/Syssvc.exe" * SysSVCFileName = "./MultiRelay/bin/Syssvc.exe"
* Any binaries can be replaced with your own, simply make sure to change the name accordingly in MultiRelay.py. * Any binaries can be replaced with your own, simply make sure to change the name accordingly in MultiRelay.py.
The upload local path is ./tools/. If you put your payloads in ./tools/MultiRelay/, you'll have to run: upload MultiRelay/custompayload.exe. Best is to provide the full path. The upload local path is ./tools/. If you put your payloads in ./tools/MultiRelay/, you'll have to run: upload MultiRelay/custompayload.exe. Best is to provide the full path.