Fuzzing lib released

This is a fuzzing lib I’ve been working on for a while (it’s not a complete one, but still pretty powerfull), you can adapt it very easily to your fuzzer by invoking ;import libfrom lib import *Then you call one specific function, or randfunc().randfun…

This is a fuzzing lib I’ve been working on for a while (it’s not a complete one, but still pretty powerfull), you can adapt it very easily to your fuzzer by invoking ;

import lib
from lib import *

Then you call one specific function, or randfunc().
randfunc will basicaly choose randomly the function in the lib to fuzz with. 

Here’s a quick example using this lib;

http://pastebin.com/fNFAW3Fh   — > this is not a smb fuzzer, it’s simply an example of using this lib….

And yes you need to include the lib, which is located here ;

http://pastebin.com/xgPXpGtw

Enjoy !


Print Share Comment Cite Upload Translate
APA
() » Fuzzing lib released. Retrieved from https://www.truth.cx/2010/05/12/fuzzing-lib-released/.
MLA
" » Fuzzing lib released." - , https://www.truth.cx/2010/05/12/fuzzing-lib-released/
HARVARD
» Fuzzing lib released., viewed ,
VANCOUVER
- » Fuzzing lib released. [Internet]. [Accessed ]. Available from: https://www.truth.cx/2010/05/12/fuzzing-lib-released/
CHICAGO
" » Fuzzing lib released." - Accessed . https://www.truth.cx/2010/05/12/fuzzing-lib-released/
IEEE
" » Fuzzing lib released." [Online]. Available: https://www.truth.cx/2010/05/12/fuzzing-lib-released/. [Accessed: ]
Select a language: