Lucene search
+L

2108816 matches found

Kitploit
Kitploit
added 2026/09/05 5:09 a.m.6 views

PathFinder

Web Path Finder Web Path Finder 是一个 Python 程序,提供关于网站的信息。它获取各种详细信息,如页面标题、最后更新日期、DNS 信息、子域名、防火墙名称、使用的技术、证书信息等。 功能与优势 获取网站的重要信息 了解网站使用的技术 识别子域名和 DNS 信息 检查防火墙名称和证书详细信息 对验证码和 JavaScript 内容执行绕过操作 开始使用 1. 克隆仓库: root@kitploit: git clone https://github.com/HalilDeniz/PathFinder.git 2. 安装所需包: root@kitploit...

5.9AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/05 5:06 a.m.4 views

CVE-2023-24055

免责声明 此脚本仅用于教育和演示目的。作者不支持也不纵容将此脚本用于任何犯罪或恶意活动,并且只能在获得明确许可并拥有适当授权的情况下使用。 使用此脚本时需谨慎,因为它会修改 KeePass 配置文件并删除所有先前配置的触发器。使用此脚本可能导致意外行为,甚至可能破坏 KeePass 应用程序。请自行承担风险。 简介 此脚本演示了 KeePass 至 2.53 版本(默认安装)中 争议性 的漏洞(CVE-2023-24055)。该漏洞允许拥有 XML 配置文件写入权限的攻击者通过添加导出触发器获取明文密码。请注意,供应商的立场是密码数据库本身并非旨在防范具有该级别本地 PC 访问权限的攻击...

5.5CVSS6.1AI score0.03691EPSS
SaveExploits2References2
Kitploit
Kitploit
added 2026/09/05 5:05 a.m.5 views

ProxyLogon

ProxyLogon Python3 版 ProxyLogonCVE-2021-26855+CVE-2021-27065 Exchange Server 远程代码执行SSRF-获取WebShell root@kitploit: usage: python ProxyLogon.py --host=exchange.com [email protected] python ProxyLogon.py --host=exchange.com --mails=./mails.txt args: --host: target's address. --mail: exists user...

9.8CVSS8.2AI score0.99996EPSS
SaveExploits67
Kitploit
Kitploit
added 2026/09/05 5:03 a.m.4 views

LeakManager

LeakManager 安装 root@kitploit: sudo apt-get install mongodb-org screen pip3 install -r requeriments.txt 使用方法 root@kitploit: screen -S leakManager hug -f index.py -p 1337 或者 gunicorn index:hugwsgi -b 0.0.0.0:1337 或者 uwsgi --http 0.0.0.0:1337 --wsgi-file index.py --callable hugwsgi ctrl + a + d...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/05 5:03 a.m.47 views

Cloakify

CloakifyFactory CloakifyFactory & the Cloakify Toolset - Data Exfiltration & Infiltration In Plain Sight; Evade DLP/MLS Devices; Social Engineering of Analysts; Defeat Data Whitelisting Controls; Evade AV Detection. Text-based steganography using lists. Convert any file type e.g. executables,...

5.7AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/05 5:02 a.m.3 views

gollina

root@kitploit: $ gollina -h gollina Follina MS-MSDT 0-day MS Office RCE PoC in Go -- @dwisiswant0 Usage: gollina -c COMMAND OPTIONS... Options: -h, --host Listener host default: 0.0.0.0 -p, --port Listener port default: 8090 -n, --name Word file name w/o extension, default: gollina -c, --command...

5.4AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/05 5:01 a.m.6 views

elfxtract

ELFXtract ELFXtract 是一款自动化分析工具,用于枚举 ELF 二进制文件 由 Radare2 和 r2ghidra 提供支持 该工具专门为 PWN 挑战开发,具有许多自动化功能 它几乎显示 ELF 的所有详细信息,并使用 r2ghidra 将其 ASM 反编译为 C 代码 在 Ghidra 中反编译 ELF 需要更多时间,但在 elfxtract 中,反编译和显示只需几秒 ELFXtract 的功能 1. 文件信息 2. 共享对象依赖详细信息 3. ELF 安全缓解措施详细信息 / Checksec 4. 字符串详细信息 5. 头部内存映射 6. ROP 小工具 7...

6AI score
SaveExploits0References2
Kitploit
Kitploit
added 2026/09/05 5:01 a.m.7 views

GCPBucketBrute

GCPBucketBrute 一个枚举 Google 存储桶、确定您对它们的访问权限以及判断是否可以权限提升的脚本。 此脚本(可选)接受 GCP 用户/服务账号凭据和一个关键词。 然后,将根据该关键词生成一系列排列组合,并使用这些组合扫描 Google 存储桶名称是否存在。 如果提供了凭据,大部分枚举仍将以未认证方式执行,但对于任何通过未认证枚举发现的存储桶,它将尝试使用提供的凭据通过 TestIamPermissions API 枚举存储桶权限。这将有助于找到在认证状态下可访问但未认证状态下无法访问的存储桶。 无论是否提供凭据,脚本都会尝试在未认证状态下使用...

6AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/05 5:00 a.m.151 views

wpbf

wpbf! wpbf is a bruteforce tool to remotely test password strength, username enumeration and plugin detection on a WordPress site. Description ^^^^^^^^^^^ The script will try to login into the WordPress dashboard through the login form using a mixture of enumerated usernames, a wordlist and...

5.7AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/05 5:00 a.m.4 views

wpbf

wpbf! wpbf 是一个暴力破解工具,用于远程测试 WordPress 站点的密码强度、用户名枚举和插件检测。 描述 ^^^^^^^^^^^ 该脚本将尝试通过登录表单,使用枚举出的用户名、字典以及博客内容中的相关关键词组合登录 WordPress 管理后台。 如果指定了单个用户名,脚本将不再搜索其他用户名。 当用户名/密码匹配时,登录信息会被记录并显示在标准输出中。 为了更快获得结果,你可以生成多个线程,但请小心不要使网站过载或导致 DoS。默认 设置可以在 "config.py" 和 "logging.conf" 文件中更改。...

5.8AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/05 4:59 a.m.5 views

salt-rce-scanner-CVE-2020-11651-CVE-2020-11652

这是什么? 用于测试 SaltStack 漏洞 CVE-2020-11651 与 CVE-2020-11652 的扫描工具。 这些漏洞允许能够连接到“请求服务器”(request server)端口的攻击者绕过所有身份验证 和授权控制,发布任意控制消息,在“主服务器”(master)文件系统的任意位置读写文件, 并窃取用于以 root 身份向主服务器进行身份验证的密钥。其影响是在主服务器及所有连接到它的 从服务器(minions)上实现完全的远程命令执行(以 root 身份)。 如何安装。 该工具需要 Python 2.7 或 Python 3。外部依赖可使用 pip 或...

9.8CVSS7.7AI score0.96614EPSS
SaveExploits23
Kitploit
Kitploit
added 2026/09/05 4:59 a.m.6 views

SecML

SecML: 安全可解释机器学习库 SecML 是一个开源 Python 库,用于机器学习 ML 算法的安全评估 。 它具备一系列强大功能: 广泛的 ML 算法支持。 所有 scikit-learn 支持的监督学习算法均可用,同时通过 PyTorch 深度学习平台支持神经网络 NNs。 内置攻击算法。 基于自定义快速求解器的逃避和投毒攻击。此外,我们提供与其他第三方对抗性机器学习库的连接器。 稠密/稀疏数据支持。 我们在单一数据结构中提供对稠密数据(通过 numpy 库)和稀疏数据(通过 scipy 库)的完整、透明支持。 结果可视化。 我们提供基于广泛知名的 matplotlib...

5.9AI score
SaveExploits0References7
Kitploit
Kitploit
added 2026/09/05 4:59 a.m.5 views

ADCSync

ADCSsync 这是我快速拼凑的一个工具,用于利用 ESC1 执行 DCSync。它速度相当慢,但提供了一种无需使用 DRSUAPI 或 卷影副本 即可执行临时的 DCSync 攻击的有效方法。 这是该工具的第一个版本,本质上只是自动化了对域中每个用户运行 Certipy 的过程。它还需要大量改进,我计划在未来添加更多功能,包括身份验证方法以及自动化查找易受攻击模板的流程。 root@kitploit: python3 adcsync.py -u clu -p theperfectsystem -ca THEGRID-KFLYNN-DC-CA -template SmartCard...

6AI score
SaveExploits0References3
Kitploit
Kitploit
added 2026/09/05 4:59 a.m.4 views

ermir

Ermir Ermir 是一个邪恶/流氓 RMI 注册表,它利用对调用其标准 RMI 方法(list/lookup/bind/rebind/unbind)的任何 Java 代码进行不安全反序列化的漏洞。 要求 Ruby v3 或更新版本。 安装 从 rubygems.org 安装 Ermir: root@kitploit: $ gem install ermir 或克隆仓库并构建 gem: root@kitploit: $ git clone https://github.com/hakivvi/ermir.git $ rake install 用法 Ermir 是一个 CLI...

6AI score
SaveExploits0References5
Kitploit
Kitploit
added 2026/09/05 4:59 a.m.37 views

ermir

Ermir Ermir is an Evil/Rogue RMI Registry, it exploits unsecure deserialization on any Java code calling standard RMI methods on it list/lookup/bind/rebind/unbind. Requirements Ruby v3 or newer. Installation Install Ermir from rubygems.org: root@kitploit: $ gem install ermir or clone the repo and...

5.9AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/05 4:58 a.m.189 views

hashcobra

hashcobra hashcobra Hash Cracking tool. Description This tool uses a new method to crack hashes. With the help of rainbow tables concept this tool generates rainbow tables from wordlists to heavily optimize the cracking process. Usage root@kitploit: $ ./hashcobra -H --== hashcobra by sepehrdad ==...

5.7AI score
SaveExploits0References1
Kitploit
Kitploit
added 2026/09/05 4:58 a.m.5 views

CVE-2025-48799

描述 这是针对 CVE-2025-48799 的 PoC,该漏洞是 Windows Update 服务中的一个权限提升漏洞。 该漏洞影响至少具有 2 块硬盘的 Windows 客户端(win11/win10)。当机器有多块硬盘时,可以使用 Storage Sense 更改新内容的保存位置。如果将新应用的保存位置更改为辅助驱动器,则在安装新应用期间,wuauserv 服务将执行任意文件夹删除,而不会检查符号链接(如果遇到文件,服务将使用 GetFinalPathByHandle 检查最终路径),从而导致 LPE。 此 PoC 利用了 ZDI...

7.8CVSS7.4AI score0.01047EPSS
SaveExploits4References1
Kitploit
Kitploit
added 2026/09/05 4:57 a.m.7 views

ansvif

ansvif 一个不太智能的模糊测试器 Marshall Whittaker oxagast [email protected] 随着系统复杂性的增加,该系统内出现问题的可能性也随之增加。 --惠特克定律 编译依赖: automake autoconf-archive zlib1g-dev g++ gcc (如果要支持GTK则需要libgtk2.0-dev) 编译: Linux: root@kitploit: $ aclocal && autoconf && automake -a && ./configure && make && make check...

6AI score
SaveExploits0
Kitploit
Kitploit
added 2026/09/05 4:56 a.m.5 views

Telstra-Cybersecurity-Virtual-Experience-

Telstra-Cybersecurity-Virtual-Experience-Program I participated in Telstra's Security Operations Centre as an Information Security Analyst to gain first-hand experience of the daily tasks and responsibilities of a Security Analyst at Telstra. The tasks carried out: 1. Triaged a malware attack...

9.8CVSS7.4AI score0.99638EPSS
SaveExploits105References1
Kitploit
Kitploit
added 2026/09/05 4:55 a.m.3 views

TryHack3M-Bricks-Heist

target:10.201.6.98 枚举 root@kitploit: nmap -A 10.201.6.98 由于有一个名为“brick by brick”的WordPress站点,且这个房间的名称是brick,这很可能就是我们能找到漏洞的地方 所以让我们枚举WordPress root@kitploit: wpscan --url https://bricks.thm --disable-tls-checks 运行 tls-checks 会失败 这里又出现对brick的引用,让我们看看这个主题是否有漏洞 搜索 bricks 1.9.5...

10CVSS8.4AI score0.88234EPSS
SaveExploits19References1
Rows per page
Query Builder