Monthly Archives: August 2014

Exploitzilla DB

Having discovered bugs in software for which you need to track you actions towards the responsible disclosure, non-disclosure, sale for profit etc can be a headache while dealing with the developers, or the affected companies. We needed a bug tracking management system tailored for exploits and bug hunters, for those who discover the issues, rather than those who fixes them; we had a look around but we could find any… so we took the existing well known bugzilla and modified its database to fit our needs. After one day playing around the first version of exploitzilla born 🙂 get the database file from our github at https://github.com/secuid0/exploitzilla and follow the below instructions to replace bugzilla’s default database with our custom one.

Follow the below sample installation instructions, tested on Debian 3.2.60 with Bugzilla version 4.4.5 (release date 24/Jul/2014):
Continue reading

Facebooktwitterredditpinterestlinkedinmailby feather

BlackHat US-14 Download Archives

As no giveaway DVD with the consolidated ppt/pdf materials from BlackHat’s US 2014 briefings was shared during the start (nor the end of the event), you will have to download the presentations by yourself one by one, to speed up a bit the process you may use the below bashfu:

for i in wget https://www.blackhat.com/us-14/archives.html && grep "../docs" archives.html | sed 's/\.\.//g' |awk -F "\"" '{print "http://www.blackhat.com"$4}'; do wget $i;done

Facebooktwitterredditpinterestlinkedinmailby feather