6 ms·
Looks nice. Only critique I would give is the fact that they use public DNS IP's in the examples to scan hosts I know they expect the target audience to know b
by NKCSS 3y ago
Looks nice. Only critique I would give is the fact that they use public DNS IP's in the examples to scan hosts I know they expect the target audience to know better, but you'd be surprised
- alaeddine001 3y agoGood catch, we should indeed make that explicit.
- pythonguython 3y agoCan you explain this? DNS resolves to an IP address, then that is scanned. What am I missing?
- wrs 3y agoIt can be rude/unwise/dangerous (depending on the target) to run a scanner on somebody else’s public IPs.
- doakes 3y agoI think the DNS IPs are just example IPs to be scanned. You're not supplying a DNS to use for domain lookups. Using them in the example is perhaps confusing that there's some sort of DNS argument required.