Rich5 / pyhashcat

Python bindings for hashcat
56 stars 37 forks source link

Create test cases for hashcat API calls #11

Closed Rich5 closed 6 years ago

Rich5 commented 7 years ago

We need a comprehensive list of tests to make sure all the features of hashcat have been implemented in into pyhashcat bindings.

sam97 commented 7 years ago

Was there any particular testing tool you had in mind? Or just a simple script that calls all the modes is enough (along with a list of plaintext-hash pairs to test on)? I'll see if I can get a set of basic tests compiled.

Rich5 commented 7 years ago

Just scripts to test all the functionality. Attack modes, I/O, events with callbacks, etc. Any help would be great since hashcat has so many features.