26170 matches found
aad-sso-enum-brute-spray
aad-sso-enum-brute-spray SecureWorks 近期披露的 Azure Active Directory 密码暴力破解漏洞的概念验证(POC) 描述 此代码是最近披露的 Azure Active Directory 密码暴力破解漏洞的概念验证,该漏洞由 Secureworks 公布(Ars Technica 的这篇文章 比官方发布大约早一天,但内容几乎完全相同)。 理论上,这种方法允许攻击者对一个或多个 AAD 账户执行暴力破解或密码喷洒攻击,而不会引发账户锁定或产生日志数据,从而使攻击难以被察觉。 用法 基本用法很简单: 密码喷洒 root@kitploit:...
cbrutekrag
cbrutekrag 使用字典攻击对 SSH 服务器进行渗透测试。使用 C 语言编写。 brute krag 在南非荷兰语中意为“暴力破解” 免责声明 此工具仅用于道德测试目的。 cbrutekrag 及其所有者不对用户的滥用行为负责。 用户必须遵守当地法律的规定。 运行 root@kitploit: $ cbrutekrag -h | | | | | | | | | | | | / || ' | '| | | | / \ |/ / '/ |/ | | | | | | | || | || / | | | | | | | ||./|| ,|\||\| ,|, | OpenSSH...
cbrutekrag
cbrutekrag Penetration tests on SSH servers using dictionary attacks. Written in C. brute krag means "brute force" in afrikáans Disclaimer This tool is for ethical testing purpose only. cbrutekrag and its owners can't be held responsible for misuse by users. Users have to act as permitted by loca...
domain
概述 Recon-ng 和 Alt-DNS 很棒。这个脚本结合了这些工具的强大功能,并能在同一会话中运行多个域名。 TL;DR:我只想通过一条命令完成子域名发现,然后搞定。 只有一个模块需要API密钥(/api/googlesite),在recon-ng维基上可以找到相关说明。 该脚本利用recon-ng枚举子域名。使用Google抓取、Bing抓取、百度抓取、Yahoo抓取、Netcraft和暴力破解来查找子域名。此外,还能解析为IP地址。 前置条件 从源码安装recon-ng 1. 克隆Recon-ng仓库 git clone...
c-jwt-cracker
JWT cracker A multi-threaded JWT brute-force cracker written in C. If you are very lucky or have a huge computing power, this program should find the secret key of a JWT token, allowing you to forge valid tokens. This is for testing purposes only, do not put yourself in trouble : I used the Apple...
c-jwt-cracker
JWT破解工具 一个用C语言编写的多线程JWT暴力破解工具。如果你非常幸运或者拥有巨大的计算能力,这个程序应该能找到JWT令牌的密钥,从而允许你伪造有效的令牌。仅用于测试目的,不要给自己惹麻烦 : 我使用了Apple的Base64实现,并做了一些小修改。 构建Docker镜像 root@kitploit: docker build . -t jwtcrack 在Docker上运行 root@kitploit: docker run -it --rm jwtcrack...
CVE-2019-17240_Bludit-BF-Bypass
CVE-2019-17240 Exploit/PoC - Bludit 暴力破解缓解绕过 针对 CVE-2019-17240(又名 Bludit = 3.9.2 暴力破解缓解绕过)的漏洞利用代码 漏洞利用链接: ExploitDB-48942 PacketStorm 预期结果:发现登录凭据,绕过运行 Bludit =3.9.2 的主机上的暴力破解机制。 仅用于企业环境中的教育和测试。 此漏洞利用已在 Python 3.8.6 上测试。 用法 root@kitploit: cfx: /bludit → ./exploit.py -h usage: exploit.py -h -l URL ...
wodat
wodat Windows Oracle Database Attack Tool Simple port of the popular Oracle Database Attack Tool ODAT https://github.com/quentinhardy/odat to C .Net Framework. Credit to https://github.com/quentinhardy/odat as lots of the functionality are ported from his code. Perform password based attacks e.g...
LadonGo
Ladon Scanner For Golang Wiki http://k8gege.org/Ladon/LadonGo.html...
dymerge
一个简单但强大的工具——完全用 Python 编写——它接收给定的字典列表,并将其合并成一个动态字典,然后可以将其用作成功执行基于字典(或暴力)攻击的弹药。 兼容 Python 2.6 和 2.7。 作者:Nikolaos Kamarinakis(nikolaskama.me) ✨阅读我的最新文章: 为什么 DyMerge 很糟糕。✨ 访问 nikolaskama.me/dymergeproject 获取更多信息。查看我的 博客,并在 Twitter 上关注我。 安装 你可以通过克隆 Git 仓库 来安装 DyMerge: root@kitploit: ❯❯❯ git clone...
debian-ssh
Debian OpenSSL 可预测 PRNG 链接 原始 URL:http://metasploit.com/users/hdm/tools/debian-openssl/(镜像 ) 漏洞利用: https://www.exploit-db.com/exploits/5622/ Perl https://www.exploit-db.com/exploits/5720/ Python https://www.exploit-db.com/exploits/5632/ Ruby 推荐工具:Crowbar (能够暴力破解 SSH 密钥) 测试方法:ssh-vulnkey & dowkd.p...
wetland
Wetland Wetland is a high interaction SSH honeypot,designed to log brute force attacks.What's more, wetland will log shell、scp、sftp、exec-command、direct-forward、reverse-forward interation performded by the attacker. Wetland is based on python ssh module paramiko. And wetland runs as a...
SOC335-CVE-2024-49138-Exploitation-Detected
SOC335 - Explotación de CVE-2024-49138 Detectada Acerca de Este fue uno de los ejercicios de laboratorio de SOC que realicé en LetsDefend. La alerta era sobre CVE-2024-49138. Investigué la alerta, verifiqué un hash sospechoso en VirusTotal y busqué en los registros disponibles actividad...
BirDuster
BirDuster About BirDuster is a Python based knockoff of the original DirBuster. BirDuster is a multi threaded Python application designed to brute force directories and files names on web/application servers. Often is the case now of what looks like a web server in a state of default installation...
ios_Restriction_PassCode_Crack---Python-version
ios Restriction PassCode Crack -Python version Overview ios Restriction PassCode Cracker , this version of the application is written with Python programming language,which is used to crack the Restriction PassCode of iphone/ipad. iphone/ipad 访问限制密码破解 Methodthe same as C version bruce crack 1 .ge...
patator
Patator Patator 的诞生源于使用 Hydra、Medusa、Ncrack、Metasploit 模块和 Nmap NSE 脚本进行密码猜测攻击时的挫败感。我选择了一种不同的方法,以避免再次创建另一个暴力破解工具并重复相同的缺陷。Patator 是一个用 Python 编写的多线程工具,力求比其前辈更可靠、更灵活。 目前它支持以下模块: ftplogin : Brute-force FTP sshlogin : Brute-force SSH telnetlogin : Brute-force Telnet smtplogin : Brute-force SMTP...
Shreder
Shreder Shreder is a powerful multi-threaded SSH protocol password brute-force tool. Features Very fast password guessing, just one password in 0.1 second. Optimized for big password lists, Shreder tries 1000 passwords in 1 minute and 40 seconds. Simple CLI and API usage. Installation...
wifi-bruteforcer-fsecurify
WiFi暴力破解器 - Fsecurify 警告: 该项目仍在开发中,安装该应用可能导致您的Android系统的Wi-Fi设置出现异常,可能需要恢复系统才能修复。 无需root设备即可暴力破解WiFi密码的Android应用。 下载链接: http://fsecurify.com/wifi-bruteforcer-android-app-to-crack-wifi-passwords/...
wacker
概述 一组脚本,用于协助对 WPA3 接入点执行在线字典攻击。Wacker 利用 wpasupplicant 控制接口来控制 supplicant 守护进程的操作,并获取状态信息和事件通知,最终帮助在暴力破解尝试中加速连接尝试。 虚拟 Wi-Fi 竞技场 如果找不到用于测试的 WPA3 AP,可以考虑使用 mac80211hwsim(如下所述)搭建本地环境,或使用 RF Hackers Sanctuary(scoreboard.rfhackers.com)提供的虚拟机。 本地模拟无线电 要设置自己的 802.11 无线电软件模拟器,只需配置并加载正确的 mac80211hwsim 模块。...
CVE-2025-51865
CVE-2025-51865 Vulnerability description Ai2 is a Seattle based non-profit AI research institute. Ai2 provide a playground web application to chat with their LLM, which is vulnerable to Insecure Direct Object Reference IDOR in its chat component. An attacker can exploit this IDOR to tamper other...