From db4eb518ede2932b5f5d7153bd359c2dc5dc8141 Mon Sep 17 00:00:00 2001 From: nil0x42 Date: Wed, 26 Aug 2020 12:43:50 +0000 Subject: [PATCH] Add `phpsploit` (C2 framework via PHP oneliner) Add phpsploit tool (https://github.com/nil0x42/phpsploit): Full-featured C2 framework which silently persists on webserver via evil PHP oneliner PhpSploit is a well-known advanced & stealth PHP backdoor for persistence & privesc --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0d32791..d3d2d24 100644 --- a/README.md +++ b/README.md @@ -176,6 +176,7 @@ For a list of free hacking books available for download, go [here](https://githu * [SubFinder](https://github.com/subfinder/subfinder) - SubFinder is a subdomain discovery tool that discovers valid subdomains for any target using passive online sources. * [Findsubdomains](https://findsubdomains.com/) - A subdomains discovery tool that collects all possible subdomains from open source internet and validates them through various tools to provide accurate results. * [badtouch](https://github.com/kpcyrd/badtouch) - Scriptable network authentication cracker + * [PhpSploit](https://github.com/nil0x42/phpsploit) - Full-featured C2 framework which silently persists on webserver via evil PHP oneliner ## General * [Strong node.js](https://github.com/jesusprubio/strong-node) - An exhaustive checklist to assist in the source code security analysis of a node.js web service.