87204 matches found
PwnKit-Exploit
PwnKit-Exploit CVE-2021-4034 @c0br40x ayudó a hacer esta sección en el README!! Prueba de Concepto root@kitploit: debian@debian:/PwnKit-Exploit$ make cc -Wall exploit.c -o exploit debian@debian:/PwnKit-Exploit$ whoami debian debian@debian:/PwnKit-Exploit$ ./exploit Current User before execute...
CVE-2021-4034_Python3
CVE-2021-4034Python3...
CVE-2021-44228
CVE-2021-44228 Log4Shell CVE-2021-44228 Vulnerability Scanner and POC...
log4j-CVE-2021-44228
Apache Log4j Zero Day aka Log4Shell aka CVE-2021-44228 Introduction Reproducing the problem in k8s env Setting up k8s env with the vulnerability Possible Solutions KubeArmor Security Policy Not allowing any execs from the JVM/Java Default Deny based rules KubeArmor Visibility/Observability into t...
ansible-role-log4shell
Ansible role - log4shell ⭐ Star us on GitHub — it motivates us a lot! Find Log4Shell CVE-2021-44228 on your system This role tries to find JAR and WAR from filesystem and from opened files lsof ⚠️ Your system may runs slowly during the scan due to a find on and the unarchive process to lookup...
CVE-2021-34621
CVE-2021-34621...
packages_apps_Settings_CVE-2021-0586
This repository does not have a README...
CVE-2021-41773
This repository does not have a README...
CVE-2021-21551-POC
DbUtilAx An extended proof-of-concept for the CVE-2021-21551 Dell ‘dbutil23.sys’ Kernel Exploit. Read the full blog post here...
CVE-2021-31166-detection-rules
CVE-2021-31166 Detection Rules Different rules to detect if CVE-2021-31166 is being exploited Rules available: Suricata Snort The snort rules also work on suricata. Zeek To Do: Make PCAPs available which where used during the development of the signatures Zeek script Detection when the...
Microsoft_Exchange_Server_SSRF_CVE-2021-26855
MicrosoftExchangeServerSSRFCVE-2021-26855 zoomeye dork:app:"Microsoft Exchange Server" Using the script MicrosoftExchangeServerSSRFCVE-2021-26855.py written with Seebug toolkit and pocsuite3, to probe data from the past year: 成功率约为:1500 / 5000 = 30%...
CVE-2021-1675
CVE-2021-1675 - PrintNightmare LPE PowerShell Caleb Stewart | John Hammond | July 1, 2021 CVE-2021-1675 is a critical remote code execution and local privilege escalation vulnerability dubbed "PrintNightmare." Proof-of-concept exploits have been released Python, C++ for the remote code execution...
CVE-2021-42292
CVE-2021-42292 This package will detect exploits of CVE-2021-42292, a Microsoft Excel local privilege escalation vulnerability, and generate a notice in notice.log for it. https://corelight.com/blog/detecting-cve-2021-42292 Detection Method: This package detects the vulnerability when the...
CVE-2021-44228_IoCs
CVE-2021-44228IoCs Public IoCs for log4j framework vulnerability CVE-2021-44228 log4shell based on multiple public sources...
cve-2021-44228-minecraft-poc
CVE-2021-44228 in Minecraft Java 16 Paper server build 397 Minecraft 1.17.1 Exploitation In Java 16 only deserialization attacks work by default using log4j. To exploit this there needs to be a vulnerable serializable class in the classpath. In the current state of this repository the server will...
vcenter-log4j
VMware vCenter log4j workaround Script to workaround VMware vCenter log4j vulnerability CVE-2021-44228, as per the VMware KB article. 2021-12-13 02:09 UTC - Added Secure Token & Identity Management services 2021-12-13 12:46 UTC - Added PSC Client for 6.5 - see below VMware have released a python...
CVE-2021-33739-POC
CVE-2021-26868 LPE & CVE-2021-33739 POC...
mistune-patch-backport
CVE-2021-1748 Patch for iOS = 14.3 The root cause of CVE-2021-1748 is that the app trusts arbitrary data URIs and loads them in a local WebView. This tweak backports the patch for iOS = 14.3 by intercepting data: URI. Please note that there is still a powerful variant of bug. This patch doesn't...
proxylogon
proxylogon my exploit for the proxylogon chain Microsoft Exchange Server - CVE-2021-26855 Run: the exploit uses Impacket package, to install it run this: root@kitploit: user@host:$ python3 -m pip install impacket then clone the exploit repo, and enter the exploit directory: root@kitploit:...
CVE-2021-4034
CVE-2021-4034 Three PoCs, two collected from elsewhere, one is my own — converted the Python3 script into a Python2 script. Usage: C usage: gcc cve-2021-4034-poc.c -o exp ./exp Python2 usage: python2 CVE-2021-4034-py2.py Python3 usage: python3 CVE-2021-4034-py3.py Feel free to give a star...