Arnaud Rebillout
|
d273a881b2
|
Fix various Python 3.12 SyntaxWarning
```
/usr/share/responder/tools/MultiRelay/RelayMultiCore.py:1957: SyntaxWarning: invalid escape sequence '\p'
Command = "c:\\Windows\\Temp\\"+FileName+" \"rpc::server /protseq:ncacn_np /endpoint:\pipe\\"+NamedPipe+" /guid:{"+DisplayGUID+"} /noreg\" service::me exit"
/usr/share/responder/tools/MultiRelay/impacket-dev/impacket/dcerpc/v5/transport.py:33: SyntaxWarning: invalid escape sequence '\['
+'([^\[]*)' # Network Address (opt.)
/usr/share/responder/tools/MultiRelay/impacket-dev/impacket/dcerpc/v5/transport.py:34: SyntaxWarning: invalid escape sequence '\['
+'(?:\[([^\]]*)\])?') # Endpoint and options (opt.)
/usr/share/responder/tools/MultiRelay/impacket-dev/impacket/hresult_errors.py:197: SyntaxWarning: invalid escape sequence '\<'
0x80004017: ("CO_E_RUNAS_SYNTAX", "A RunAs specification must be <domain name>\<user name> or simply <user name>."),
/usr/share/responder/tools/MultiRelay/impacket-dev/impacket/hresult_errors.py:285: SyntaxWarning: invalid escape sequence '\<'
0x8001012C: ("CO_E_WRONGTRUSTEENAMESYNTAX", "One of the trustee strings provided by the user did not conform to the <Domain>\<Name> syntax and it was not the *\" string\"."),
/usr/share/responder/tools/MultiRelay/impacket-dev/impacket/uuid.py:41: SyntaxWarning: invalid escape sequence '\d'
matches = re.match('([\dA-Fa-f]{8})-([\dA-Fa-f]{4})-([\dA-Fa-f]{4})-([\dA-Fa-f]{4})-([\dA-Fa-f]{4})([\dA-Fa-f]{8})', uuid)
/usr/share/responder/tools/MultiRelay/impacket-dev/impacket/uuid.py:71: SyntaxWarning: invalid escape sequence '\.'
g = re.search("([A-Fa-f0-9]{8}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{4}-[A-Fa-f0-9]{12}).*?([0-9]{1,5}\.[0-9]{1,5})",s+" 1.0")
```
|
2024-09-11 10:41:44 +07:00 |
|
Shutdown
|
aa8d81861b
|
Fixing collections import issue for /tools/MultiRelay/odict.py
|
2023-09-22 00:43:58 +02:00 |
|
nobbd
|
63954a539c
|
Update RelayMultiCore.py to fix bug with single byte comparisons in python3
|
2023-08-15 15:18:55 +02:00 |
|
HexPandaa
|
3d9147f36c
|
Compare strings with == instead of is
`==` should be used when comparing values, `is` should be used to compare identities.
Modern versions of Python throw a SyntaxWarning.
|
2021-04-02 17:04:36 +02:00 |
|
HexPandaa
|
f4c11111a7
|
Compare strings with == instead of is
`==` should be used when comparing values, `is` should be used to compare identities.
Modern versions of Python throw a SyntaxWarning.
|
2021-04-02 17:03:56 +02:00 |
|
lgandx
|
35b12b4832
|
Removed MultiRelay binaries
|
2021-03-20 14:25:39 -03:00 |
|
lgandx
|
4bddf50b5c
|
Ported MultiRelay to python3 + enhancements.
|
2021-02-08 15:11:31 -03:00 |
|
lgandx
|
b510b2bb25
|
Added py3 and py2 compatibility + many bugfix
|
2020-01-09 14:47:56 -03:00 |
|
MatToufoutu
|
4e70e95a8e
|
allow to blacklist users
|
2018-09-14 00:19:17 +02:00 |
|
lgandx
|
38219e249e
|
added: mimi32 cmd, MultiRelay random RPC & Namedpipe & latest mimikatz
|
2017-03-30 23:39:41 -03:00 |
|
lgandx
|
2a80c7ed9c
|
MultiRelay 2.0 Release
|
2017-03-29 13:28:31 -03:00 |
|
lgandx
|
b455ff406f
|
re-fixed Typo
|
2016-11-10 14:28:16 -03:00 |
|
lgandx
|
aff17ca9d3
|
MultiRelay now executes WMIC commands instead of bat files
|
2016-11-10 14:24:54 -03:00 |
|
trustedsec
|
cad3adc319
|
Update RelayMultiCore.py
Minor typo fixes, nothing major.
|
2016-11-10 14:13:13 +01:00 |
|
lgandx
|
fc2aadca6e
|
Minor fix
|
2016-11-09 14:12:37 -03:00 |
|
lgandx
|
d5601056b3
|
Added: Logs dumped files for multiple targets
|
2016-10-15 11:48:36 -03:00 |
|
lgandx
|
6af72d27c4
|
MultiRelay initial commit
|
2016-10-12 13:33:49 -03:00 |
|