├── CVEs └── CVE-2020-16898.py ├── DNS ├── host2ip.py └── ip2host.py ├── README.md ├── email ├── ePull ├── email-em └── mx-rip ├── firewall ├── dns-checkDecoder ├── dns-checker ├── dns-decoder ├── dns-responder ├── dns-reverseLookup └── dns-viewer ├── iqt ├── README.md ├── TLDs ├── qti └── qtip ├── stopwatch.py └── strings ├── ascii-me ├── b64.sh └── obfume /CVEs/CVE-2020-16898.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stryngs/scripts/HEAD/CVEs/CVE-2020-16898.py -------------------------------------------------------------------------------- /DNS/host2ip.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stryngs/scripts/HEAD/DNS/host2ip.py -------------------------------------------------------------------------------- /DNS/ip2host.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stryngs/scripts/HEAD/DNS/ip2host.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stryngs/scripts/HEAD/README.md -------------------------------------------------------------------------------- /email/ePull: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stryngs/scripts/HEAD/email/ePull -------------------------------------------------------------------------------- /email/email-em: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stryngs/scripts/HEAD/email/email-em -------------------------------------------------------------------------------- /email/mx-rip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stryngs/scripts/HEAD/email/mx-rip -------------------------------------------------------------------------------- /firewall/dns-checkDecoder: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stryngs/scripts/HEAD/firewall/dns-checkDecoder -------------------------------------------------------------------------------- /firewall/dns-checker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stryngs/scripts/HEAD/firewall/dns-checker -------------------------------------------------------------------------------- /firewall/dns-decoder: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stryngs/scripts/HEAD/firewall/dns-decoder -------------------------------------------------------------------------------- /firewall/dns-responder: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stryngs/scripts/HEAD/firewall/dns-responder -------------------------------------------------------------------------------- /firewall/dns-reverseLookup: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stryngs/scripts/HEAD/firewall/dns-reverseLookup -------------------------------------------------------------------------------- /firewall/dns-viewer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stryngs/scripts/HEAD/firewall/dns-viewer -------------------------------------------------------------------------------- /iqt/README.md: -------------------------------------------------------------------------------- 1 | # iqt -- IRC Query Tool 2 | -------------------------------------------------------------------------------- /iqt/TLDs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stryngs/scripts/HEAD/iqt/TLDs -------------------------------------------------------------------------------- /iqt/qti: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stryngs/scripts/HEAD/iqt/qti -------------------------------------------------------------------------------- /iqt/qtip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stryngs/scripts/HEAD/iqt/qtip -------------------------------------------------------------------------------- /stopwatch.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stryngs/scripts/HEAD/stopwatch.py -------------------------------------------------------------------------------- /strings/ascii-me: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stryngs/scripts/HEAD/strings/ascii-me -------------------------------------------------------------------------------- /strings/b64.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stryngs/scripts/HEAD/strings/b64.sh -------------------------------------------------------------------------------- /strings/obfume: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/stryngs/scripts/HEAD/strings/obfume --------------------------------------------------------------------------------