Lucene search
+L

251497 matches found

Kitploit
Kitploit
•added 2026/09/24 10:47 a.m.•11 views

spiderfoot

SpiderFoot 是一款开源情报(OSINT)自动化工具。它集成了几乎所有可用的数据源,并利用多种方法进行数据分析,使数据易于浏览。 SpiderFoot 内置了一个 Web 服务器,提供简洁直观的 Web 界面,同时也可以完全通过命令行使用。它使用 Python 3 编写,采用 MIT 许可证 。 功能 基于 Web 的用户界面或命令行 超过 200 个模块(见下文) Python 3.7+ 支持 YAML 配置的关联引擎,包含 37 条预定义规则 CSV/JSON/GEXF 导出 密钥导出/导入 SQLite 后端,支持自定义查询 高度可配置 文档齐全 可视化 集成...

5.9AI score
SaveExploits0References9
Kitploit
Kitploit
•added 2026/09/24 10:45 a.m.•15 views

querytool

QUERYTOOL - Google Sheet designed for OSINT About QueryTool is a specialized OSINT framework integrated within Google Sheets, aimed at simplifying the process of generating queries for various search engines to obtain specific results. Designed as an initial step in reconnaissance, QueryTool...

5.9AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/24 10:45 a.m.•11 views

CVE-2015-3224

CVE-2015-3224 Exploit - Rails Web Console RCE A JavaScript implementation Node.js of the exploit for CVE-2015-3224. This tool targets Ruby on Rails applications running vulnerable versions of the web-console gem, allowing unauthenticated Remote Code Execution RCE. About the Vulnerability...

4.3CVSS6.2AI score0.44708EPSS
SaveExploits6
Kitploit
Kitploit
•added 2026/09/24 10:39 a.m.•13 views

wvctf

WebVulnCTF WVCTF or WebVulnCTF is a gamified web platform which promotes training in pentesting and web application development security in an entertaining way. Through a rewards system, the user must search for a set of flags in the vulnerable application, that correspond to frequent...

6.1AI score
SaveExploits0References1
Kitploit
Kitploit
•added 2026/09/24 10:39 a.m.•12 views

xcrawl3r

xcrawl3r xcrawl3r 是一个命令行工具,用于递归爬取网页以获取 URL。它通过主动遍历网站——跟踪网页中的链接并解析文件(包括站点地图和 robots.txt)——来发现所有 URL。 与 xurlfind3r 不同,xcrawl3r 不直接与目标交互,而是通过实时爬取页面来直接与目标交互。这种主动方式使其能够发现可能被隐藏或未索引的 URL,从而提供网站导航流程和内容分布的完整视图。这使得 xcrawl3r 成为安全研究人员、IT 专业人员以及任何希望深入了解网站相关 URL 的用户的强大工具。 资源 功能 安装 安装发布版二进制文件(未安装 Go) 从源码安装(已安装...

6.1AI score
SaveExploits0References10
Kitploit
Kitploit
•added 2026/09/24 10:36 a.m.•12 views

shellerator

Shellerator Shellerator is a simple CLI/TUI tool aimed to help pentesters quickly generate reverse, bind and web shells in multiple programming languages like Bash, Powershell, Netcat, PHP, ASPX, etc. Another similar project for the generation of one-line file downloading commands is based on thi...

6.1AI score
SaveExploits0References2
Kitploit
Kitploit
•added 2026/09/24 10:35 a.m.•9 views

CVE-2025-31161

CrushFTP CVE-2025-31161 Exploit Tool 🔓 Advanced detection and exploitation tool for CVE-2025-31161 vulnerability in vulnerable CrushFTP versions. CVE-2025-31161 is a critical authentication bypass vulnerability in the CrushFTP Web Interface. By manipulating the HTTP Authorization header, an...

9.8CVSS8.7AI score0.99976EPSS
SaveExploits18
Kitploit
Kitploit
•added 2026/09/24 10:34 a.m.•120 views

cloudlist

Features • Installation • Usage • Configuration • Running cloudlist • Supported providers • Library • Join Discord Cloudlist is a multi-cloud tool for getting Assets from Cloud Providers. This is intended to be used by the blue team to augment Attack Surface Management efforts by maintaining a...

5.6AI score
SaveExploits0References9
Kitploit
Kitploit
•added 2026/09/24 10:34 a.m.•17 views

NucleiFuzzer

NucleiFuzzer = Nuclei + Paramspider + waybackurls + gauplus + hakrawler + katana + Fuzzing Templates Overview NucleiFuzzer is an advanced automation tool designed to streamline and optimize web application security testing by integrating a suite of powerful URL discovery and vulnerability scannin...

6.2AI score
SaveExploits0References11
Kitploit
Kitploit
•added 2026/09/24 10:33 a.m.•11 views

AWE

AWE:面向动态 Web 渗透测试的自适应智能体 Akshat Singh Jaswal · Ashish Baghel 被 NDSS LAST-X 2026 收录 摘要 现代 Web 应用程序日益通过 AI 辅助开发和快速无代码部署流水线构建,这进一步拉大了软件交付速度不断加快与现有安全工具适应性有限之间的差距。我们提出 AWE——一个用于自主 Web 渗透测试的记忆增强型多智能体框架,它在轻量级 LLM 编排层中嵌入了结构化、针对特定漏洞的分析流水线。在包含 104 个挑战的 XBOW 基准测试中,AWE 取得了 87% 的 XSS 成功率(较 MAPTA 提升 30.5%)和...

6AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/24 10:33 a.m.•26 views

dirsearch

DirSearch This software is a Go implementation of the original dirsearch tool written by Mauro Soria. DirSearch is the very first tool I write in Go, mostly to play and experiment with Go's concurrency model, channels, and so forth : Purpose DirSearch takes an input URL -url parameter and a...

6AI score
SaveExploits0References2
Kitploit
Kitploit
•added 2026/09/24 10:33 a.m.•19 views

dirsearch

DirSearch 该软件是 Mauro Soria 所写原始 dirsearch 工具 的 Go 语言实现。 DirSearch 是我用 Go 写的第一个工具,主要用于尝试和实验 Go 的并发模型、通道等 : 目的 DirSearch 接受一个输入 URL( -url 参数)和一个字典( -wordlist 参数),然后使用字典中的行作为路径和文件,并发执行 HEAD 请求,从而爆破 Web 服务器上的目录和文件。 它支持自定义文件扩展名( -ext,默认为 php)及其他可选参数: root@kitploit: Usage of dirsearch: -200only 如果启用,将只...

6AI score
SaveExploits0References2
Kitploit
Kitploit
•added 2026/09/24 10:32 a.m.•10 views

sniffglue

sniffglue sniffglue is a network sniffer written in rust. Network packets are parsed concurrently using a thread pool to utilize all cpu cores. Project goals are that you can run sniffglue securely on untrusted networks and that it must not crash when processing packets. The output should be as...

6.1AI score
SaveExploits0References3
Kitploit
Kitploit
•added 2026/09/24 10:27 a.m.•19 views

Bolt

Bolt A dumb CSRF scanner Important Bolt is in beta phase of development which means there can be bugs. Any production use of this tool discouraged. Pull requests and issues are welcome. I also suggest you to put this repo on watch if you are interested in it. Workflow Crawling Bolt crawls the...

5.9AI score
SaveExploits0References5
Kitploit
Kitploit
•added 2026/09/24 10:26 a.m.•3915 views

jok3r

.. raw:: html Jok3r v3 beta...

5.3AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/24 10:24 a.m.•15 views

CVE-2024-7120

Raisecom Devices Command Injection CVE-2024-7120 Proof of concept! Overview A command injection vulnerability has been identified in the RAISECOM Gateway devices, affecting models MSG1200, MSG2100E, MSG2200, and MSG2300. This vulnerability allows remote attackers to execute arbitrary commands on...

9.8CVSS7.4AI score0.934EPSS
SaveExploits4
Kitploit
Kitploit
•added 2026/09/24 10:24 a.m.•9 views

CVE-2025-0282-Ivanti-exploit

CVE-2025-0282-Ivanti-exploit CVE-2025-0282 is a critical vulnerability found in Ivanti Connect Secure, allowing Remote Command Execution RCE through a buffer overflow exploit. This vulnerability enables attackers to upload malicious files e.g., web shells and execute commands on the target system...

9CVSS8AI score0.99979EPSS
SaveExploits14
Kitploit
Kitploit
•added 2026/09/24 10:22 a.m.•104 views

feroxbuster

!WARNING Security Notice – Domain Impersonation The domain feroxbuster.com is NOT affiliated with this project, its maintainers, or any official feroxbuster releases. Official feroxbuster downloads are distributed ONLY through: https://github.com/epi052/feroxbuster open source...

5.7AI score
SaveExploits0References12
Kitploit
Kitploit
•added 2026/09/24 10:22 a.m.•14 views

Firefox-Security-Toolkit

Firefox Security Toolkit A tool that transforms Firefox browsers into a penetration testing suite How? It downloads the most important extensions, and install it on your browser. The used extensions has been chosen by a survey among the information security community. Based on it's results, Firef...

5.9AI score
SaveExploits0
Kitploit
Kitploit
•added 2026/09/24 10:19 a.m.•12 views

CVE-2023-20198

CVE 2023-20198 Introduction The web UI component of Cisco IOS XE Software has a previously undiscovered vulnerability that, when exposed to the internet or untrusted networks, is already being actively exploited, according to Cisco. Due to this vulnerability, a remote, unauthenticated attacker is...

10CVSS7.9AI score0.99571EPSS
SaveExploits27References3
Rows per page
Query Builder