55 matches found
pwntools
pwntools - CTF toolkit Pwntools is a CTF framework and exploit development library. Written in Python, it is designed for rapid prototyping and development, and intended to make exploit writing as simple as possible...
CVE-2022-23935
Introducción Exploit PoC de CVE-2022-23935 para exiftool versión 12.37 Instalación root@kitploit: git clone https://github.com/0xFTW/CVE-2022-23935 cd CVE-2022-23935 chmod +x CVE-2022-23935.py pip3 install pwntools Uso root@kitploit: ./CVE-2022-23935...
pwninit
pwninit A tool for automating starting binary exploit challenges Features Set challenge binary to be executable Download a linker ld-linux.so. that can segfaultlessly load the provided libc Download debug symbols and unstrip the libc Patch the binary with patchelf to use the correct RPATH and...
cve_2022_0847_shellcode
cve20220847shellcode Descripción Este repositorio contiene un script de Python genshellcode.py, basado en pwntools, para generar un shellcode que implementa CVE-2022-0847. El shellcode está basado en este PoC: antx. Analicé el código del PoC y su ejecución con strace para capturar todas las...
Upgraded_BlueBourne-CVE-2017-0785-
UpgradedBlueBourne-CVE-2017-0785- actualización de BlueBourne CVE-2017-0785 a python3 root@kitploit: $ sudo apt-get install bluetooth libbluetooth-dev $ pip install pybluez $ pip3 install pwntools...
CVE-2019-18634
Exploit N-Day de CVE-2019-18634 Diapositivas https://docs.google.com/presentation/d/11DpUy9LlHeuPRSgzaTARHPwlq01vyyqbnJURlG9Ss/edit?usp=sharing Requisitos Ubuntu 20.04 sudo 1.8.25 mira a continuación cómo compilarlo manualmente Python3 pwntools Habilitar pwfeedback root@kitploit: sudo visudo Camb...
POC_CVE-2020-2555
POCCVE-2020-2555 PoC para CVE-2020-2555 3 partes: Cliente y Servidor: para construir el objeto y enviarlo al Servidor, desencadenar la cadena de gadgets. Úsalo para construir el objeto propietario. Ataque: enviar el objeto a través del protocolo T3 con pwntools...
CVE-2011-2523
CVE-2011-2523 Exploit para la vulnerabilidad de puerta trasera de vsFTPd escrito en Python usando Pwntools Uso root@kitploit: pip3 install pwntools python3 ./CVE-2011-2523.py optional...
CVE-2020-7247
CVE 2020-7247 OpenSMTPD 6.4.0...
looney-tuneables
looney-tuneables CVE-2023-4911 Instalar pwntools: https://github.com/Gallopsled/pwntools root@kitploit: apt-get update apt-get install python3 python3-pip python3-dev git libssl-dev libffi-dev build-essential python3 -m pip install --upgrade pip python3 -m pip install --upgrade pwntools...
rspwner
RSPWNER RSPWNER is a Rust-based AI-assisted CTF pwn assistant...
RMS-1.0-Exploit-RCE
Remote Code Execution Exploit for Restaurant...
pwn-claude-plugin
pwn-claude-plugin Claude Code plugin for binary exploitation...
offsec
Offensive Security - Parcours en sécurité offensive !Difficu...
EUVD-2021-0204
Malware in sbrugna...
Software-Security-Learning
It is an offensive tool for binary analysis. The repository Software-Security-Learning contains a collection of resources for learning software security, including tools and tutorials for binary analysis. The tools listed include Pharos, Angr, Vuzzer, PEDA, and pwntools, which are used for static...
pwntools
This is a CTF Capture The Flag framework and exploit development library. It is written in Python and provides a set of tools for developing and executing exploits. The library is designed to be extensible and customizable, allowing users to easily add new functionality and plugins. The library i...
Grandstream GSD3710 1.0.11.13 - Stack Overflow
!/usr/bin/env python3 Exploit Title: Grandstream GSD3710 1.0.11.13 - Stack Overflow Date: 2025-05-29 Exploit Author: Pepelux Vendor Homepage: https://www.grandstream.com/ Version: Grandstream GSD3710 - firmware:1.0.11.13 and lower Tested on: Linux and MacOS CVE: CVE-2022-2025 """ Author: Jose Lui...