From 4fd192c516dbd2a5bf3eedef1f0064ebe3c8dd49 Mon Sep 17 00:00:00 2001 From: Intrudir <24526564+intrudir@users.noreply.github.com> Date: Thu, 16 Feb 2023 11:08:58 -0500 Subject: [PATCH 1/2] Update README.md Added 2 new resources --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 93ea13a..ba76712 100644 --- a/README.md +++ b/README.md @@ -72,6 +72,7 @@ A curated list of awesome search engines useful during Penetration testing, Vuln - [ScanFactory](https://in.scanfactory.io/cvemon.html) - Realtime Security Monitoring - [Trend Micro Zero Day Initiative](https://www.zerodayinitiative.com/advisories/published/) - Publicly disclosed vulnerabilities discovered by Zero Day Initiative researchers - [Google Project Zero](https://bugs.chromium.org/p/project-zero/issues/list?can=1&q=&sort=-id&colspec=ID%20Type%20Status%20Priority%20Milestone%20Owner%20Summary) - Vulnerabilities including Zero Days +- [Trickest CVE Repository](https://github.com/trickest/cve) - Almost every publicly available CVE PoC. ### Exploits @@ -86,6 +87,7 @@ A curated list of awesome search engines useful during Penetration testing, Vuln - [Payloads All The Things](https://swisskyrepo.github.io/PayloadsAllTheThingsWeb/) - A list of useful payloads and bypasses for Web Application Security - [XSS Payloads](http://www.xss-payloads.com/) - The wonderland of JavaScript unexpected usages, and more - [exploitalert.com](https://www.exploitalert.com/search-results.html) - Database of Exploits +- [Reverse Shell generator](https://www.revshells.com/) - Plug in attacker machine IP and port and generate any kind of reverse shell on the fly. ### Attack Surface From 5bc4224e94b73f7be9f7960d4051b698efb86e36 Mon Sep 17 00:00:00 2001 From: Intrudir <24526564+intrudir@users.noreply.github.com> Date: Thu, 16 Feb 2023 15:59:03 -0500 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ba76712..088c616 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ A curated list of awesome search engines useful during Penetration testing, Vuln - [ScanFactory](https://in.scanfactory.io/cvemon.html) - Realtime Security Monitoring - [Trend Micro Zero Day Initiative](https://www.zerodayinitiative.com/advisories/published/) - Publicly disclosed vulnerabilities discovered by Zero Day Initiative researchers - [Google Project Zero](https://bugs.chromium.org/p/project-zero/issues/list?can=1&q=&sort=-id&colspec=ID%20Type%20Status%20Priority%20Milestone%20Owner%20Summary) - Vulnerabilities including Zero Days -- [Trickest CVE Repository](https://github.com/trickest/cve) - Almost every publicly available CVE PoC. +- [Trickest CVE Repository](https://github.com/trickest/cve) - Gather and update all available and newest CVEs with their PoC. ### Exploits @@ -87,7 +87,7 @@ A curated list of awesome search engines useful during Penetration testing, Vuln - [Payloads All The Things](https://swisskyrepo.github.io/PayloadsAllTheThingsWeb/) - A list of useful payloads and bypasses for Web Application Security - [XSS Payloads](http://www.xss-payloads.com/) - The wonderland of JavaScript unexpected usages, and more - [exploitalert.com](https://www.exploitalert.com/search-results.html) - Database of Exploits -- [Reverse Shell generator](https://www.revshells.com/) - Plug in attacker machine IP and port and generate any kind of reverse shell on the fly. +- [Reverse Shell generator](https://www.revshells.com/) - Online Reverse Shell generator with Local Storage functionality, URI & Base64 Encoding, MSFVenom Generator, and Raw Mode. ### Attack Surface