From 29bb5a5464ab5d1e09986674c0bab45fe4040061 Mon Sep 17 00:00:00 2001 From: Meitar M Date: Thu, 12 Sep 2019 21:20:48 -0400 Subject: [PATCH 1/2] Add pivotsuite, a portable, standalone client-server pivot toolkit. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ff7dae3..06de9ea 100644 --- a/README.md +++ b/README.md @@ -312,6 +312,7 @@ See also [awesome-industrial-control-system-security](https://github.com/hslatma * [dnstwist](https://github.com/elceef/dnstwist) - Domain name permutation engine for detecting typo squatting, phishing and corporate espionage. * [dsniff](https://www.monkey.org/~dugsong/dsniff/) - Collection of tools for network auditing and pentesting. * [impacket](https://github.com/CoreSecurity/impacket) - Collection of Python classes for working with network protocols. +* [pivotsuite](https://github.com/RedTeamOperations/PivotSuite) - Portable, platform independent and powerful network pivoting toolkit. * [routersploit](https://github.com/reverse-shell/routersploit) - Open source exploitation framework similar to Metasploit but dedicated to embedded devices. * [rshijack](https://github.com/kpcyrd/rshijack) - TCP connection hijacker, Rust rewrite of `shijack`. From bcd02be15e924cedb07b984d33365c2731055935 Mon Sep 17 00:00:00 2001 From: Meitar M Date: Thu, 12 Sep 2019 21:28:20 -0400 Subject: [PATCH 2/2] Update URL for recon-ng, which has moved to GitHub from BitBucket. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06de9ea..f432783 100644 --- a/README.md +++ b/README.md @@ -474,7 +474,7 @@ See also [awesome-industrial-control-system-security](https://github.com/hslatma * [image-match](https://github.com/ascribe/image-match) - Quickly search over billions of images. * [metagoofil](https://github.com/laramies/metagoofil) - Metadata harvester. * [pagodo](https://github.com/opsdisk/pagodo) - Automate Google Hacking Database scraping. -* [recon-ng](https://bitbucket.org/LaNMaSteR53/recon-ng) - Full-featured Web Reconnaissance framework written in Python. +* [recon-ng](https://github.com/lanmaster53/recon-ng) - Full-featured Web Reconnaissance framework written in Python. * [sn0int](https://github.com/kpcyrd/sn0int) - Semi-automatic OSINT framework and package manager. * [snitch](https://github.com/Smaash/snitch) - Information gathering via dorks. * [surfraw](https://github.com/kisom/surfraw) - Fast UNIX command line interface to a variety of popular WWW search engines.