Penetration Testing mailing list archives

Re: What protocol to choose for a new fuzzer?


From: lobo <lobo () c3a de>
Date: Wed, 21 Feb 2007 18:09:19 +0100

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

jezzzz . wrote:
I have some time on my hands (about two months) to
work on a new network protocol fuzzer which I intend
to write in Python. I don't have much experience in
Python but my intention is to learn it by writing the
fuzzer. I am looking for a protocol which is
interesting and does not yet have a fuzzer for it.
IMAP and RIP for instance already seem to have
fuzzers. Anyone any ideas for other protocols?

Thanks


Hello,

I would recommend to code this fuzzer only if you want to do
it as a practice. But if you are more interested in
fuzzing a protocol, you'd better to have a look at scapy,
because it has already support for a lot of network
protocols and you can also fuzz them with it. And by the way
it is written in python ;-)

A RIP fuzzer in 1 line:

send(IP()/UDP()/fuzz(RIP()),loop=1)


http://www.secdev.org/projects/scapy/

best regards,

lobo
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.3 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF3Hy+m1ldA1gFp4gRAmCqAJ96A5cPVZNeHiz8nVS5dUI+5sX9sgCfRQwf
AB9hVd1jB58mPw4pxlTAj9g=
=DdNj
-----END PGP SIGNATURE-----

------------------------------------------------------------------------
This List Sponsored by: Cenzic

Need to secure your web apps?
Cenzic Hailstorm finds vulnerabilities fast.
Click the link to buy it, try it or download Hailstorm for FREE.

http://www.cenzic.com/products_services/download_hailstorm.php?camp=701600000008bOW
------------------------------------------------------------------------


Current thread: