248 matches found
S3BucketList
S3BucketList ブラウジング中にネットワークリクエストで見つかったS3バケットを検索、リスト化、チェックします。 機能 S3バケットのフィルタリング ACL権限の抽出 記録されたバケットのダウンロード 記録されたバケットの管理 タブごとのバケット記録 未請求/保留中/脆弱なバケットの検出 インストール Chrome この拡張機能は、Chrome Web Store からインストールするか、以下の手順でインストールできます。...
nuclei-templates
Nuclei Templates Community curated list of templates for the nuclei engine to find security vulnerabilities in applications. Documentation • Contributions • Discussion • Community • FAQs • Join Discord Templates are the core of the which powers the actual scanning engine. This repository stores a...
s3dns
S3DNS s3dns は、DNS リクエストを解決し、CNAME を追跡し、既知のバケット URL パターンと照合することで、クラウドストレージバケット(AWS S3、Google Cloud Storage、Azure Blob)を特定する軽量 DNS サーバーです。 これは、DNS トラフィック解析中に露出したクラウドバケットを検出したい ペネトレーションテスター 、バグバウンティハンター 、クラウドセキュリティアナリスト にとって便利なツールです。 S3DNS が偵察セッションの時間を節約してくれたなら、ぜひ ⭐️ を付けてください。プロジェクトの発見に役立ちます。 🆕 更新...
sss3
SSS3 シンプルストレージスキャナー SSS3 はシンプルな S3 バケットテストツールです。aws cli を使用して、ドメイン/サブドメインのリスト内のパブリックバケットを検索します。 基本要件 aws cli がインストールされ、S3 ポリシーが定義された状態で設定されている必要があります 事前に列挙されたドメイン/サブドメインのリストが必要です 機能 ドメイン/サブドメインのリストを反復処理します ドメイン/サブドメインがバケットに応答するかどうか、またリスト表示の権限が有効かどうかをテストします 見つかったバケットのリスト結果をエクスポートします インストール...
s3crets_scanner
S3cret Scanner: 公開S3バケットにアップロードされたシークレットのハンティング S3cret Scanner ツールは、Amazon S3 セキュリティのベストプラクティス を補完するレイヤーとして設計されており、公開S3バケット内のシークレットをプロアクティブにハンティングします。 スケジュールタスク または オンデマンド で実行可能 自動化ワークフロー 自動化では以下のアクションを実行します: 1. アカウント内の公開バケットを一覧表示(ACLが Public または objects can be public に設定されているもの) 2...
sisu
sisu ⚡ 你的 AWS,直接当成文件系统。 这样: root@kitploit: grep -l "AdministratorAccess" iam/users//policies.json 而不是这样: root@kitploit: aws iam list-users --query 'Users.UserName' --output text | \ xargs -I sh -c 'aws iam list-attached-user-policies --user-name --query "AttachedPolicies.PolicyArn" --output text'...
CloudBrute
CloudBrute 企業(ターゲット)のインフラ、ファイル、アプリを主要クラウドプロバイダー(Amazon、Google、Microsoft、DigitalOcean、Alibaba、Vultr、Linode)上で見つけるためのツールです。 その成果は、バグバウンティハンター、レッドチーム、ペネトレーションテスターのいずれにも役立ちます。 完全な解説記事はこちらで入手可能です。 一目で 動機...
bucket-stream
🚨 Bucket Stream is no longer maintained. If you need support or consultation for your red teaming endeavours, drop me an e-mail [email protected] 🚨 Bucket Stream Find interesting Amazon S3 Buckets by watching certificate transparency logs. This tool simply listens to various certificate...
aws_pwn
AWS pwn 摘要 这组脚本写得很烂,用于执行与AWS渗透测试相关的各种任务。如果它对您不起作用,请不要难过。可能是因为自编写以来AWS已经发生了变化,或者代码本身就很烂。无论如何,欢迎贡献。 这些垃圾大部分由Daniel Grzelak编写,但也有很多贡献,最著名的是Mike Fuller。 需求 root@kitploit: pip install -r requirements.txt 请确保还在 /.aws/credentials 中设置好您的AWS凭证。 侦察 用于前期信息收集的任务。 validateiamaccesskeys.py -...
aws_pwn
AWS pwn Summary This is a collection of horribly written scripts for performing various tasks related to penetration testing AWS. Please don't be sad if it doesn't work for you. It might be that AWS has changed since a given tool was written or it might be that the code sux. Either way, please fe...
domain
Info Recon-ng and Alt-DNS are awesome. This script combines the power of these tools with the ability to run multiple domains within the same session. TLDR; I just want to do my subdomain discovery via ONE command and be done with it. Only 1 module needs an api key /api/googlesite find instructio...
s3reverse
s3reverse Install go get root@kitploit: $ go get -u github.com/hahwul/s3reverse snap root@kitploit: snap install s3reverse brew...
poro
poro Description Scan for publicly accessible assets on your AWS environment Services covered by this tool: AWS ELB API Gateway S3 Buckets RDS Databases EC2 instances Redshift Databases Poro also check if a tag you specify is applied to identified public resources using --tag-key and --tag-value...
poro
poro 描述 扫描 AWS 环境中公开可访问的资产 本工具覆盖的服务: AWS ELB API Gateway S3 存储桶 RDS 数据库 EC2 实例 Redshift 数据库 Poro 还会检查你指定的标签是否应用于已识别的公开资源,使用 --tag-key 和 --tag-value 参数。 先决条件 具有对上述服务只读权限的 AWS 账号 Python 3.X requests=2.22.0 boto3=1.20 botocore=1.20 enlighten=1 用法 克隆此仓库 使用有效凭证配置环境 - aws configure sso pip install -r...
S3-from-csp
S3-from-csp 从 CSP 报告标头中提取所有 S3 存储桶,然后测试文件上传漏洞 安装 root@kitploit: go install github.com/RandomRobbieBF/S3-from-csp@latest 运行 root@kitploit: s3fromcsp file.txt...
EUVD-2026-42286
SeaweedFS: Improper authorization in the S3Tables / Iceberg REST management API lets a low-privileged S3 user enumerate administrator-owned table buckets...
GHSA-GG93-X632-9CCV Vikunja vulnerable to Improper Authorization and Authorization Bypass Through User-Controlled Key
Summary A user with only a single self-owned project can permanently destroy the Kanban bucket assignments taskbuckets and task ordering taskpositions of any other project view in the entire instance. The ProjectView.Delete model method runs three SQL statements: the first is properly scoped to...
Astra Linux – Vulnerabilities in Linux, Linux-5.15, Linux-5.10
In the Linux kernel, the following vulnerabilities have been resolved: scsi: Message: mptlan: Fixed a use-after-free bug in mptlanremove, due to a race condition. In mptlanprobe, mptregisterlandevice is called, which initializes the &priv-postbucketstask workqueue. A call to...
Astra Linux – Vulnerabilities in Linux, Linux-5.10, Linux-5.15, Linux-6.1
In the Linux kernel, the following vulnerability has been resolved: batman-adv: Bypass of empty buckets in batadvpurgeorigref Many syzbot reports point to soft lockups in batadvpurgeorigref 1 The root cause is unknown, but we can avoid spending too much time on this issue and potentially obtain...
Linux Distros Unpatched Vulnerability : CVE-2026-18692
The Linux/Unix host has one or more packages installed that are impacted by a vulnerability without a vendor supplied patch available. - An issue in MongoDB Server's handling of timeseries bucket lifecycle could allow an authenticated user with write privileges to cause an internal reference to b...