1830 matches found
gobee
gobee Write your BPF programs in Go, not C. gobee transpiles a strict subset of Go into BPF C, generates typed Go bindings for the userspace side, and gates loads against the running kernel. The Go ecosystem has solid userspace tooling for BPF. The kernel side has always ended with "now write you...
kdmp-parser
kdmp-parser This C++ library parses Windows kernel full dumps .dump /f in WinDbg, BMP dumps .dump /ka in WinDbg as well as more recent dump types that were introduced in 2022. The library supports loading 64-bit dumps and provides read access to things like: The context record, The exception...
z3
Z3 Z3 es un demostrador de teoremas de Microsoft Research. EstΓ‘ licenciado bajo la licencia MIT. Las distribuciones binarias de Windows incluyen redistribuibles del runtime de C++ Si no estΓ‘ familiarizado con Z3, puede comenzar aquΓ. Los binarios precompilados para versiones estables y nocturnas...
maat
Acerca de Maat es un framework de cΓ³digo abierto para EjecuciΓ³n SimbΓ³lica DinΓ‘mica y AnΓ‘lisis Binario. Proporciona diversas funcionalidades como ejecuciΓ³n simbΓ³lica, anΓ‘lisis de taint, resoluciΓ³n de restricciones, carga de binarios, simulaciΓ³n de entorno, y aprovecha la librerΓa sleigh de Ghidra...
maat
About Maat is an open-source Dynamic Symbolic Execution and Binary Analysis framework. It provides various functionalities such as symbolic execution, taint analysis, constraint solving, binary loading, environment simulation, and leverages Ghidra's sleigh library for assembly lifting:...
hal
Β‘Bienvenido a HAL! HAL /hel/ es un framework integral de ingenierΓa inversa y manipulaciΓ³n de netlist. NavegaciΓ³n 1. IntroducciΓ³n 2. Instrucciones de compilaciΓ³n 3. GuΓa de inicio rΓ‘pido 4. Contexto acadΓ©mico IntroducciΓ³n ΒΏQuΓ© demonios es HAL? PrΓ‘cticamente toda la investigaciΓ³n disponible sobre...
mwemu
MWEmu Official documentation mwemu.github.io What is this?...
go-rpmdb
go-rpmdb Library for enumerating packages in an RPM DB Packages file without bindings. root@kitploit: package main import "fmt" "log" rpmdb "github.com/knqyf263/go-rpmdb/pkg" func main if err := run; err != nil log.Fatalerr func run error db, err := rpmdb.Open"./Packages" if err != nil return err...
apk-info
apk-info A full-featured apk parser. Features A malware-friendly zip extractor. Great article about BadPack technique; A malware-friendly axml and arsc extractor; A full AXML Android Binary XML implementation; A full ARSC Android Resource implementation; Support for extracting information contain...
dwn
π₯½ dwn dockerpwn - a docker attack tool manager introduction dwn is a "docker-compose for hackers". Using a simple YAML "plan" format similar to docker-compose, image names, versions and volume / port mappings are defined to setup a tool for use. features With dwn you can: Configure common pentest...
libptrace
libptrace libptrace is an event driven process/thread debugging, tracing, and manipulation framework. It is written in C and has Python 2.7 and 3.7 bindings. It is meant to be used as a library. The API has been designed with cross-platform support in mind. Although the current version only runs ...
pyjadx
pyjadx Python bindings for JADX via JPype. Decompile Android APK and DEX files to Java source from Python. root@kitploit: from pyjadx import Jadx with Jadx"app.apk" as jadx: for cls in jadx.classes: printcls.fullname printcls.code Why pyjadx? JADX is the leading open-source Android decompiler β i...
RustTLSX
RustTLSX π¦ . An advanced stealth HTTP client for Rust. Built for privacy-conscious developers who need complete control over their network fingerprint. Looks like a browser. Acts like a browser. Written in Rust. Credits & Foundation Built onbogdanfinn/tls-client - the industry-leading TLS...
lua-ffi-libinjection
Nombre lua-resty-libinjection - Enlaces FFI LuaJIT para libinjection Estado Esta biblioteca estΓ‘ en desarrollo activo y estΓ‘ lista para producciΓ³n DescripciΓ³n Esta biblioteca proporciona enlaces FFI para libinjection, un tokenizador y analizador de SQL/SQLi y XSS. InstalaciΓ³n Instale esta...
ane
Asahi Neural Engine Reverse engineered Linux driver for the Apple Neural Engine ANE. All things Linux here. ane/: Kernel module ane.ko. Should move into tree soon. docs/: Documentation. WIP. Please don't look. libane/: Userspace lib. python/: Python bindings for libane...
pesieve-go
pesieve-go Golang bindings for PE-sieve. Requires pe-sieve32.dll, pe-sieve64.dll of a supported version to be present in the project directory, or in a path pointed by the environment variable: PESIEVEDIR. API Exposes the following wrappers for PE-sieve API: root@kitploit: PESieveVersion uint32...
die-python
DetectItEasy-Python Native Python 3.11+ bindings for @horsicq's Detect-It-Easy Install From PIP The easiest and recommended installation is through pip. root@kitploit: pip install die-python Using Git root@kitploit: git clone https://github.com/elastic/die-python cd die-python Install Qt into the...
EUVD-2026-81042
Builder.io Gen2 SDKs through versions 5.2.11 and 0.25.13 contain a prototype pollution vulnerability in the deep-set helper function that processes content block bindings without validation. Attackers can craft content blocks with binding keys containing proto, prototype, or constructor paths to...
Astra Linux β Vulnerability in libxml2
In libxml2 versions before 2.13.8 and 2.14.x before 2.14.2, out-of-bounds memory access can occur in the Python API Python bindings due to an incorrect return value. This issue occurs in the xmlPythonFileRead and xmlPythonFileReadRaw functions, caused by a discrepancy between bytes and characters...
Astra Linux β Vulnerability in Chromium
The "Type Confusion in Bindings" vulnerability in Google Chrome before version 149.0.7827.103 allowed a remote attacker to execute arbitrary code within a sandbox through a crafted HTML page. Chromium security severity: High...