skip to main | skip to sidebar

WebSite Security & Free Web Hosting Zone

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

Monday, June 9, 2008

using udp PHP

> $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);
}
?>
Posted by KBC OFFICIAL at 1:01 PM

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

Blog Archive

  • ▼  2008 (53)
    • ▼  June (19)
      • How to check if your computer is being hacked/infe...
      • using udp PHP
      • php portscanner
      • extract emails "PHP"
      • calculate page load "PHP"
      • an irc bot "PHP"
      • checking for unsafe functions "PHP"
      • socks5 server "PHP"
      • char detection "PHP"
      • vbulletin hash cracker "PHP"
      • Duel Booting Tutorial
      • email spammer "php"
      • Some SQL Commands
      • generate fake website users
      • Login form
      • large universal keygen
      • Crash Someone's Computer In Less Than A Minute! "O...
      • Proxy Tutorial
      • NMAP Tutorial
    • ►  May (34)

Other Links