6 matches found
pwndbg
pwndbg pwndbg(/paʊnˈdiˌbʌɡ/)是一个GDB和LLDB插件,让调试不再痛苦,专注于低级软件开发人员、硬件黑客、逆向工程师和漏洞利用开发者所需的功能。 它拥有大量功能,请参阅我们的功能页面和CHEATSHEET(可以打印!)。如有任何问题,您可以阅读文档或在我们的Discord服务器上提问。 想要Pwndbg保持快速发展,或者让我们就此做个演讲?赞助我们! 为什么? 原生GDB和LLDB在逆向工程和漏洞利用开发中非常难用。输入x/30gx...
heapinspect
HeapInspect Pwnning is an art. HeapInspectは、heapをより美しくするために設計されています。 現在、このツールはnadbgのプラグインです。試してみてください! 機能 gdbやその他の要件が不要 マルチglibc対応 2.19, 2.23-2.27 現在テスト済み 32ビットと64ビットの両方 ヒープ表示のための優れたUI HeapShower 詳細 PrettyPrinter カラフル、概要 Heapdiff 作業中 破損検出とエクスプロイト解析 作業中 gdbもサポート Python2 & Python3 互換 使い方 クイックショット...
binary-exploitation-labs
Binary Exploitation & Reverse Engineering Labs Hands-on labs...
ZSH 5.9 - RCE
Exploit ZSH 5.9 - RCE Date: 30-12-2025 Exploit Author: sinanadilrana import pexpect import sys import time def debugprintmsg: printf"DEBUG msg" def returntogdbgdb, maxattempts=3, timeout=3: """More reliable function to return to GDB prompt""" debugprint"Attempting to return to GDB..." for attempt...
MikroTik RouterOS Chimay Red Stack Clash Remote Code Execution
!/usr/bin/env python3 Mikrotik Chimay Red Stack Clash Exploit by BigNerd95 Tested on RouterOS 6.38.4 mipsbe using a CRS109 Used tools: pwndbg, rasm2, mipsrop for IDA I used ropper only to automatically find gadgets ASLR enabled on libs only DEP NOT enabled import socket, time, sys, struct, re fro...
GDB Exploit Development & Reverse Engineering: pwndbg
GDB Exploit Development & Reverse Engineering pwndbg /poʊndbæg/ is a GDB plug-in that makes debugging with GDB suck less, with a focus on features needed by low-level software developers, hardware hackers, reverse-engineers and exploit developers. Vanilla GDB is terrible to use for reverse...