claudijd / c7decrypt

Cisco Password Encryptor/Decryptor
Other
24 stars 10 forks source link

Implement Fuzzing Rake Tasks to Make C7Decrypt more Awesome #7

Closed claudijd closed 10 years ago

claudijd commented 11 years ago

I heard about this interesting gem called fuzzbert, which does random fuzzing against ruby-based apps. I think it would be cool if C7Decrypt implemented two rake tasks to make it easier to fuzz the app and find bugs in the library.

1.) Implement a rake task for light fuzzing routine that can regularly test the library during it's regular CI runs. Maybe this could be limited, but random so we'll periodically cover more testing space on each run. 2.) Implement a rake task for increasing levels of thoroughness (perhaps parameterized for time or test coverage) to afford myself and other users of the library to discover bugs in the library.

Also, looking for additional ideas here if anyone reading this is interested in this idea too.

claudijd commented 11 years ago

Link to fuzzbert => https://github.com/emboss/FuzzBert

claudijd commented 10 years ago

Added in https://github.com/claudijd/c7decrypt/commit/53e8319a76d189b7fd2cbda666cc02b85337a2ac