Lucene search
+L

3133 matches found

Kitploit
Kitploit
added 2026/09/08 12:45 p.m.253 views

kube-hunter

Notice kube-hunter is not under active development anymore. If you're interested in scanning Kubernetes clusters for known vulnerabilities, we recommend using Trivy. Specifically, Trivy's Kubernetes misconfiguration scanning and KBOM vulnerability scanning. Learn more in the Trivy Docs. kube-hunt...

5.8AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/08 11:55 a.m.29 views

chipsec

CHIPSEC: Platform Security Assessment Framework CHIPSEC is a framework for analyzing the security of PC platforms including hardware, system firmware BIOS/UEFI, and platform components. It includes a security test suite, tools for accessing various low level interfaces, and forensic capabilities...

5.8AI score
SaveExploits0References4
Kitploit
Kitploit
added 2026/09/08 10:12 a.m.7 views

pmotadeee

🧠 FLATLINE - Consciousness Injection Protocol WARNING: This is not a game. It's a cognitive interface for reality hacking. 🎮 HOW TO PLAY Basic Gameplay 1. Download consciousness modules CSV files from this repository 2. Inject directly into AI interfaces as file uploads 3. Experience accelerated...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/08 7:07 a.m.92 views

r2frida

r2frida Radare2 and Frida better together Description Self-contained plugin for radare2 that ships frida and allows to instrument local or remote processes using r2 commands instead but not limited to Frida scripts. The radare project provides a complete toolchain for reverse engineering, it's...

6AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/08 6:44 a.m.230 views

cdf

CDF – crypto differential fuzzing CDF is a tool to automatically test the correctness and security of cryptographic software. CDF can detect implementation errors, compliance failures, side-channel leaks, and so on. CDF implements a combination of unit tests with "differential fuzzing", an approa...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/08 3:52 a.m.4 views

BaRMIe

BaRMIe BaRMIe is a tool for enumerating and attacking Java RMI Remote Method Invocation services. RMI services often expose dangerous functionality without adequate security controls, however RMI services tend to pass under the radar during security assessments due to the lack of effective testin...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/08 1:56 a.m.8 views

DedSec

DedSec Project Official Website -brightgreen.svg DedSec Project Για να μεταβείτε στην πλήρη Ελληνική έκδοση, συνεχίστεΠατώντας Εδώ. The DedSec Project is a broad educational toolkit built for Android + Termux , bringing together many scripts, utilities, local web interfaces, and practice...

5.8AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/08 1:12 a.m.7 views

CVE-2023-42326

pfSense 2.7.0 Command Injection Exploit CVE-2023-42326 This Python script is a Proof-of-Concept PoC exploit for the command injection vulnerability CVE-2023-42326 in pfSense 2.7.0. The vulnerability allows authenticated attackers to inject and execute arbitrary commands via the...

8.8CVSS7.9AI score0.64021EPSS
SaveExploits2
Kitploit
Kitploit
added 2026/09/08 12:49 a.m.9 views

chipsec

CHIPSEC: プラットフォームセキュリティ評価フレームワーク CHIPSEC は、ハードウェア、システムファームウェア(BIOS/UEFI)、プラットフォームコンポーネントを含む PC プラットフォームのセキュリティを分析するためのフレームワークです。セキュリティテストスイート、さまざまな低レベルインターフェースにアクセスするためのツール、およびフォレンジック機能が含まれています。Windows、Linux、UEFI シェルで実行できます。CHIPSEC のインストールと使用手順は、マニュアル に記載されています。 注意:...

5.9AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/08 12:41 a.m.53 views

dropengine

by @s0lst1c3 Current release: v0.1.0-alpha Supports Python 3.7+. Overview Defense Evasion techniques tend to have a short shelf-life, and this is especially true for techniques used during initial access. Because of this, initial access payloads are often prepared on a per-engagement basis, which...

6AI score
SaveExploits0References14
Kitploit
Kitploit
added 2026/09/07 11:11 p.m.166 views

androguard

Androguard Do you think your phone has been pwned ? please check IsMyPhonePwned New tool: Goauld Dynamic injection tool for Linux/Android See the new version of Androguard: https://github.com/androguard/androguard/tree/ng Installation Quick installation: root@kitploit: pip install androguard...

5.6AI score
SaveExploits0References18
Kitploit
Kitploit
added 2026/09/07 6:53 p.m.7 views

CQPToolkit

CQP Tool kit The system provides various components for integrating QKD into a security system. It's written in C++11 but uses GRPC interfaces so can be integrated with lots of different languages. Quick Start To run the software natively, ether: download and install the Ubuntu deb packages or...

5.7AI score
SaveExploits0References14
Kitploit
Kitploit
added 2026/09/07 4:46 p.m.112 views

termshark

Termshark A terminal user-interface for tshark, inspired by Wireshark. V2.4 is out now with packet search and profiles for colors and columns! See theChangeLog. If you're debugging on a remote machine with a large pcap and no desire to scp it back to your desktop, termshark can help! Features Rea...

5.9AI score
SaveExploits0References9
Kitploit
Kitploit
added 2026/09/07 1:38 p.m.6 views

CVE-2024-38063-POC

IPv6漏洞数据包发送器(用于内存损坏) CVE-2024-38063 此Python脚本旨在发送精心构造的数据包,以触发潜在的内存损坏漏洞CVE-2024-38063。它利用Scapy库创建并发送IPv6数据包,可选地使用指定的MAC地址。该脚本可处理多个网络接口。 功能 发送带有可选接口头的精心构造的IPv6数据包。 配置目标IP,并可选择MAC地址。 指定发送数据包的尝试次数和批次数量。 支持多个网络接口进行数据包分发。 要求 Python 3.x Scapy:您可以使用pip安装Scapy: root@kitploit: pip install scapy 用法...

9.8CVSS8.1AI score0.70564EPSS
SaveExploits25
Kitploit
Kitploit
added 2026/09/07 7:30 a.m.6 views

PTP-RAT

PTP-RAT 通过屏幕界面外传数据 关于该工具工作原理的更多信息,请访问 https://www.pentestpartners.com/security-blog/exfiltration-by-encoding-data-in-pixel-colour-values/...

5.9AI score
SaveExploits0
Nuclei
Nuclei
added 2026/09/07 6:34 a.m.17 views

React Native Community CLI - Unauthenticated OS Command Injection

The Metro development server started by the React Native Community CLI binds to external network interfaces by default and exposes an unauthenticated /open-url endpoint. Affected versions pass the attacker supplied url value straight to the open helper without validating the scheme, allowing an...

9.8CVSS7.7AI score0.9398EPSS
SaveExploits5References5
Nuclei
Nuclei
added 2026/09/07 6:34 a.m.35 views

Cisco ISE - Remote Code Execution

A vulnerability in a specific API of Cisco ISE and Cisco ISE-PIC could allow an unauthenticated, remote attacker to execute arbitrary code on the underlying operating system as root. The attacker does not require any valid credentials to exploit this vulnerability. This vulnerability is due to...

10CVSS8.8AI score0.97093EPSS
SaveExploits10References3
CVE
CVE
added 2026/09/05 9:59 a.m.30 views

CVE-2026-86121

Cua computer-server (by Cua, GitHub: trycua/cua) versions before 0.3.42 skip authentication when the CONTAINER_NAME environment variable is unset and bind to all network interfaces by default. This allows an unauthenticated attacker to reach TCP port 8000 and execute arbitrary shell commands via ...

9.8CVSS5.8AI score0.00592EPSS
SaveExploits0References6
OSV
OSV
added 2026/09/05 9:59 a.m.4 views

CVE-2026-86121 Cua computer-server before 0.3.42 Unauthenticated RCE via Desktop Control

Cua computer-server versions before 0.3.42 skip authentication when the CONTAINERNAME environment variable is unset and bind to all interfaces by default, allowing unauthenticated attackers to execute arbitrary commands. Attackers can reach TCP port 8000 to run shell commands via the runcommand...

9.3CVSS6.4AI score
SaveExploits0References8
EUVD
EUVD
added 2026/09/05 9:59 a.m.6 views

EUVD-2026-71953

Cua computer-server versions before 0.3.42 skip authentication when the CONTAINERNAME environment variable is unset and bind to all interfaces by default, allowing unauthenticated attackers to execute arbitrary commands. Attackers can reach TCP port 8000 to run shell commands via the runcommand...

9.8CVSS5.8AI score0.00592EPSS
SaveExploits0References6
Rows per page
Query Builder