What is it
A library for Node.JS that can be used for the following tasks:
- Get domain's whois info
- Domain DNS lookup
- Build a route to a domain or IP addrr (based on a traceroute utility)
- Scan remote service, very primitive and simple for now.
It is written using TypeScript so you can find custom data types definitions in *.d.ts files.
How to use?
var dodig = ;// WHOISdodig ;// DNS LOOKUPdodig ;// Traceroutedodig ;// Scandodig // Host, port, request string, signature of data end ;