1875 matches found
90DaysOfCyberSecurity
90-Day Cybersecurity Study Plan 📚 Table of Contents Introduction Goals and Audience Daily Breakdown Day 1-7: Network+ Concepts Day 8-14: Security+ Concepts Day 15-28: Linux Tutorials Day 29-42: Python Day 43-56: Traffic Analysis Day 57-63: Git Day 64-70: ELK Day 71-77: GCP or AWS or Azure Day...
objection
📱objection - Runtime Mobile Exploration objection is a runtime mobile exploration toolkit, powered by Frida, built to help you assess the security posture of your mobile applications, without needing a jailbreak. Supports both iOS and Android. Inspect and interact with container file systems...
WMIExec
WMIexec 一组Python脚本,通过WMI协议以不同方式执行命令。 博客文章 https://whiteknightlabs.com/2023/06/26/navigating-stealthy-wmi-lateral-movement/ 使用方法 wmiexecscheduledjob.py 是一个Python脚本,通过计划任务认证到远程WMI实例并执行命令。 运行脚本: root@kitploit: python3 wmiexecscheduledjob.py -i -u -p -c wmiexecwin32process.py...
CVE-2021-22986-Poc
CVE-2021-22986-Poc Este es un PoC para BIGIP iControl RCE sin autenticación POC : curl -ksu admin:redacted https://192.168.123.134/mgmt/tm/access/bundle-install-tasks -d '"filePath":"id"' | jq . curl -ksu : https://192.168.123.134/mgmt/shared/authn/login -d...
hget
hget This project is my personal project to learn golang to build something useful. Build Status : Install root@kitploit: $ go get -d github.com/huydx/hget $ cd $GOPATH/src/github.com/huydx/hget $ make clean install Binary file will be built at ./bin/hget, you can copy to /usr/bin or /usr/local/b...
NorkNork
NorkNork - Herramienta para identificar cargas útiles de persistencia de Empire https://www.n00py.io/2017/01/removing-backdoors-powershell-empire-edition/ ACERCA DE: Este script fue diseñado para identificar cargas útiles de persistencia de Powershell Empire en sistemas Windows. Actualmente sopor...
CVE-2026-58138
CVE-2026-58138 — 通过 GraalVM Evaluator 实现 Conductor 未授权远程代码执行 RCE -critical TL;DR: Orkes/OSS Conductor(版本 3.21.21 至 3.30.2)在 INLINE 任务中使用 GraalVM 上下文评估用户提供的 JavaScript,该上下文具有完全主机访问权限 (HostAccess.ALL)。由于社区 API默认无认证 ,任何未经身份验证的用户都可以提交恶意工作流,从绑定的 JavaScript 对象跳转到 java.lang.Runtime,并以 Conductor 进程用户(通常为...
kraker
About Setup Server Setup Agent Setup Build from source Using release Contacts About Kraker is a distributed password brute-force system that allows you to run and manage the hashcat on different servers and workstations, focused on easy of use. There were two main goals during the design and...
pupy
Pupy Simple Installation root@kitploit: pip3 install pipx pipx ensurepath pipx install git+https://github.com/n1nj4sec/pupy@nextgen pupysh If you want more detailed informationRefer to the wiki Development Install root@kitploit: git clone https://github.com/n1nj4sec/pupy cd pupy git checkout...
SharpStay
SharpStay - .NET 持久化 构建 打开 Visual Studio 项目并编译为发布版本。 选项 提权注册表项 提权 UserInit 注册表项 提权计划任务 提权创建服务 提权 WMI 事件订阅 非提权 InitMprLogonScript 注册表项 非提权计划任务 COM 处理程序劫持 非提权 Junction 文件夹 杂项:添加计划任务操作 杂项:启动目录 杂项:新建 LNK 杂项:后门 LNK 杂项:任务名称 杂项:列出计划任务 杂项:列出运行中的服务 杂项:获取计划任务 COM 处理程序 root@kitploit: Sharpstay.exe...
SharpPolarBear
SharpPolarBear Esta es una versión armada de uno de los exploits publicados por SandboxEscaper desde aquí https://github.com/SandboxEscaper/polarbearrepo. La mayor parte del código proviene del repositorio CollectorService de rasta-mouse https://github.com/rasta-mouse/CollectorService. Solo cambi...
CVE-2026-58138-Conductor-Unauth-RCE
CVE-2026-58138 — Conductor 未认证 RCE via INLINE GraalVM 评估器 Conductor(OSS / Orkes)3.21.21 … 至 3.30.2 在 INLINE(以及 LAMBDA / DOWHILE / SWITCH)任务中评估用户提供的 JavaScript,使用的是具有完全主机访问权限 (HostAccess.ALL)的 GraalVM 上下文。该脚本能够反射访问 java.lang.Runtime 并执行操作系统命令。社区 API 默认无认证 ,因此提交包含此类任务的工作流即为未认证的远程代码执行。...
ROOT-APP-NUGET-CVE-2025-55247 CVE-2025-55247 in Microsoft.Build.Tasks.Core - Patched by Root
Root has patched CVE-2025-55247 in the Microsoft.Build.Tasks.Core package for Root:NuGet. Multiple fixed versions available...
TaskHound
Windows 特权计划任务发现工具 ,兼具趣味与实用性。 TaskHound 用于搜寻 Windows 上以特权账户和存储凭据运行的计划任务。它通过 SMB 枚举任务、解析 XML,并通过与 BloodHound 的集成识别高价值的攻击机会。 有关背景故事/传说和详细解释,参见相关的博客文章——第1部分 和 第2部分。 主要功能 快速开始bash Install git clone https://github.com/1r0BIT/TaskHound.git cd TaskHound python3 -m venv .venv && source .venv/bin/activate...
ssh-audit
ssh-audit ssh-audit is a tool for ssh server & client configuration auditing. jtesta/ssh-audit v2.0+ is the updated and maintained version of ssh-audit forked from arthepsy/ssh-audit v1.x due to inactivity. Features Usage Screenshots Server Standard Audit Example Server Policy Audit Example Clien...
celerystalk
celerystalk celerystalk 通过异步任务(即 tasks )帮助你自动化网络扫描/枚举过程,同时让你完全控制要运行哪些工具。 交互演示:漏洞赏金模式 HackerOne 交互演示:漏洞评估/渗透测试模式 已退役的 HackTheBox.eu 机器 celerystalk 可以为你自动化什么 阶段| 命令| 使用的工具示例 ---|---|--- DNS 侦察/枚举| ./celerystalk subdomains -d domain1,domain2| Amass, sublist3r 定义范围,导入 nmap/nessus| ./celerystalk impor...
CVE-2026-77648
A flaw was found in OpenStack Glance. A privileged administrator could exploit a vulnerability in the /v2/tasks API by crafting a specific import task. This action bypasses security filtering, enabling the administrator to perform Server-Side Request Forgery SSRF. As a result, an attacker could...
EUVD-2026-63759
In OpenStack Glance through 32.0.0, the /v2/tasks API accepts type=import tasks that bypass importfilteringopts, allowing an admin to fetch internal URLs from the Glance service network aka SSRF, as long as https:// or http:// is used. This API has been available only to admins since Xena, and it...
Linux Distros Unpatched Vulnerability : CVE-2026-77648
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - In OpenStack Glance through 32.0.0, the /v2/tasks API accepts type=import tasks that bypass importfilteringopts, allowing an admin to fetch internal URLs from t...
DEBIAN-CVE-2026-77648
In OpenStack Glance through 32.0.0, the /v2/tasks API accepts type=import tasks that bypass importfilteringopts, allowing an admin to fetch internal URLs from the Glance service network aka SSRF, as long as https:// or http:// is used. This API has been available only to admins since Xena, and it...