From 8f60ee12b8cb08331c5909b318a952e4a1858fb9 Mon Sep 17 00:00:00 2001 From: jamesishandsome <49660809+jamesishandsome@users.noreply.github.com> Date: Wed, 3 Aug 2022 11:31:52 +0800 Subject: [PATCH] Update README.md docs: correct the description for scancannon --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63a5006..1ce1d61 100644 --- a/README.md +++ b/README.md @@ -380,7 +380,7 @@ See [awesome-lockpicking](https://github.com/fabacab/awesome-lockpicking). * [DNSDumpster](https://dnsdumpster.com/) - Online DNS recon and search service. * [Mass Scan](https://github.com/robertdavidgraham/masscan) - TCP port scanner, spews SYN packets asynchronously, scanning entire Internet in under 5 minutes. * [OWASP Amass](https://github.com/OWASP/Amass) - Subdomain enumeration via scraping, web archives, brute forcing, permutations, reverse DNS sweeping, TLS certificates, passive DNS data sources, etc. -* [ScanCannon](https://github.com/johnnyxmas/ScanCannon) - Python script to quickly enumerate large networks by calling `masscan` to quickly identify open ports and then `nmap` to gain details on the systems/services on those ports. +* [ScanCannon](https://github.com/johnnyxmas/ScanCannon) - POSIX-compliant BASH script to quickly enumerate large networks by calling `masscan` to quickly identify open ports and then `nmap` to gain details on the systems/services on those ports. * [XRay](https://github.com/evilsocket/xray) - Network (sub)domain discovery and reconnaissance automation tool. * [dnsenum](https://github.com/fwaeytens/dnsenum/) - Perl script that enumerates DNS information from a domain, attempts zone transfers, performs a brute force dictionary style attack, and then performs reverse look-ups on the results. * [dnsmap](https://github.com/makefu/dnsmap/) - Passive DNS network mapper.