6 matches found
elfxtract
ELFXtract ELFXtract は、ELFバイナリを列挙するための自動分析ツールです。 Radare2 と r2ghidra を搭載 これはPWNチャレンジのために特別に開発されており、多くの自動化機能を備えています。 ELFのほぼすべての詳細を表示し、r2ghidra を使用してASMをCコードに逆コンパイルします。 GhidraでELFを逆コンパイルするには時間がかかりますが、elfxtract では数秒で逆コンパイルして表示します。 ELFXtract の機能 1. ファイル情報 2. 共有オブジェクト依存関係の詳細 3. ELFセキュリティ緩和策の詳細 / Checkse...
seccomp-tools
Seccomp Tools Powerful tools for seccomp analysis. This project is aimed primarily but not exclusively at analyzing seccomp sandboxes in CTF pwn challenges. Some features are CTF-specific, but they're just as useful for analyzing real-world seccomp filters. Features Dump - Automatically dumps...
GlacierCTF2023_writeups
Glacierctf 2023 Descrizione Data del CTF: 24.11.2023 - 26.11.2023 Durata: 48 ore CTF Time: https://ctftime.org/event/1992 GlacierCTF 2023 è stata la seconda edizione del CTF in stile jeopardy organizzato da LosFuzzys. Il CTF ha proposto sfide in varie categorie, tra cui pwn, rev, web, crypto, sma...
ELFXtract - An Automated Analysis Tool Used For Enumerating ELF Binaries
ELFXtract is an automated analysis tool used for enumerating ELF binaries Powered by Radare2 and r2ghidra This is specially developed for PWN challenges and it has many automated features It almost displays every details of the ELF and also decompiles its ASM to C code using r2ghidra Decompiling...
pwntools
This repository is an offensive tool for CTF Capture The Flag pwn challenges. It is a framework for writing scripts to solve CTF pwn challenges. The primary CVE ID is not explicitly stated in the provided context, but the repository is likely used for exploiting vulnerabilities in various softwar...
Dockerfiles
This repository is a collection of Dockerfiles for CTF Capture The Flag challenges running on SniperOJ. The Dockerfiles are used to build a vulnerable environment for the challenges, which can be solved by participants. The repository contains various challenges, including web-based and pwn...