描述
A Flutter application consisting of TCP Port Scanner, Route Tracer, Pinger, File Hash Calculator, String Encoder, Series URI Crawler, DNS Record Retriever, and WHOIS Retriever.
1. TCP Port Scanner: Scans ports from 0 to 65535 on a target server and reports the open ports.
2. Route Tracer: Traces the route to a target server, showing each hop along the route with its corresponding IP address.
3. Pinger: Pings a target server and reports the IP address, TTL, and time.
4. File Hash Calculator: Calculates MD5, SHA1, SHA224, SHA256, SHA384, and SHA512 hashes of files.
5. String Encoder: Encodes a string into binary (Base2), ternary (Base3), quaternary (Base4), quinary (Base5), senary (Base6), octal (Base8), decimal (Base10), duodecimal (Base12), hexadecimal (Base16), Base32, Base32Hex, Base36, Base58, Base62, Base64, and Base64 URL.
6. Series URI Crawler: Crawls the available webpages in series by number and lists the available ones.
7. DNS Record Retriever: Retrieves A, AAAA, ANY, CAA, CDS, CERT, CNAME, DNAME, DNSKEY, DS, HINFO, IPSECKEY, NSEC, NSEC3PARAM, NAPTR, PTR, RP, RRSIG, SOA, SPF, SRV, SSHFP, TLSA, WKS, TXT, NS, and MX records of a domain name (forward) or an IP address (reverse).
8. WHOIS Retriever: Retrieves WHOIS information about a domain name.