1444246 matches found
marfil
Marfil Marfil is an extension of the Aircrack-ng suite, used to assess WiFi network security. It allows to split the work of performing long running dictionary attacks among many computers. Motivation The Aircrack-ng suite provides the aircrack-ng tool, which is a 802.11 WEP and WPA/WPA2-PSK key...
marfil
Marfil Marfil 是 Aircrack-ng 套件的扩展,用于评估 WiFi 网络安全。它允许将执行长时间字典攻击的工作分配给多台计算机。 动机 Aircrack-ng 套件提供了 aircrack-ng 工具,这是一个 802.11 WEP 和 WPA/WPA2-PSK 密钥破解程序。在破解后者时,必须使用字典或单词列表。这些字典越长,过程所需的时间就越长。根据您的硬件,甚至可能需要数天或数周。 如果您恰好有一些额外的硬件可供使用,aircrack-ng 不允许您在它们之间分配负载:您必须选择最快的硬件并坚持使用它。这正是 Marfil 发挥作用的地方。 解决方案 Marfi...
maldev-for-dummies
Malware Development for Dummies In the age of EDR, red team operators cannot get away with using pre-compiled payloads anymore. As such, malware development is becoming a vital skill for any operator. Getting started with maldev may seem daunting, but is actually very easy. This workshop will sho...
netsniff-ng
////////////////////////////////////////////////////////////////////////////// root@kitploit: netsniff-ng - the packet sniffing beast \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ . . netsniff-ng is a free, performant / Linux network analyzer and .' '. networking...
CVE-2014-3704
此存储库没有 README。...
ROOT-APP-NPM-GHSA-MMX7-HFXF-JPPX GHSA-mmx7-hfxf-jppx in axios - Patched by Root
Root has patched GHSA-mmx7-hfxf-jppx in the axios package for Root:npm. Multiple fixed versions available...
ROOT-APP-NPM-GHSA-JQH4-M9W3-8HP9 GHSA-jqh4-m9w3-8hp9 in axios - Patched by Root
Root has patched GHSA-jqh4-m9w3-8hp9 in the axios package for Root:npm. Multiple fixed versions available...
ROOT-APP-NPM-GHSA-PMV8-RQ9R-6J72 GHSA-pmv8-rq9r-6j72 in axios - Patched by Root
Root has patched GHSA-pmv8-rq9r-6j72 in the axios package for Root:npm. Multiple fixed versions available...
CVE-2018-4416-exploit
前言 :PROPERTIES: :CUSTOMID: preface :END: 好的,二进制安全不仅仅是 /堆/ 和 /栈/,尽管常规 CTF 挑战之外我们还有很多要探索。浏览器、虚拟机以及内核在二进制安全中都扮演着重要角色。我决定先学习浏览器。 我选择了一个相对简单的:/WebKit/。(ChakraCore 可能更简单,哈哈。但有传言说微软取消了这个项目,因此我决定不选它。) 我将撰写一系列文章来记录我学习 /WebKit/ 安全的笔记。这也是我第一次学习浏览器安全,我的文章 可能 会包含 大量 错误。如果你发现了,请务必联系我进行纠正。 在阅读之前,你需要了解:- C++ 语法 ...
Azure
Kit de Seguridad Ofensiva de Azure Una colección de scripts de Bash y PowerShell para evaluaciones de seguridad de Azure, que cubren escalada de privilegios de IAM, seguridad de contenedores, exposición de Key Vault, configuración de Entra ID y más. Diseñada para ejecutarse en Azure Cloud Shell o...
jwt-cracker
jwt-cracker Simple HS256, HS384 & HS512 JWT token brute force cracker. Effective only to crack JWT tokens with weak secrets. Recommendation : Use strong long secrets or RS256 tokens. Install With npm: root@kitploit: npm install --global jwt-cracker Usage From command line: root@kitploit:...
hawk
Hawk Documentation and Resources Visit hawkforensics.io for comprehensive documentation including: Detailed installation and permissions guides Step-by-step tutorials and "How to" videos Troubleshooting help Best practices and usage examples What is Hawk? Hawk is a free, open-source PowerShell...
hash-identifier
hash-identifier Software to identify the different types of hashes used to encrypt data and especially passwords. Encryption formats supported: ADLER-32 CRC-32 CRC-32B CRC-16 CRC-16-CCITT DESUnix FCS-16 GHash-32-3 GHash-32-5 GOST R 34.11-94 Haval-160 Haval-192 110080 ,Haval-224 114080 ,Haval-256...
cve-2023-34035-mitigations
此仓库是一组示例,用于演示应用程序可能受到 https://spring.io/security/cve-2023-34035CVE-2023-34035 影响的情况。 当以下所有条件都成立时,应用程序存在漏洞: Spring MVC 在 classpath 上 DispatcherServlet 和至少一个其他 Servlet 被映射;其中一个具有基于路径的 Servlet 映射(例如 /path/) 应用程序使用 requestMatchersString 来引用其 Servlet 映射形式为 /path/ 的端点 == 示例 这里有使用 Spring Boot 和不使用 Sprin...
CVE-2026-89253
creationtimestamp| type| source ---|---|--- 2026-09-11 13:20:17+00:00| seen| https://bsky.app/profile/stackflag.bsky.social/post/3mvanst2rds2j 2026-09-11 14:07:29+00:00| seen| https://bsky.app/profile/stemshop.bsky.social/post/3mvaqhgzf662f...
br0w
br0w Hack The Br0w | 玩转你的浏览器,学习更多, 快乐黑客!! Br0w 是一个简单的网页,用于学习 Web 安全知识,以浏览器为工具,有时人们会忘记它的更多好处。也许它更像是一种夺旗赛(CTF)。 其中一个挑战是,通过控制台禁用 CSS 和 Base64 编码解码。在 https://labs.tegalsec.org/br0w/ 上玩更多吧! 挑战列表 : root@kitploit: 挑战 1 | User-Agent 挑战 2 | POST 数据 挑战 3 | Cookie 挑战 4 | LocalStorage 挑战 5 | 外部 CSS(控制台) 挑战 6...
shARP
|| || /\ | ? | ? || / \ | ? | ? || / \ | ? | ? // ||------- / \ |? |? // || || /--------\ | \ | // || || / \ | \ | // || || / \ | \ | // || || / \ | \ | // || || / \ | \ | 描述- ARP 欺骗允许攻击者拦截网络上的数据帧、修改流量或阻止所有流量。该攻击通常用作其他攻击的入口,例如拒绝服务、中间人或会话劫持攻击。这款反 ARP 欺骗程序(shARP)能主动检测专用网络中是否存在第三方。它有两种模式:防御模式和进攻模式。...
apidetector
APIDetector 是一款强大且高效的工具,专为测试各个子域名中暴露的 Swagger 端点而设计,具有独特的智能能力来检测误报。对于从事 API 测试和漏洞扫描的安全专业人员和开发者尤其有用。 已在 BlackHat Arsenal 2024 上展示(链接) 版本历史 版本 3 新增功能(当前版本) 现代化 Web 界面 :用户友好的界面,便于进行 API 端点扫描 实时结果 :实时更新发现的端点和漏洞 交互式仪表盘 :使用 Tailwind CSS 和 Alpine.js 构建的简洁且响应式的用户界面 文件上传支持 :通过上传文本文件一次性扫描多个域名/子域名 域名验证...
sncscan
sncscan 用于分析SAP安全网络通信(SNC)的工具。 如何使用? 在当前状态下,sncscan 可用于读取 SAP Router 和 DIAG(SAP GUI)连接的 SNC 配置。SAP RFC 协议的实现目前正在开发中。 SAP Router SAP Router 可以支持或不支持 SNC,但无法对 SNC 参数进行更细粒度的配置。尽管如此,sncscan 可以检测它是否已激活: root@kitploit: sncscan -H 10.3.161.4 -S 3299 -p router DIAG / SAP GUI DIAG 连接(由 SAP GUI 使用)的 SNC 配置...
Black-Tool
Black-Tool Black-Tool v5.5.5 新版 安装工具并开始黑客攻击! Black-Tool root@kitploit: ███████████ ████ █████ ███████████ ████ ░░███░░░░░███░░███ ░░███ ░█░░░███░░░█ ░░███ ░███ ░███ ░███ ██████ ██████ ░███ █████ ░ ░███ ░ ██████ ██████ ░███ ░██████████ ░███ ░░░░░███ ███░░███ ░███░░███ ░███ ███░░███ ███░░███ ░███...