k0r0pt / netUtils

Network utility library for use in Project Tauro
GNU General Public License v3.0
2 stars 0 forks source link

Added wait option to masscan output. #12

Closed sudiptosarkar closed 6 years ago

sudiptosarkar commented 6 years ago

In case of large ipInfo.io networks, the default wait time wasn't enough to cover all hosts that have responded when being scanned with masscan. This option will ensure that they're not missed.

codecov-io commented 6 years ago

Codecov Report

Merging #12 into master will not change coverage. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #12   +/-   ##
=========================================
  Coverage     76.87%   76.87%           
  Complexity       44       44           
=========================================
  Files             8        8           
  Lines           160      160           
  Branches         23       23           
=========================================
  Hits            123      123           
  Misses           21       21           
  Partials         16       16
Impacted Files Coverage Δ Complexity Δ
...main/java/org/koreops/net/utils/IpInfoScraper.java 72.41% <0%> (ø) 5 <0> (ø) :arrow_down:

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 0499f82...4c09a66. Read the comment docs.