1308807 matches found
heartbleed-poc
HeartBleed 테스터 및 익스플로잇 NB 현재 대부분의 도구nmap, metasploit, nessus, 심지어 burp는 가장 최신 버전의 스캐너를 갖추고 있습니다. 이 도구들은 도구가 아직 개발 중이던 초기 단계에 출시되었습니다. 지금은 이것들보다는 그 도구들을 사용하는 것이 좋습니다. 도구 가이드 대량 스캔을 원한다면 NMAP 스크립트가 현재 최선의 선택입니다. 가장 많은 프로토콜STARTTLS을 지원하려면 수정된 Metasploit 스크립트를 확인하세요. 실제로 익스플로잇을 수행하려면 Python 스크립트를...
cve-2018-2628
cve-2018-2628 Vulnerability Reproduction...
CVE-2018-16156-Exploit
CVE-2018-16156-Exploit...
pwnfb50
pwnfb50 Transfer ownership of any FB50 smart lock to yourself CVE-2019-13143 PoC Video Usage root@kitploit: $ python3 pwnfb50.py id mac Where id is your user ID, and the mac is your lock's MAC address...
text4shell-poc
Aplicación de Prueba PoC para CVE-2022-42889 Esta es una aplicación vulnerable desarrollada como Prueba de Concepto para la vulnerabilidad CVE-2022-42889. Instalación con Maven Para ejecutarlo necesitarás: JDK 17 o superior Maven 1. Clona el repositorio git root@kitploit: git clone...
text4shell-poc
CVE-2022-42889 PoC Test Application This is a vulnerable application developed as a Proof of Concept for the vulnerability CVE-2022-42889. Maven Installation In order to run this you will need: JDK 17 or above Maven 1. Clone the git repo root@kitploit: git clone...
citrixInspector
CVE-2023-3519 Inspector El cve20233519inspector.py es un escáner de vulnerabilidades basado en Python para detectar la vulnerabilidad CVE-2023-3519 en Citrix Gateways. Realiza un análisis pasivo y fingerprinting de los sitios web objetivo para evaluar su vulnerabilidad basándose en una serie de...
DjVul_StringAgg
Django CVE-2020-7471 SQLi CVE-2020-7471: Potential SQL injection via StringAggdelimiter django.contrib.postgres.aggregates.StringAgg aggregation function was subject to SQL injection, using a suitably crafted delimiter. RUN root@kitploit: python manage.py makemigrations python manage.py migrate...
BadKernel
BadKernel full exploit for CVE-2016-6754BadKernel slide for syscan2016 shanghai "BadKernel --- exploit V8 with a typo"...
Havoc-C2-SSRF-to-RCE
Havoc-C2-SSRF-to-RCE Esta es una versión modificada del PoC de SSRF CVE-2024-41570 de @chebuya encadenado con el exploit de RCE autenticado de @hyperreality. Este exploit ejecuta código de forma remota contra un objetivo debido a múltiples vulnerabilidades en Havoc C2 Framework...
exploit-CVE-2018-15139
Exploit OpenEMR CVE-2018-15139 OpenEMR --debug exploit.rb -h | --help Options: Root URL base path including HTTP scheme, port and root folder Filename of the shell to be uploaded Username of the admin Password of the admin --debug Display arguments -h, --help Show this screen Examples: exploit.rb...
CVE-2019-10068-PoC
CVE-2019-10068 PoC for Kentico CMS Proof of concept exploit for CVE-2019-10068, leveraging a Deserialization RCE in Kentico CMS to upload a web shell. Legal Disclaimer: This proof-of-concept is provided for educational and authorised security research purposes only. The author is not responsible...
CVE-2016-10033-PoC
CVE-2016-10033-PoC Escribí esto para PentesterLab Si eres de PentesterLab's no hagas trampa, es mucho mejor aprender. Espero que sea útil para alguien, si no para mí en el futuro : Tiene shell interactivo, buenas cosas de argparse también. Uso root@kitploit: usage: poc.py -h --target TARGET...
cve-2023-25813
Este repositorio no tiene un README...
CveTest
CveTest Caso de prueba para replicar el fallo de Node.JS V0.10.31 v8 backport CVE-2013-6668 . La prueba llama a un procedimiento almacenado SQL "GetSomething" para recuperar datos de una tabla "Table1" en la base de datos "SQLDB". El fallo ocurre cuando se devuelven más de 52 filas y después de...
cve-2018-6574
This repository does not have a README...
shellshock_scanner
shellshockscanner Escáner en Python para "ShellShock" CVE-2014-6271...
CVE-2017-3241
Este repositorio no tiene un README...
CVE-2022-22947-exp
CVE-2022-22947-exp Reproducción de la vulnerabilidad CVE-2022-22947 y escritura del exploit exp. Posteriormente, basándome en el artículo de un experto, escribí un exploit exp para inyección de caballo de memoria memory shell, solo como referencia...
l4j-fp1
log4shell 오탐 이것은 log4shell 취약점이 무해화된 간단한 웹 프로젝트입니다. 무해화되지 않은 버전은 https://github.com/scabench/l4j-tp1/을 참조하세요. 프로젝트는 일반 텍스트 문자열 hello world를 반환하는 간단한 scabench.HelloWorldService GET 서비스를 정의합니다. 이 서비스는 매개변수를 기대하지 않으며, 매개변수가 전달되면 오류가 기록됩니다. 취약한 의존성은 org.apache.logging.log4j:log4j-core:2.14.1이며, 취약점은...