5262 matches found
gh-dork
gh-dork Supply a list of dorks and, optionally, one of the following: a user -u a file with a list of users -uf an organization -org a file with a list of organizations -of a repo -r You can also pass: an output directory to store results -o a filename to store valid items, if your users or org...
miteru
This repository does not have a README...
AWS-Loot
AWSLoot 通过枚举环境变量和源代码,在 AWS 环境中搜索机密。该工具可快速枚举大量 AWS 实例和服务。 安装 root@kitploit: pip install -r requirements.txt 需要 AWS 凭证文件(.aws/credentials)进行身份验证以访问目标环境 访问密钥 访问密钥秘密 工作原理 Awsloot 通过遍历 EC2、Lambda、CodeBuilder 实例并搜索高熵字符串来工作。EC2 爬取器通过查询所有区域中的所有可用实例 ID,并请求实例的 USERDATA(开发者常在其中留下机密)来工作。 Lambda...
httpstat
httpstat httpstat visualizes curl1 statistics in a way of beauty and clarity. It is a single file🌟 Python script that has no dependency👏 and is compatible with Python 3🍻. Features Beautiful terminal output — timing breakdown of DNS, TCP, TLS, server processing, and content transfer Structured JSO...
unicorn
Unicorn Engine LOOKING FOR CONTRIBUTORS! See this. Unicorn is a lightweight, multi-platform, multi-architecture CPU emulator framework, based on QEMU. Unicorn offers some unparalleled features: Multi-architecture: ARM, ARM64 ARMv8, M68K, MIPS, PowerPC, RISCV, SPARC, S390X, TriCore and X86 16, 32,...
CVE-2014-6271
Shellshock 漏洞利用 CVE-2014-6271 Shellshock 实际上是一个存在于 BASH 中的远程命令执行漏洞。该脚本利用启用了 modcgi 的 Apache 或类似 Web 环境中的漏洞。漏洞的核心在于对环境变量的操控,环境变量是影响计算机上进程运行的动态命名值。攻击者可通过将恶意代码附加到环境变量中来利用此漏洞,这些代码会在收到变量时被执行。这使攻击者有可能破坏系统。 漏洞测试实验环境 PentesterLab VulnHub TryHackMe 查找 CGI-BIN 页面: root@kitploit: $ nmap 192.168.x.x...
CVE-2014-6271
CVE-2014-6271 "ShellShock"是GNU Bash 4.3及之前版本中存在的一个漏洞,原因是在函数定义之后,Bash处理环境变量值中尾部字符串的方式存在问题。该漏洞使得远程攻击者能够在特定情况下通过构造环境变量来执行任意代码,包括当环境变量跨越Bash执行的权限边界设置时。该漏洞已在多种场景中得到验证,例如OpenSSH sshd的ForceCommand特性、Apache...
prowler
Prowler is the Open Cloud Security Platform trusted by thousands to automate security and compliance in any cloud environment. With thousands of ready-to-use checks and compliance frameworks, Prowler delivers real-time, customizable monitoring and seamless integrations, making cloud security...
envy
快速开始 • 配置 • 命令 • 键绑定 • 常见问题 • 文档 一个安全的加密保险库,用于管理 API 密钥、机密和环境变量。专为终端开发人员打造。 Envy 是什么? 我构建 Envy 是因为厌倦了处理 .env 文件,以及让机密散落在密码管理器、便利贴和 Slack 会话中。它是一个单一二进制文件,既提供用于浏览机密的流畅 TUI,也提供用于自动化的 CLI。 以下是它的功能: 真正的加密 — 采用 AES-256-GCM 与 Argon2id,而非仅仅是 base64 混淆 快速访问 — 模糊搜索可在毫秒级内找到机密 按项目组织 — 将相关机密分组在一起 多环境支持 —...
lazyrecon
root@kitploit: | | | |/ | /| | | | / / |/ | \ | | | / / | | | | | | / | | | ||\ |/ \ || ||/|| |v2 |/ Lazyrecon v2 is a subdomain discovery tool that finds and resolves valid subdomains then performs SSRF/LFI/SQLi fuzzing, brute-force and port scanning. It has a simple modular architecture and...
vercel-april2026-incident-response
Vercel 2026年4月事件响应指南 最后更新:2026年4月20日 @ 12:07 PM AEST/布里斯班 - v2 — 包含Vercel CEO于4月20日的更新 重要提示:本文并非法律或官方建议。如果您认为自己已遭受入侵,请联系事件响应合作伙伴。此信息由OpenSourceMalware团队出于善意提供。如果您希望获得事件响应公司的引荐,我们可以推荐几家曾合作过的公司。 发生了什么? Vercel于2026年4月19日披露,一名攻击者未经授权访问了内部系统。以下是官方公告: 4月20日,Vercel首席执行官Guillermo...
dotenv-diff
dotenv-diff 扫描你的代码库,检测每一个环境变量引用。它可以帮助你在变量引发运行时错误之前,及早发现缺失、未使用、重复和误用的变量。 对 SvelteKit、Next.js 和 Nuxt 提供一流支持。同样适用于现代 JavaScript/TypeScript 项目以及 Node.js 和 Vue 等框架——或任何其他需要可靠 .env 文件比较的场景。 ✨ 收录于awesome-cli-apps - 精选的 CLI 应用列表 为什么选择 dotenv-diff? 确保所有必需的环境变量都已定义 捕获缺失或配置错误的变量 通过保持团队对必需变量的一致性认识来改善协作...
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...
ForgottenButNotGone
被遗忘但并未消失 本仓库包含在 Black Hat USA 2026 和 DEF CON 34 演讲“被遗忘但并未消失:遗留 Linux 服务中的未认证 RCE 与 LPE”中所述漏洞的概念验证脚本。 CVE-2026-28372 TelnetD 中的本地权限提升:无特权攻击者可利用 TelnetD 的环境变量功能为其授予 root 权限的 shell。按照设计和 RFC,Telnet 协议允许其客户端为 shell 会话设置环境变量。该功能从安全角度来看设计得很差。该服务允许未认证客户端为 telnetd 进程本身及其所有子进程设置环境变量。其子进程之一是...
CVE-2023-36845
CVE-2023-36845 Juniper Networks Junos OS(EX系列和SRX系列)的J-Web中存在一个PHP外部变量修改漏洞,允许未经身份验证的基于网络的攻击者控制某些环境变量。 脚本使用 root@kitploit: $ dos2unix CVE-2023-36845.sh $ CVE-2023-36845.sh example.com...
Shellshock_CVE-2014-6271
Shellshock CVE-2014-6271 Shellshock 请下载 docker-compose.yml 和 poc.py 文件 务必通过 pip install requests 安装 requests 库!!! 使用 uv 的用户请通过 uv 将 requests 库放入 venv 中!!! CVE 官方描述 --- GNU Bash 4.3 之前版本在环境变量值中处理函数定义后跟的字符串时存在问题。利用此漏洞,远程攻击者可以通过精心构造的环境执行任意代码。该漏洞在 OpenSSH sshd 的 ForceCommand 功能、Apache HTTP 服务器的 modcg...
CVE-2014-6271
CVE-2014-6271 Description This project allows reproducing the vulnerability CVE-2014-6271 , also known as Shellshock. Shellshock is a security vulnerability in Bash that allows executing malicious code via environment variables. The purpose of this project is to demonstrate the impact of this...
klar
Klar Integration of Clair and Docker Registry supports both Clair API v1 and v3 Klar is a simple tool to analyze images stored in a private or public Docker registry for security vulnerabilities using Clair https://github.com/coreos/clair. Klar is designed to be used as an integration tool so it...
Metabase_CVE-2021-41277
MetabaseCVE-2021-41277 描述 Metabase 是一个开源的数据分析平台。在受影响的版本中,自定义 GeoJSON 地图(admin-settings-maps-custom maps-add a map)支持功能中发现了一个安全问题,可能导致本地文件包含(包括环境变量)。URL 在加载前未经过验证。此问题已在新的维护版本(0.40.5 和 1.40.5)以及后续版本中修复。如果您无法立即升级,可以通过在反向代理、负载均衡器或 WAF 中配置规则,在应用程序之前提供验证过滤器来缓解此问题。 关注我们 Vulnmachines YouTube Twitter...
CVE-2023-28432
CVE-2023-28432 MinIO存在信息泄露漏洞,未经身份认证的远程攻击者通过发送特殊HTTP请求即可获取所有环境变量,其中包括MINIOSECRETKEY和MINIOROOTPASSWORD,造成敏感信息泄露,最终可能导致攻击者以管理员身份登录MinIO Fofa指纹 app="minio" 工具利用 python3 minio.py -u http://127.0.0.1:1111 单个url测试 python3 minio.py -f url.txt 批量检测 扫描结束后会在当前目录生成存在漏洞url的vuln.txt exp: 免责声明...