Hi all,
I saw some topics about vulnerability scanning, like fuzzing etc but I couldnt find any good sites for these programs on this forum. So I was thinking about posting some good sites where you can download vulnerability scanners like fuzzers, bruteforce exploit detectors etc etc.
Definition of a fuzzer:
Fuzzers try to use an automated approach to finding new bugs in software. They tend to work by sending what they assume to be unexpected input for the target application. fuzzers do more than simply send 8000 letter "A"s to the authentication piece of a network protocol,but unfortunatly, not a lot more (or you should build your own one and expand it). They are actually ideal for quickly checking for common, easy-to-find mistakes after writing an App, but not much more than that. The most promising in-development public fuzzer is SPIKE.
I listed some vulnerability scanners here which are quit good ones.
SPIKEYou can use SPIKE and Ollydbg to find new Vulnerabilities
When you need to analyze a new network protocol for buffer overflows or similar weaknesses, the SPIKE is the tool of choice for professionals. While it requires a strong knowledge of C to use, it produces results second to none in the field. SPIKE is available for the Linux platform only.
SPIKEYou can download SPIKE
hereBruteforce Exploit DetectorThis is a collection of scripts to automatically test
implementations of different protocols for buffer overflows
and / or format string vulnerabilities, by sending a lot of
long strings to a server.
You can download BED
herescreamingCobrascreamingCobra is an application for remote vulnerability discovery in ANY UNKNOWN web applications such as CGIs and PHP pages. Simply put, it attempts to find vulnerabilities in all web applications on a host without knowing anything about the applications. Modern CGI scanners scan a host for CGIs with known vulnerabilities. screamingCobra is able to 'find' the actual vulnerabilities in ANY CGI, whether it has been discovered before or not.
You can download screamingCobra
hereenvFuzzEnvironment variable fuzzer
You can download envFuzz
hereAlso check this site out: www.nologin.org
It has some very nice tools on it and some other vulnerability scanners
I hope I informed you guys good enough
Regards,
Psychotec