HexPandaa
|
51f176633e
|
Compare values 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:10:17 +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 |
|
Khiem Doan
|
fb10d20ea3
|
Fix wrong syntax
|
2020-11-26 14:19:06 +07:00 |
|
lgandx
|
7339411766
|
Enhanced flags2 to force SMB signature off
|
2019-01-15 16:18:47 -03:00 |
|
Randy Ramos
|
44a4e495cc
|
Fixed instances of "CRTL-C" to "CTRL-C"
|
2017-04-22 14:40:19 -04: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
|
ab2d8907f0
|
Added: Scripting support. -c and -d command line switch
|
2016-11-18 11:55:16 -03:00 |
|
lgandx
|
aff17ca9d3
|
MultiRelay now executes WMIC commands instead of bat files
|
2016-11-10 14:24:54 -03:00 |
|
Leon Jacobs
|
bcac8c4166
|
Check if the platform is macOS before trying to set a non-exported
TCP_KEEPIDLE option
|
2016-11-02 09:25:37 +02:00 |
|
lgandx
|
4a7499df03
|
Removed ThreadingMixIn. MultiRelay should process one request at the timeand queue the next ones.
|
2016-10-20 23:43:34 -03:00 |
|
lgandx
|
6af72d27c4
|
MultiRelay initial commit
|
2016-10-12 13:33:49 -03:00 |
|