Lucene search
+L

692 matches found

Kitploit
Kitploit
added 2026/09/16 8:47 p.m.11 views

TInjA

TInjA – the Template INJection Analyzer TInjA is a CLI tool for testing web pages for template injection vulnerabilities. It supports 44 of the most relevant template engines as of September 2023 for eight different programming languages. TInjA was developed by Hackmanit and Maximilian Hildebrand...

5.7AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/16 7:07 p.m.27 views

sslsplit

SSLsplit - transparent SSL/TLS interception https://www.roe.ch/SSLsplit Overview SSLsplit is a tool for man-in-the-middle attacks against SSL/TLS encrypted network connections. It is intended to be useful for network forensics, application security analysis and penetration testing. SSLsplit is...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/16 6:58 p.m.783 views

mitaka

Mitaka Mitaka is a browser extension that makes your OSINT Open Source Intelligence search & scan easier. Key features: Auto IoC indicators of compromise selection with refanging. E.g. example.com to example.com, testatexample.com to [email protected], hxxp://example.com to http://example.co...

5.9AI score
SaveExploits0References10
Kitploit
Kitploit
added 2026/09/16 3:09 p.m.42 views

uncover

Quickly discover exposed hosts on the internet using multiple search engines. Features • Installation • Usage • Configuration • Running Uncover • Join Discord uncover is a go wrapper using APIs of well known search engines to quickly discover exposed hosts on the internet. It is built with...

5.8AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/16 2:23 p.m.154 views

graphw00f

Credits to Nick Aleks for the logo! graphw00f - GraphQL Server Fingerprinting Table of Contents How does it work? Detections GraphQL Threat Matrix Prerequisites Installation Configuration Example Usage Fingerprinting GraphQL Detecting & Fingerprinting GraphQL Support & Issues Resources How does i...

5.8AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/16 1:47 p.m.10 views

sitedorks

Want to get the latest updates? Be sure to ⭐ this repo! ⭐ Now also available, Sitedorks Web ⭐ About SiteDorks Search Google, Bing, Brave, Ecosia, Yahoo or Yandex for a search term with several websites. A default list is already provided, which contains Moltbook, Grok, Github, Gitlab, Surveymonke...

6.1AI score
SaveExploits0References10
Kitploit
Kitploit
added 2026/09/16 12:19 p.m.48 views

dive

dive A tool for exploring a Docker image, layer contents, and discovering ways to shrink the size of your Docker/OCI image. To analyze a Docker image simply run dive with an image tag/id/digest: root@kitploit: dive or you can dive with Docker directly: root@kitploit: alias dive="docker run -ti --...

6AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/16 11:18 a.m.263 views

netlas-cookbook

Netlas CookBook The goal of this guide is to teach anyone interested in cybersecurity, regardless of their knowledge level, how to make the most of Netlas Search Tools. This is a long read. We have collected as many simple use cases as possible and demonstrated how to automate them. ⭐️ Give us a...

9.4AI score
SaveExploits0References13
Kitploit
Kitploit
added 2026/09/16 11:09 a.m.39 views

rengine

reNgine: The Ultimate Web Reconnaissance & Vulnerability Scanner 🚀 reNgine 2.2.0 is released! reNgine 2.2.0 comes with bounty hub where you can sync and import your hackerone programs, in app notifications, chaos as subdomain enumeration tool, ability to upload multiple nuclei and gf patterns,...

6AI score
SaveExploits0References9
Kitploit
Kitploit
added 2026/09/16 10:44 a.m.10 views

Payload-and-Polyglot-Lists

Payload & Polyglot Lists Found a payload that doesn't work? Please open an issue with the payload, target context, and what you expected to happen. Pull requests with fixes or new payloads are always welcome. Research is ongoing. This project is under active development and will be updated...

6.1AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/16 10:15 a.m.20 views

fses

fses Fucking Search Engines Scraper - python library to scrap url's from search engines Search Engines we scrap root@kitploit: Ask Bing DuckDuck GO UOL Yahoo Install root@kitploit: git clone https://github.com/mthbernardes/fses.git cd fses pip install -r requeriments.txt Usage Simple search using...

5.6AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/16 9:35 a.m.13 views

ofrak

OFRAK OFRAK(Open Firmware Reverse Analysis Konsole)是一个二进制分析与修改平台。OFRAK 结合了以下能力: 识别 与解包 多种二进制格式 分析 经充分测试的逆向工程工具解包后的二进制文件 修改 与重新打包 采用强大补丁策略的二进制文件 OFRAK 支持一系列嵌入式固件文件格式,不仅限于用户空间可执行文件,还包括: 压缩文件系统 压缩及带校验的固件 引导加载程序 RTOS/操作系统内核 OFRAK 为用户提供: 图形用户界面(GUI) ,用于交互式探索和可视化二进制文件 Python API...

5.8AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/16 8:48 a.m.14 views

amass

OWASP Amass Project The OWASP Amass Project performs network mapping of attack surfaces and external asset discovery using open source information gathering and active reconnaissance techniques. Installation You can find additional installation instructions and documentation in the Amass Docs rep...

5.9AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/16 7:43 a.m.12 views

fuzzilli

Fuzzilli 一个基于自定义中间语言("FuzzIL")的(基于覆盖率的)动态语言解释器引导式模糊测试器,该中间语言可以被变异并翻译成JavaScript。 使用方法 使用此模糊测试器的基本步骤如下: 1. 下载其中一个受支持的JavaScript引擎的源代码。参见 Targets/ 目录,了解受支持的JavaScript引擎列表。 2. 应用目标目录中相应的补丁。同时请阅读该目录中的 README.md。 3. 使用覆盖率检测编译引擎(需要 clang = 4.0),如 README 中所述。 4. 编译模糊测试器:swift build -c release。 5...

5.8AI score
SaveExploits0References47
Kitploit
Kitploit
added 2026/09/16 2:30 a.m.15 views

awesome-hacker-search-engines

Impresionantes motores de búsqueda para hackers Una lista curada de impresionantes motores de búsqueda útiles durante pruebas de penetración, evaluaciones de vulnerabilidades, operaciones de Red/Blue Team, Bug Bounty y más General • Servidores • Vulnerabilidades • Exploits • Superficie de ataque ...

5.8AI score
SaveExploits0References12
Nuclei
Nuclei
added 2026/09/16 2:04 a.m.28 views

Gotenberg - Command Injection

Gotenberg 8.31.0 contains a command injection caused by lack of validation on JSON metadata keys in /forms/pdfengines/metadata/write endpoint, letting unauthenticated attackers execute OS commands, exploit requires crafted HTTP request. id: CVE-2026-42589 info: name: Gotenberg - Command Injection...

9.8CVSS8.3AI score0.03013EPSS
SaveExploits2References3
Kitploit
Kitploit
added 2026/09/15 10:47 p.m.204 views

tplmap

Tplmap This project is no longer maintained. I'm happy to merge new PRs as long they don't break the test suite. Tplmap assists the exploitation of Code Injection and Server-Side Template Injection vulnerabilities with a number of sandbox escape techniques to get access to the underlying operatin...

5.8AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/15 4:27 p.m.6 views

Sublist3r

关于 Sublist3r Sublist3r 是一款使用 OSINT 枚举网站子域名的 Python 工具。它帮助渗透测试人员和漏洞猎人收集目标域名的子域名。Sublist3r 使用多种搜索引擎进行子域名枚举,例如 Google、Yahoo、Bing、Baidu 和 Ask。Sublist3r 还利用 Netcraft、Virustotal、ThreatCrowd、DNSdumpster 和 ReverseDNS 进行子域名枚举。 subbrute 已集成到 Sublist3r 中,通过使用改进的字典进行暴力破解,增加了发现更多子域名的可能性。感谢 subbrute 的作者 TheRoo...

5.8AI score
SaveExploits0References4
AstraLinux
AstraLinux
added 2026/09/14 12:41 p.m.10 views

Astra Linux – Vulnerability in Linux 6.1

In the Linux kernel, the following vulnerability has been resolved: drm/i915: mark requests for GuC virtual engines to avoid use-after-free. References to i915requests may be trapped by the user space within a syncfile or dmabuf dma-resv and held indefinitely across different processes. To counte...

7.8CVSS6AI score0.00166EPSS
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/13 5:05 p.m.6 views

vert-x3__vertx-web_CVE-2019-17640_3-9-3

= Vert.x-Web image:https://travis-ci.org/vert-x3/vertx-web.svg?branch=master?branch=master"Build Status",link="https://travis-ci.org/vert-x3/vertx-web" image:https://img.shields.io/maven-central/v/io.vertx/vertx-web.svg"Maven Central"...

9.8CVSS8.2AI score0.02002EPSS
SaveExploits0
Rows per page
Query Builder