Project-Tauro
Project-Tauro copied to clipboard
A Router WiFi key recovery/cracking tool with a twist.
Need to write test class for UpdaterDao. Should be pretty straight forward. Also, no real calls should be made. You could use Mockito and/or PowerMockito to write the tests. Example...
README.md needs to be updated to document the new `-m` option to generate masscan command from ipinfo.io network (`-n`).
Yes, I know the class name needs refactor. We need a test class made for this class. Tests should not make real calls. Instead, calls must be mocked with Mockito...
This project is finally up on github. However, since this is new (as in newly exposed outside of the author's computer and to the community), we need a lot of...
Currently, TauroMain.java doesn't return control to the terminal after execution is complete. After the successful execution and when everything's done, it just sits there. This needs to be fixed.