Closed phillipodam closed 8 years ago
In script libs/Utils/Misc.php, the scanPort function when protocol = tcp never calls fclose on $handle. It does however do it when protocol is udp.
Shouldn't fclose always be called?
Hello
Yes, you're totally right!
I just fixed it ;)
Thanks!
In script libs/Utils/Misc.php, the scanPort function when protocol = tcp never calls fclose on $handle. It does however do it when protocol is udp.
Shouldn't fclose always be called?