Posts by Daniel Fortunato • 1 point
2 posts
-
-1
votes0
answers16
viewsQ: How to stay in a Curl connection/request with PHP?
Why does the connection to my code close? I didn’t write in the code to close it, I would like it to remain open. Sorry anything I’m new, but I want to make a request/GET connection with a url, and…
phpasked Daniel Fortunato 1 -
-2
votes0
answers26
viewsQ: Doubt result of Python exploit
Hello, I’m new to programming, I’m running the following python exploit: https://www.exploit-db.com/exploits/45001 Code here from the exploit: import sys import time from pwn import * # parameters…