From ef2da9ddb5f5c52c04152c841fd90758939f57a3 Mon Sep 17 00:00:00 2001 From: Meitar Moscovitz Date: Sat, 10 Jun 2017 00:17:12 -0400 Subject: [PATCH] Add `scanless`, a port scanning "proxy" multiplexing CLI utility. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a9c847..77a0532 100644 --- a/README.md +++ b/README.md @@ -150,6 +150,7 @@ A collection of awesome penetration testing resources * [zmap](https://zmap.io/) - Open-source network scanner that enables researchers to easily perform Internet-wide network studies * [nmap](https://nmap.org/) - Free Security Scanner For Network Exploration & Security Audits * [pig](https://github.com/rafael-santiago/pig) - A Linux packet crafting tool +* [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 * [tcpdump/libpcap](http://www.tcpdump.org/) - A common packet analyzer that runs under the command line * [Wireshark](https://www.wireshark.org/) - A network protocol analyzer for Unix and Windows * [Network Tools](http://network-tools.com/) - Different network tools: ping, lookup, whois, etc