3101 matches found
Hooketh
Hooketh Un conjunto de scripts que facilitan el trabajo con Frida, diseñados para ayudar a encontrar la función correcta a la que engancharse y luego modificarla. Uso Para ambos scripts, asumo que tienes un dispositivo conectado por USB o que tienes un emulador ejecutÔndose en la misma mÔquina...
XSSTracer
XSSTracer v1.3 by 1N3 @CrowdShield https://crowdshield.com XSSTracer is a small python script that checks remote web servers for Clickjacking, Cross-Frame Scripting, Cross-Site Tracing and Host Header Injection. root@kitploit: Usage: ./xsstracer...
libptrace
libptrace libptrace es un framework de depuración, trazado y manipulación de procesos/hilos basado en eventos. EstÔ escrito en C y tiene enlaces para Python 2.7 y 3.7. EstÔ pensado para ser utilizado como biblioteca. La API se ha diseñado teniendo en cuenta la compatibilidad multiplataforma. Aunq...
bpflock
bpflock - Lock Linux machines bpflock - eBPF driven security for locking and auditing Linux machines. Note: bpflock is currently in experimental stage , it may break, options and security semantics may change, some BPF programs will be updated to use Cilium ebpf library. Sections 1. Introduction...
TriforceAFL
Nuevo: Para aquellos que quieran jugar con TriforceAFL y TLSF, Richard Johnson creó un Dockerfile que instala ambos e incluso compila un kernel de Linux por ti. EstÔ disponible aquà https://hub.docker.com/r/moflow/afl-triforce/tags/. También nuevo: ”afl-tmin ahora funciona con el forkserver!...
call_map
========== Call Map .. default-role:: code About Call Map is a tool for navigating call graphs in Python, with plans to support other languages. Below is a screen shot after running callmap -m toolz, then clicking on some functions. .. figure:: docs/UI-clicked-on-function.png While Call Map is...
kube-knark
Proyecto Kube-Knark ””Trazado de tu runtime de Kubernetes!! Kube-Knark es un trazador de código abierto que utiliza tecnologĆa pcap y ebpf para realizar trazado en tiempo de ejecución en un clĆŗster de Kubernetes desplegado. Realiza un seguimiento de la ejecución de la API de Kubernetes y de los...
icebox
IceBox Icebox is a Virtual Machine Introspection solution that enable you to stealthily trace and debug any process kernel or user. It's based on project Winbagility. Files which might be helpful: INSTALL.md: how to install icebox. BUILD.md: how to build icebox. Demo Project Organisation fdp: Fas...
ptrace
This repository does not have a README...
CVE-2021-33831
Introduction The application is used for tracking people according to German infection laws to be able to trace Covid-19 infection chains. It was created by a student project called iCampus and is used not only at the university in Wildau but also at Cottbus-Senftenberg. Around 10.000 people are...
CVE-2020-0668
CVE-2020-0668 PowerShell implementation, uses printconfig.dll to elevate privileges evil dll can be customized, the dll here will execute the c:\programdata\setup.bat file Reference: https://portal.msrc.microsoft.com/en-US/security-guidance/advisory/CVE-2020-0668...
CVE-2026-89749
A flaw was found in the Linux kernel. Specifically, within the tracing subsystem, the eventteststuff function can pass an invalid error pointer to kthreadstop if kthreadrun fails to create a kernel thread. This improper handling of error pointers, particularly under memory pressure, leads to...
Linux Distros Unpatched Vulnerability : CVE-2026-89746
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - tracing: Fix use-after-free with same-name named triggers When two hist triggers on different events are registered with the same name=, the second one reuses t...
Linux Distros Unpatched Vulnerability : CVE-2026-89748
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - tracing: Fix retry exhaustion in simple ring buffer reader swap simpleringbufferswapreaderpage starts with retry set to 8 and post-decrements it only after a...
CVE-2026-89747
A flaw was found in the Linux kernel's tracing component. A local attacker could exploit a use-after-free vulnerability, a type of memory corruption, by manipulating the tracepipe functionality. This occurs when the system attempts to read from memory that has already been released, leading to...
CVE-2026-89748
A flaw was found in the Linux kernel's tracing subsystem. An issue in the simpleringbufferswapreaderpage function, related to retry exhaustion during ring buffer reader page swaps, can lead to incorrect handling of successful or failed operations. This can result in corruption of the ring buffer,...
CVE-2026-89746
A flaw was found in the Linux kernel's tracing component. A local user can exploit a use-after-free vulnerability by registering multiple histogram triggers with the same name. This action causes the kernel to attempt to access freed memory, leading to a system crash and a Denial of Service DoS...
ptrace-vuln
ptrace-vuln To check for vulnerability CVE-2019-13272 It is just a sample proof of concept generated by LLM and does not cover all cases. The basic idea is if the system is not hardened and ptrace is not removed, the vulnerability should be considered applicable. Steps to compile code and run it:...
AZL-100491 CVE-2026-89749 affecting package kernel 6.6.150.1-1
In the Linux kernel, the following vulnerability has been resolved: tracing: Fix crash passing ERRPTR to kthreadstop eventteststuff calls kthreadrun and unconditionally passes the returned taskstruct pointer to kthreadstop. kthreadrun returns an error pointer such as ERRPTR-ENOMEM when kthread...
CVE-2026-89748
In the Linux kernel, the following vulnerability has been resolved: tracing: Fix retry exhaustion in simple ring buffer reader swap simpleringbufferswapreaderpage starts with retry set to 8 and post-decrements it only after a failed link replacement. On the final attempt, a successful replacement...