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

Fixed resume bug and added support for masscan command generation #18

Closed sudiptosarkar closed 6 years ago

sudiptosarkar commented 6 years ago

What's this PR for?

This PR has changes to add support for masscan command generation against ipInfo network. Now -m/--generateMasscanCommand option can be used in conjunction with -n/--network option to generate a masscan command to use masscan to scan all IPs in that network and generate an output json, which can then be fed to Project-Tauro using the -f option to scan and scrape the up and listening routers in the network.

What to emphasize on when reviewing?

Linked Pull Requests

netUtils: k0r0pt/netUtils#9

codecov-io commented 6 years ago

Codecov Report

Merging #18 into master will increase coverage by 0.09%. The diff coverage is 12.5%.

Impacted file tree graph

@@            Coverage Diff             @@
##             master    #18      +/-   ##
==========================================
+ Coverage       2.1%   2.2%   +0.09%     
  Complexity        7      7              
==========================================
  Files            19     19              
  Lines          1757   1770      +13     
  Branches        384    389       +5     
==========================================
+ Hits             37     39       +2     
- Misses         1712   1722      +10     
- Partials          8      9       +1
Impacted Files Coverage Δ Complexity Δ
src/main/java/org/koreops/tauro/cli/TauroMain.java 0% <0%> (ø) 0 <0> (ø) :arrow_down:
...ops/tauro/cli/opts/processor/CliOptsProcessor.java 72.91% <40%> (-2.09%) 5 <0> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1f9cb95...4c61c54. Read the comment docs.