shadowbrokers-exploits/windows/Resources/Ep/Scripts/squeezeplay.eps
2017-04-14 11:45:07 +02:00

11 lines
431 B
PostScript

string $target=$argv[1];
string $local=$argv[2];
prompt `traceroute -ip $target`;
echo "Your local IP to bind to is $local";
if (prompt "Continue? (make sure there is no satellite hop)") {
`background redirect -tcp -lplisten 2222 -target $target 23 -bind $local`;
`background redirect -tcp -lplisten 2223 -target $target 23 -bind $local`;
`background redirect -tcp -lplisten 79 -target $target 79 -bind $local`;
}