79327815

Date: 2025-01-03 22:23:44
Score: 2
Natty:
Report link

I was facing a similar situation as I was trying to brute force a canary in a ctf pwn challenge. Your code exploit looks good buts it is missing a few things. You should make the process connection,p, also global. Don't forget to close the processes before the next iterations so that you don't get an OSError number 24.

Reasons:
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Gentle Man