> $fp = fsockopen("udp://127.0.0.1", 13, $errno, $errstr);
if (!$fp) {
echo "ERROR: $errno - $errstr
\n";
} else {
fwrite($fp, "\n");
echo fread($fp, 26);
fclose($fp);
}
?>
Subscribe to:
Post Comments (Atom)
Talk about web develpoment, web security, web exploits, remote file inclusion, sql injection.. security tools. free web hosting without banner and lots of useful things
No comments:
Post a Comment