Lucene search
+L

9248 matches found

Kitploit
Kitploit
added 2026/09/18 1:45 p.m.13 views

fofa_viewer

FofaViewer 🔗 中文 | EN Introduction Fofa Viewer is a user-friendly FOFA client written in JavaFX, attributed to the WgpSec Community and primarily maintained by f1ashine. By leveraging the powerful internet search engine FoFa, it encapsulates many commonly used APIs into a concise UI, making it...

5.9AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/18 12:47 p.m.9 views

CVE-2020-8193

Citrix ADC Vulns CVE List https://support.citrix.com/article/CTX276688 Add if while Code https://dmaasland.github.io/posts/citrix.html root@kitploit: responsestr = json.dumpsr.headers.dict'store' if r.statuscode == 406 and "Content-Disposition" in responsestr and r.headers"Accept-Ranges" == "byte...

6.5CVSS7.2AI score0.88411EPSS
SaveExploits5References1
Kitploit
Kitploit
added 2026/09/18 10:55 a.m.12 views

pwned

pwned A command-line tool for queryingTroy Hunt's Have I been pwned? service using the hibp Node.js module. Installation Download and install Node.js, then install pwned globally using npm: root@kitploit: npm install pwned -g Alternatively, you can run it on-demand using the npx package runner:...

5.7AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/18 10:05 a.m.15 views

rdap

OpenRDAP is a command line RDAP client implementation in Go. https://www.openrdap.org - homepage https://www.openrdap.org/demo - live demo Features Command line RDAP client Output formats: text, JSON, WHOIS style Query types supported: ip domain autnum nameserver entity help url domain-search...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/18 9:27 a.m.10 views

cloudspy

CloudSpy This is a proof-of-concept web app built on top of Frida. To get started: root@kitploit: npm install node rel/server.js Then point your web browser at http://127.0.0.1:8000/...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/18 9:23 a.m.9 views

CVE-2025-40634

CVE-2025-40634 The TP-Link Archer AX50 router is vulnerable to a stack-based buffer overflow on its firmware version 1.0.14 Build 20240108 rel.426554555, leading to Remote Code Execution both in the LAN and in the WAN side. This vulnerability has the same root cause as CVE-2020-10881, found by th...

9.2CVSS8.5AI score0.00665EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/18 8:45 a.m.163 views

fav-up

Fav-up Lookups for real IP starting from the favicon icon and using Shodan. Installation pip3 install -r requirements.txt Shodan API key not the free one Usage CLI First define how you pass the API key: -k or --key to pass the key to the stdin -kf or --key-file to pass the filename which get the...

5.5AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/18 8:08 a.m.15 views

ioc2rpz

ioc2rpz™ makes your threat intelligence actionable Table of Contents Short Summary Overview ioc2rpz™ is a place where threat intelligence meets DNS Architecture Overview How to use ioc2rpz™ ioc2rpz™ web interface Protocol Support Port Summary UDP Port 53 TCP Port 53 DNS over TLS / DoT Port 853 DN...

6.4AI score
SaveExploits0References13
Kitploit
Kitploit
added 2026/09/18 6:31 a.m.10 views

flowinspect

flowinspect A network traffic inspection tool Description: It uses libnids via its python bindings from Jon Oberheide: pynids to defragment IP and reassemble TCP packets UDP is inspected on a per-packet basis to generate network flows. These flows are then inspected using the one of the four...

9.3CVSS8.2AI score0.7774EPSS
SaveExploits11References5
Kitploit
Kitploit
added 2026/09/18 6:05 a.m.10 views

CVE-2021-4045

CVE-2021-4045 CVE-2021-4045 is a Command Injection vulnerability that allows Remote Code Execution in the TP-Link Tapo c200 IP camera. It affects all firmware versions prior to 1.1.16 Build 211209 Rel. 37726N due to insufficient checks on user input in uhttpd, which is one of the main binaries of...

10CVSS8.4AI score0.72376EPSS
SaveExploits11References2
Kitploit
Kitploit
added 2026/09/18 4:37 a.m.11 views

CVE-2019-17147_Practice_Material

CVE-2019-17147PracticeMaterial This repo contains dumped flash partitions with firmware version vulnerable to CVE-2019-17147, and some useful binaries to downgrade and debug your WR841NV14 router. Doing hardware modifications such as overwriting flash chip partitions have its risks. Evaluate the...

9.3CVSS7.9AI score0.13651EPSS
SaveExploits0
Kitploit
Kitploit
added 2026/09/18 4:19 a.m.49 views

bluemonday

bluemonday bluemonday is a HTML sanitizer implemented in Go. It is fast and highly configurable. bluemonday takes untrusted user generated content as an input, and will return HTML that has been sanitised against an allowlist of approved HTML elements and attributes so that you can safely include...

6AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/18 4:06 a.m.15 views

wxpath

wxpath - declarative web graph traversal with XPath NEW: TUI - Interactive terminal interface powered by Textual for testing wxpath expressions and exporting data. Install Requires Python 3.10+. root@kitploit: pip install wxpath For TUI support: pip install "wxpathtui" Immediately launch the TUI...

6.2AI score
SaveExploits0References8
Kitploit
Kitploit
added 2026/09/18 2:02 a.m.8 views

CVE-2024-29849

CVE-2024-29849 Veeam Backup Enterprise Manager Authentication Bypass CVE-2024-29849 by Sina Kheirkhah @SinSinology of SummoningTeam @SummoningTeam Technical Analysis A root cause analysis of the vulnerability can be found on my blog Summary Supported versions? According to Veeam official advisory...

9.8CVSS8.2AI score0.38433EPSS
SaveExploits1
Kitploit
Kitploit
added 2026/09/18 1:18 a.m.14 views

heapinfo

HeapInfo As pwn lovers, while playing CTF with heap exploitation, we always need a debugger e.g. gdb for tracking memory layout. But we don't really need gdb if we want to see whether the heap layout same as our imagination or not. Hope this small tool helps us exploit easier ;. Why HeapInfo is...

6.1AI score
SaveExploits0References6
Kitploit
Kitploit
added 2026/09/18 12:20 a.m.6 views

bleach

====== Bleach NOTE: 2026-06-05: Bleach is no longer maintained. There will be no future releases including for security issues. See issue: Bleach is an allowed-list-based HTML sanitizing library that escapes or strips markup and attributes. Bleach can also linkify text safely, applying filters th...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/18 12:16 a.m.11 views

nextjs-middleware-bypass-demo

CVE-2025-29927 Demo Original writeup: https://zhero-web-sec.github.io/research-and-things/nextjs-and-the-corrupt-middleware Setup First, run the development server: root@kitploit: npm i npm run dev Open http://localhost:3000 with your browser to see the result. Trying out the bypass curl -I...

9.1CVSS7.7AI score0.99225EPSS
SaveExploits59References1
Kitploit
Kitploit
added 2026/09/17 11:52 p.m.9 views

check-your-pulse

check-your-pulse This utility can help determine if indicators of compromise IOCs exist in the log files of a Pulse Secure VPN Appliance for CVE-2019-11510. The Cybersecurity and Infrastructure Security Agency CISA has seen many organ izations breached despite patching their appliance because of...

10CVSS8.3AI score0.99999EPSS
SaveExploits22References5
Kitploit
Kitploit
added 2026/09/17 11:43 p.m.8 views

CVE-2019-8451

CVE-2019-8451 Jira Unauthenticated SSRF Vulnerability python usage python CVE-2019-8451.py http://www.jas502n.com:8080 root@kitploit: root@kali:/CVE-2019-8451 python CVE-2019-8451.py http://www.jas502n.com:8080 SSRF URL: www.baidu.com Send poc Success! X-AUSERNAME= anonymous vulnurl=...

6.5CVSS7.3AI score0.94453EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/17 10:59 p.m.7 views

sonar.js

sonar.js 一个用于识别并利用内部网络主机漏洞的框架。通过 WebRTC IP 枚举、WebSocket 主机扫描以及外部资源指纹识别实现。 它是如何工作的? 在现代 Web 浏览器中加载 sonar.js 负载后,将发生以下过程: sonar.js 会使用 WebRTC 枚举出加载该负载的用户所具有的内部 IP 地址。 随后 sonar.js 会尝试通过 WebSocket 发现内部网络中的存活主机。 如果发现存活主机,sonar.js 会通过 和 尝试链接到该主机,并挂钩 onload 事件,从而对主机进行指纹识别。如果预期的资源成功加载,将触发预设的 JavaScript...

6AI score
SaveExploits0
Rows per page
Query Builder