k0r0pt / Project-Tauro

A Router WiFi key recovery/cracking tool with a twist.
GNU General Public License v3.0
88 stars 16 forks source link

Bug bash. Thanks to @henriguy1210 for bringing it to my attention. #6

Closed sudiptosarkar closed 6 years ago

sudiptosarkar commented 6 years ago

What's this PR for?

This PR fixes a minor bug with the documenation (where Apache commons-cli can't take space for multiple valued options) and another bug which was leading to NullPointers if exclusions weren't there. Special thanks to @henriguy1210 for pointing out this problem.

What to emphasize on when reviewing?

Holes in the doc. At least the code's tested now. Also, need to test the code thoroughly after every refactor.