Domain: jk0.org
Stories and comments across the archive that link to jk0.org.
Comments · 105
-
The commercials for DDR
I'd rather see the commercials for Konami's Dance Dance Revolution get dubbed with "Aiyaiyai, I'm your MSN butterfly" or the like.
-
DDoS sitefinder.verisign.com
Anyone know of any good (preferably Open-Source) burn-down-Verisign's-headquarters software?
Use a scriptable HTTP client, such as Wget or Curl, to bombard http://sitefinder.verisign.com:80/ with valid requests. I wrote a short C program (no, I haven't had time to sit down with the llama book to learn Perl, and I needed a test case for my safe string library anyway) that does just this.
-
Re:random domain lookups
I've written a simple C program to do something similar, except it generates Netcraft queries of pseudorandom but legit-looking domain names, thus pushing up Apache's Netcraft rank at the expense of IIS. A competent programmer could probably adapt it to generate HTML that requests a PNG image while rewriting it in one of the Three P's of Dynamic Web Pages (Perl, Python, and PHP).
-
Re:Also according to NetCraft...
-
Program to push down IIS's standing on Netcraft
I wrote a short C program that generates random domain name queries for netcraft and wgets them.
Why C? Because I don't have Perl or Python installed.