| Projects on Google Code | Results 1 - 10 of 23 |
[http://farm4.static.flickr.com/3648/3420159035_96793e3087.jpg]
*[http://deesec.com/ My new security blog @ http://deesec.com/]*
*Webreak* is a software designed to perform security audits on web applications. It's the next generation of [http://www.edge-security.com/wfuzz.php wfuzz]
It's m...
This is a program that brute-forces solutions to the bounded Post correspondence problem.
The program takes a file containing input data as its only argument.
The input file format is as follows:
{{{
[integer N]
[str0, str1, ..., strN]
[str0, str1, ..., strN]
}}}
Example:
{{{
4
ri...
= Description =
*BruteBuster* is a simple, pluggable Django app that can help you protect against password bruteforcing attempts.
The module overrides the default authenticate() function from django.contrib.auth, so it provides automated protection both for your *custom login pages* and for the...
*BForcer* is a SSH brute force program indicated to check the security of SSH Servers and their passwords.
_*Note:* The project is not ready yet. Use at your own RISK. Do not make any bug reports._
===ngorca===
is a multithreaded password recovery tool using exhaustive key search.
Oracle databases encrypt passwords with a simple DES encryption algorithm,
as described by Joshua Wright and Carlos Sid in 'An Assessment of the
Oracle Password Hashing Algorithm'. Due to the weak hashing algorit...
= What is SIPVicious tool suite? =
SIPVicious suite is a set of tools that can be used to audit SIP based VoIP systems.
It currently consists of four tools:
* svmap - this is a sip scanner. Lists SIP devices found on an IP range
* svwar - identifies active extensions on a PBX
* svcrack...
[http://RoboZZle.com RoboZZle] is a set of puzzles where you should develop programs for a small robot to help it collect all the stars on the puzzle field using specialized programming language. Robot control language is very simple, but with instruction count limited and recursion allowed puzzles ...
The Crackling Fire benchmark brute-forces all the valid states of a 27-segment wooden folding puzzle (finding the two solutions in the process). At the time of this writing, a sequential C implementation is provided along with two ports: concurrent Java with Fork/Join, and concurrent Erlang. An il...
Currently this only brute force the "Protect Workbook/Worksheet" password.
"File Protection" feature will come in time.
There are plans to include rainbow table capabilities also.
If you are interested in working on this project, please contact me at keith.lee2012@gmail.com
You can find me o...
A simple sudoku solver written in c++ using the brute force algorithm. It works by importing the 9x9 in the form of a text file (See the Example).