Lucene search
+L

855 matches found

Kitploit
Kitploit
added 2026/09/01 5:35 p.m.2 views

CakeFuzzer

CakeFuzzer Latest release : 1.0 License : GNU GPL v3.0 Cake Fuzzer is a project that is meant to help automatically and continuously discover vulnerabilities in web applications created based on specific frameworks with very limited false positives. Currently it is implemented to support the Cake...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/01 4:48 p.m.3 views

litebox

LiteBox A security-focused library OS !NOTE This project is currently actively evolving and improving. While we are working toward a stable release, some APIs and interfaces may change as the design continues to mature. You are welcome to explore and experiment, but if you need long-term stabilit...

5.8AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/01 4:33 p.m.5 views

SourcePoint

SourcePoint SourcePoint is a polymorphic C2 profile generator for Cobalt Strike C2s, written in Go. SourcePoint allows unique C2 profiles to be generated on the fly that helps reduce our Indicators of Compromise "IoCs" and allows the operator to spin up complex profiles with minimal effort. This...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/01 3:40 p.m.4 views

grapheneX

grapheneX In computing, hardening is usually the process of securing a system by reducing its surface of vulnerability, which is larger when a system performs more functions; in principle a single-function system is more secure than a multipurpose one. Reducing available ways of attack typically...

6AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/01 2:03 p.m.55 views

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...

6AI score
SaveExploits0References28
Kitploit
Kitploit
added 2026/09/01 12:40 p.m.6 views

IF-Guide

IF-Guide: Influence Function-Guided Detoxification of LLMs NeurIPS 2025 This repository contains the code for IF-Guide, the LLM detoxification technique introduced in our paper: IF-Guide: Influence Function-Guided Detoxification of LLMs Zachary Coalson , Juhan Bae, Nicholas Carlini, Sanghyun Hong...

5.9AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/01 10:34 a.m.3 views

dns_amplification_scanner

DNS Amplification DDoS Detection and Verification Tool This script is designed to identify and verify potential DNS servers vulnerable to exploitation in DNS amplification distributed denial-of-service DDoS attacks. It addresses the limitations of automated vulnerability scanners like Nessus, whi...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/01 9:50 a.m.2 views

DakshSCRA

Daksh SCRA Source Code Review Assist root@kitploit: Author: - Debasis Mohanty [email protected] - Twitter / X: @coffeensecurity - www.coffeeandsecurity.com About Daksh SCRA Daksh SCRA Source Code Review Assist is built to enhance the efficiency of the source code review process, providing a...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/01 9:50 a.m.2 views

OWASP-Subtractive-Hardening-Top-10

OWASP Subtractive Security Top 10 Project Overview The OWASP Subtractive Security Top 10 Project is an initiative to identify, document, and promote the highest-impact opportunities for reducing cyber risk through the elimination of attack paths. Unlike traditional security guidance that focuses...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/01 5:13 a.m.39 views

chaos

chaos chaos is an 'origin' IP scanner developed by RST in collaboration with ChatGPT. It is a niche utility with an intended audience of mostly penetration testers and bug hunters. An origin-IP is a term-of-art expression describing the final public IP destination for websites that are publicly...

5.7AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/01 2:55 a.m.4 views

upx

ooooo ooo ooooooooo. ooooooo ooooo 888' 8' 888 Y88. 8888 d8' 888 8 888 .d88' Y888..8P 888 8 888ooo88P' 8888' 888 8 888 .8PY888. 88. .8' 888 d8' 888b YbodP' o888o o888o o88888o root@kitploit: 终极可执行文件压缩器 Copyright c 1996-2026 Markus Oberhumer, Laszlo Molnar & John Reiser https://upx.github.io 欢迎 欢迎...

5.9AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/08/31 9:14 p.m.4 views

user.js

Este repositorio y la página web interactiva enlazada abajo son las únicas fuentes oficiales - no confíes en ningún otro sitio que afirme ser Arkenfox 🟪 user.js Un user.js es un archivo de configuración que puede controlar los ajustes de Firefox - para un desglose y explicación más técnicos,...

5.9AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/08/31 6:40 p.m.7 views

dive

dive 一个用于探索 Docker 镜像、层内容以及发现缩小 Docker/OCI 镜像大小方法的工具。 要分析一个 Docker 镜像,只需使用镜像标签/ID/摘要运行 dive: root@kitploit: dive 或者你可以直接通过 Docker 使用 dive: root@kitploit: alias dive="docker run -ti --rm -v /var/run/docker.sock:/var/run/docker.sock docker.io/wagoodman/dive" dive 例如 dive nginx:latest...

5.8AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/08/31 3:58 p.m.4 views

maskprocessor

maskprocessor 高性能词生成器,每个位置可配置字符集 掩码攻击 尝试给定密钥空间中的所有组合,类似于暴力破解攻击,但更加具体。 相比暴力破解的优势 采用这种方式而不是传统的暴力破解,原因在于我们希望将密码候选密钥空间缩减为更高效的集合。 这里有一个简单的例子。我们想要破解密码:Julia1984 在传统的暴力破解攻击中,我们需要一个包含所有大写字母、所有小写字母和所有数字(即“mixalpha-numeric”)的字符集。密码长度为9,因此我们必须遍历62^9(13,537,086,546,263,552)种组合。假设我们以100M/s的速度破解,需要超过4年才能完成。...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/31 1:12 p.m.4 views

v0ltpwn

V0LTpwn V0LTpwn CVE-2019-11157 is a software-controlled fault attack on x86 processors. It is the first attack corrupting the integrity of SGX enclaves. Description All recent Intel processors exhibit a software interface for controlling core voltages without rebooting the system. This feature is...

6.7CVSS6.9AI score0.00676EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/08/31 7:14 a.m.3 views

mininode

Mininode Mininode 是一个 CLI 工具,通过静态分析源代码来减少 Node.js 应用程序的攻击面。它支持两种精简模式:1 粗粒度,2 细粒度。 Mininode 从主文件(即应用程序的入口点)开始构建依赖关系图(应用程序使用的模块和函数)。Mininode 会优先使用 package.json 文件中的 main 字段作为入口点;若不存在,则默认使用 index.js。 示例用法:node index.js --mode=coarse|fine。以下是可传递给 Mininode 的选项列表。 选项 可传递给 mininode 的命令行选项列表。...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/31 2:05 a.m.5 views

EntropicaPublic

March updates I need to move some work over from the private repos. The exploration into using massivly multheaded models with mixer and readout functions separated continues. Currently training up a Chinese TinyStories on a 3B-equivalent model that trains, easily, on an 8GB gpu. We're looking at...

5.9AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/08/30 9:21 p.m.80 views

uddup

UDdup - URLs Deduplication Tool The tool gets a list of URLs, and removes "duplicate" pages in the sense of URL patterns that are probably repetitive and points to the same web template. For example: root@kitploit: https://www.example.com/product/123 https://www.example.com/product/456...

5.6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/08/30 7:23 a.m.2 views

universal-android-debloater-next-generation

Universal Android Debloater Next Generation !warning DISCLAIMER : Use at your own risk. We're not responsible for anything that could happen to your devices. This is a detached fork of the UAD project. This aims to improve privacy and efficiency energy, speed, memory by removing unnecessary and...

5.9AI score
SaveExploits0References19
Kitploit
Kitploit
added 2026/08/28 9:12 p.m.4 views

ESCepcion

🛡️ ESCepcion Auditor di Active Directory Certificate Services ESCepcion è uno strumento open source per l'audit e la valutazione delle vulnerabilità nelle infrastrutture di Active Directory Certificate Services AD CS. È progettato per automatizzare l'individuazione dei percorsi di escalation dei...

5.8AI score
SaveExploits0
Rows per page
Query Builder