From e43bea4cc49223d1a8a202c8b95ad906361f7c93 Mon Sep 17 00:00:00 2001 From: smackhack <48143394+smackhack@users.noreply.github.com> Date: Tue, 4 Aug 2020 16:29:19 -0700 Subject: [PATCH 1/2] Add RustScan --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 62dcd2b..0a81ed0 100644 --- a/README.md +++ b/README.md @@ -397,6 +397,7 @@ See also [awesome-industrial-control-system-security](https://github.com/hslatma * [nmap](https://nmap.org/) - Free security scanner for network exploration & security audits. * [passivedns-client](https://github.com/chrislee35/passivedns-client) - Library and query tool for querying several passive DNS providers. * [passivedns](https://github.com/gamelinux/passivedns) - Network sniffer that logs all DNS server replies for use in a passive DNS setup. +* [RustScan][https://github.com/rustscan/rustscan] - Lightweight and quick open-source port scanner designed to perform Nmap functions in seconds * [scanless](https://github.com/vesche/scanless) - Utility for using websites to perform port scans on your behalf so as not to reveal your own IP. * [smbmap](https://github.com/ShawnDEvans/smbmap) - Handy SMB enumeration tool. * [subbrute](https://github.com/TheRook/subbrute) - DNS meta-query spider that enumerates DNS records, and subdomains. From cbed3521aaeb81d1598ed61066dc7ac03fa6a533 Mon Sep 17 00:00:00 2001 From: Samar Dhwoj Acharya Date: Sun, 23 Aug 2020 09:27:23 -0500 Subject: [PATCH 2/2] update description to be more accurate --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a81ed0..95201e5 100644 --- a/README.md +++ b/README.md @@ -397,7 +397,7 @@ See also [awesome-industrial-control-system-security](https://github.com/hslatma * [nmap](https://nmap.org/) - Free security scanner for network exploration & security audits. * [passivedns-client](https://github.com/chrislee35/passivedns-client) - Library and query tool for querying several passive DNS providers. * [passivedns](https://github.com/gamelinux/passivedns) - Network sniffer that logs all DNS server replies for use in a passive DNS setup. -* [RustScan][https://github.com/rustscan/rustscan] - Lightweight and quick open-source port scanner designed to perform Nmap functions in seconds +* [RustScan][https://github.com/rustscan/rustscan] - Lightweight and quick open-source port scanner designed to automatically pipe open ports into Nmap. * [scanless](https://github.com/vesche/scanless) - Utility for using websites to perform port scans on your behalf so as not to reveal your own IP. * [smbmap](https://github.com/ShawnDEvans/smbmap) - Handy SMB enumeration tool. * [subbrute](https://github.com/TheRook/subbrute) - DNS meta-query spider that enumerates DNS records, and subdomains.