eviltik / evilscan

NodeJS Simple Network Scanner
https://github.com/eviltik/evilscan
MIT License
547 stars 64 forks source link

DNS/Geo speedup #14

Closed eviltik closed 11 years ago

eviltik commented 11 years ago

Actualy, when ports are specified, and geo and/or reverse option, geo and dns resolver are running for each port, it's overkill. Let's cache geo/reverse result for each IP

eviltik commented 11 years ago

Done