Thursday, 4 January 2007

Anti-WebVulnScan.

Hey guys,i just thought about how to make a WebApplication Secure of a Security Scan
of 'Acunetix'
thats the answer:
#!/usr/bin/perl
#http://tech-bl0od3r.blogspot.com/
open(file, ">index.html");
$it=("A") x 99999;
print file "<\a href=".$it.">".$it."<\/a>";

close (file);

print "File:index.html successfully created.\n";
print "Now create a folder called:database and input this file\n";
print "Now you dont need to be scared of scans anymore ;)\n";

#eof

enjoy =]

No comments: