265 matches found
festin
FestIN——强大的S3存储桶发现与内容探测工具 什么是FestIn 为什么选择FestIn 安装 使用Python 使用Docker 完整选项 用法 配置搜索域名 并发 HTTP爬取配置 管理结果 代理使用 DNS选项 全文搜索支持 作为服务运行(监控模式) 示例:结合FestIn与DnsRecon 步骤1 - 使用所需选项对目标域名运行dnsrecon并保存输出 步骤2 - 准备上一步生成的文件以供FestIn使用 步骤3 - 使用所需选项运行FestIn并保存输出 -...
festin
FestIN the powered S3 bucket finder and content discover What is FestIn Why Festin Install Using Python Using Docker Full options Usage Configure search domains Concurrency HTTP Crawling configuration Manage results Proxy usage DNS Options Full Text Support Running as a service or watching mode...
mass3
通过DNS而非HTTP快速枚举预编译的AWS S3存储桶列表,使用DNS解析器列表和多线程。警告:请注意,这是非常糟糕的Golang代码。我在没有任何Go语言基础知识的情况下编写了它,但它似乎能起作用。欢迎贡献代码,让工具变得更好! 安装 root@kitploit: go get -u github.com/smiegles/mass3 用法 root@kitploit: mass3 -w ./lists/buckets.txt -r ./lists/resolvers.txt -t 100 参数 参数| 说明 ---|--- -w|...
sandcastle
受与 Instacart 的 @nickelser 在 HackerOne 上的一次对话启发,我优化并发布了 Sandcastle——一个用于 AWS S3 bucket 枚举的 Python 脚本,原名 bucketCrawler。 该脚本以目标名称为词干参数(例如 shopify),并遍历一个包含 bucket 名称排列的文件,如下列排列: root@kitploit: -training -bucket -dev -attachments -photos -elasticsearch ... 开始使用 以下是入门步骤: 1. 克隆此仓库(PyPi 分发暂时禁用)。 2...
aws-security-assessment-solution
Self-Service Security Assessment Solutions v2.0 Cybersecurity remains a very important topic and point of concern for many CIOs, CISOs, and their customers. To meet these important concerns, AWS has developed a primary set of services customers should use to aid in protecting their accounts. Amaz...
tarnish
tarnish tarnish is a static-analysis tool to aid researchers in security reviews of Chrome extensions. It automates much of the regular grunt work and helps you quickly identify potential security vulnerabilities. This tool accompanies the research blog post which can be found here. If you don't...
s3enum
s3enum s3enum 是一个快速且隐秘的 Amazon S3 存储桶枚举工具。它利用 DNS 而非 HTTP,这意味着请求不会被记录在 S3 服务器访问日志中。 它最初于 2016 年构建,用于 针对 GitHub 的漏洞赏金狩猎。 安装 root@kitploit: go install github.com/koenrh/s3enum@latest 用法 你需要指定目标的基础名称(例如 hackerone)、一个单词列表和一个后缀列表。候选存储桶名称通过将目标名称与每个单词组合(使用 -、、...
s3-leaks
s3-leaks AWS S3 泄露列表 如果你知道其他泄露事件,欢迎提交 PR 日期| 描述| 备注 ---|---|--- April 2025| 关于从 S3 存储桶中获取 AWS 访问密钥 ID 的思考| 通往 AWS 王国的钥匙 March 2025| 澳大利亚 Nine 报社的 16,000 名订户| 姓名、邮政地址和/或电子邮件地址 Jan 2025| 位于北达科他州的电视台 Valley News Live 泄露了超过 180 万个文件| 超过一百万个暴露文件是求职者的简历,包含姓名、电话号码、家庭和电子邮件地址、出生日期、工作经历、教育背景 Jan 2025|...
S3Scanner
S3Scanner 功能 - 使用方法 - 快速上手 - 安装 - 讨论 一款用于在 AWS 或其他云提供商中查找公开 S3 存储桶的工具: AWS DigitalOcean DreamHost GCP Linode Scaleway 自定义 功能 ⚡️ 多线程扫描 🔭 支持多种内置 S3 存储提供商或自定义 🕵️♀️ 扫描所有存储桶权限以发现配置错误 💾 将结果保存到 Postgres 数据库 🐇 连接到 RabbitMQ 以进行大规模自动化扫描 🐳 Docker 支持 被以下项目使用 使用方法 root@kitploit: 输入:(1 个必填) -bucket string...
subjack
subjack DNS Takeover Scanner Subjack is a DNS takeover scanner written in Go designed to scan a list of domains concurrently and identify ones that are able to be hijacked. With Go's speed and efficiency, this tool really stands out when it comes to mass-testing. Always double check the results...
gospider
GoSpider GoSpider - 用Go编写的快速网络爬虫 无需痛苦地将Gospider集成到你的侦察工作流中? 该项目是Osmedeus引擎的一部分。查看它在@OsmedeusEngine上的集成方式 安装 GO安装 root@kitploit: GO111MODULE=on go install github.com/jaeles-project/gospider@latest Docker root@kitploit: 克隆仓库 git clone https://github.com/jaeles-project/gospider.git 构建容器 docker build...
bucky
Bucky 一个S3账户ID枚举与存储桶发现工具 给定一个可访问的S3存储桶,bucky会提取其所属的12位AWS账户ID,然后通过模糊测试存储桶名称(使用一个单词列表)来发现同一账户下的其他存储桶——所有这些都通过一条命令完成。 功能说明 1. 枚举账户ID — 利用s3:ResourceAccountIAM条件键,通过内联STS会话策略逐位暴力破解12位AWS账户ID 2. 发现更多存储桶 — 使用并发工作者从单词列表中模糊测试存储桶名称,以查找同一账户下的其他存储桶 3. 报告所有信息 — 账户ID、存储桶区域以及所有发现的存储桶 为何重要...
slurp-1
slurp 黑盒/白盒 S3 存储桶枚举器 概述 感谢所有使此工具成为可能的供应商软件包。 这是一个安全工具;专为渗透测试人员和安全专业人员设计,用于审计 S3 存储桶。 功能 通过域名进行扫描;您可以针对单个域名或域名列表 通过关键词进行扫描;您可以针对单个关键词或关键词列表 通过 AWS 凭证进行扫描;您可以针对自己的 AWS 账户查看哪些存储桶已暴露 彩色输出,便于可视化 grep 目前每个域名和关键词生成超过 28,000 种排列组合(感谢 @jakewarren 和 @random-robbie) Punycode 支持国际化域名 强版权保护许可证(GPLv3) 模式...
AWSBucketDump
AWSBucketDump AWSBucketDump 是一个用于快速枚举 AWS S3 存储桶以寻找目标的工具。它类似于子域名暴力破解器,但专为 S3 存储桶设计,并且额外具备一些功能,允许你搜索感兴趣的文件,以及在不担心硬盘迅速装满的情况下下载有趣的文档。 @okbyenow 前置条件 非标准 Python 库: xmltodict requests argparse 使用 Python 3.6 创建 使用 virtualenv 安装 root@kitploit: source venv/bin/activate pip install -r requirements.txt 概述...
bucket-stream
🚨 Bucket Stream 已不再维护。如果您需要红队行动的支持或咨询,请发送邮件至 [email protected] 🚨 Bucket Stream 通过监控证书透明度日志发现有趣的 Amazon S3 存储桶。 该工具仅监听各种证书透明度日志(通过 certstream),并尝试从证书域名的排列中寻找公开的 S3 存储桶。 请负责任地使用。 我创建此工具主要是为了强调公开 S3 存储桶相关的风险,并为常规的字典攻击提供不同的思路。如果您使用 S3 存储桶,以下是一些快速提示: 1. 随机化您的存储桶名称!没有必要使用...
flumberboozle
flumberboozle 一套旨在辅助漏洞挖掘和安全评估的程序 为什么起这个奇怪的名字? 只是因为我第一次听到它是在这里,所以我觉得这个无意义的词适合作为我尚不清楚要做什么的仓库的名字。 内容 这个仓库包含我编写或修改的其他现有脚本,这些脚本在网站的漏洞赏金狩猎和安全评估中很有用。 Flumberbuckets Flumberbuckets 是一个多线程工具,用于自动化S3存储桶挖掘。我实际上通过这个脚本获得了我的第一个漏洞赏金,因此决定进一步开发它并进一步开源。本质上,flumberbuckets...
flan
Flan Scan is a lightweight network vulnerability scanner. With Flan Scan you can easily find open ports on your network, identify services and their version, and get a list of relevant CVEs affecting your network. Flan Scan is a wrapper over Nmap and the vulners script which turns Nmap into a...
botb
Break out the Box BOtB BOtB is a container analysis and exploitation tool designed to be used by pentesters and engineers while also being CI/CD friendly with common CI/CD technologies. What does it do? BOtB is a CLI tool which allows you to: Exploit common container vulnerabilities Perform commo...
S3Scanner
S3扫描器 一个快速而简陋的脚本,用于发现未受保护的S3存储桶并转储其内容 💧 使用方法 该工具包含两个部分: 1 - s3finder.py 此脚本获取域名列表,检查它们是否托管在Amazon S3上。找到的S3域名将以"domain:region"格式输出到文件,并附带相应区域。 安装: 1. (可选)virtualenv venv && source ./venv/bin/activate 2. pip install -r requirements.txt 使用: $ python s3finder.py -o output.txt domainsToCheck.txt 兼容性:...
bucky
Project is on temporary hold. Bucky Bucky is an automatic tool designed to discover S3 bucket misconfiguration, Bucky consists up of two modules Bucky firefox addon and Bucky backend engine. Bucky addon reads the source code of the webpages and uses Regular ExpressionRegex to match the S3 bucket...