mirror of
https://github.com/lgandx/Responder.git
synced 2025-08-21 22:03:30 -07:00
Updated MultiRelay (markdown)
parent
f05a563343
commit
657947b686
1 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue