![]() |
Tags | Domains | Searches | Statistics | Options | Advanced Search |
GNUCITIZEN - Dec 22, 2007
Back in the days when Google Hacking was the hot topic of the day, I wrote a simple python script for scraping results from the google’s search pages. Unlike other google search scripts, this one, does not rely on any …
GNUCITIZEN - Dec 17, 2007
Fuzzing is a quite important thing to security researchers, mainly because it helps going through the boring stuff quickly. Generally speaking, fuzzers are tools for automation. Unfortunately most moderns fuzzers are a …
GNUCITIZEN - Dec 5, 2007
If you haven’t noticed yet, the browser becomes more and more like the desktop. You are still restrained by the same origin policies (SOP) but there are always ways to hack back and get your way though. This post is …
Also tagged: hacking, security, framework, blog, java, distribution, applet, exploits, java applet, jython
GNUCITIZEN - Dec 3, 2007
I don’t want to brag about it but this project was slashed in 5 minutes and this is not due to some amazing tech wizardy. It is mainly due to the powerful Java development platform and the tones of development …
Also tagged: hacking, development, security, tools, javascript, projects, java, ruby, apache, ant, jruby
GNUCITIZEN - Oct 25, 2007
Fuzzing - such a wonderful concept. I wish it worked more often then we would like to admit. Anyway, here is my attempt to put down a fuzzer for testing various web client specific issues. The fuzzer is written in …