At BruCON 2012 we announced that we launched our 5by5 project where we were looking forward to see submissions coming in from individuals or groups that we could support to drive or speed up development. With a budget of €25000 we coud support 5 projects with up to €5000 and here we are today, ready to support the following projects:
1. OWASP OWTF (Abraham Aranguren)
More details on the Offensive Web Testing Framework can be found here : https://www.owasp.org/index.php/OWASP_OWTF
2. The Cloudbug Project (Carlos Garcia Prado)
The Windows OS integrates a mechanism to report technical information when a program crashes. This information is pretty useless to a normal user and the crash is going to happen anyway so why don’t do something useful with it?
By installing a small, nonintrusive program (it will only kick in if another program crashes) the users will be reporting anonymous information about the state of the application at the time of the crash. This information is invaluable to security researchers in order to find software flaws that could indicate critical security issues.
Data mining and reverse engineering will be performed on the submissions pool. The vulnerabilities found will be reported to the corresponding vendors for fixing.
3. A tool a month (Robin Wood)
4. Eccentric Authentication (Guido Witmond)
Eccentric Authentication (Ecca) is a protocol to replace password authentication with client certificates. By doing so we can:
- make it easier to login and log out of web sites;
- make it anonymous; you can sign up to site without providing any details that would tie the account to your person;
- make communication more secure; with certificates, people can send encrypted and signed messages securely without revealing their identities. Ideal for a dating site;
- make it possible to bootstrap other communication protocols securely.
If applied correcty, Ecca would take us out of the cryptographic bronze age into the silver age. From there we might lift ourselves into the golden age.