Slurp is a Blackbox/whitebox S3 bucket enumerator.
Overview
Also Read : Python Uncompyle6 – A Cross-Version Python Bytecode Decompiler
There are two modes that this tool operates at; blackbox and whitebox mode. Whitebox mode (or internal) is significantly faster than blackbox (external) mode.
In this mode, you are using the permutations list to conduct scans. It will return false positives and there is no way to link the buckets to an actual aws account! Do not open issues asking how to do this.
Keywords
Whitebox (Internal)
In this mode, you are using the AWS API with credentials on a specific account that you own to see what is open. This method pulls all S3 buckets and checks Policy/ACL permissions. Note that, I will not provide support on how to use the AWS API. Your credentials should be in ~/.aws/credentials
.
Internal
Usage
slurp domain <-t|--target> example.com
will enumerate the S3 domains for a specific target.slurp keyword <-t|--target> linux,golang,python
will enumerate S3 buckets based on those 3 key words.slurp internal
performs an internal scan using the AWS API.This project uses vgo
; you can clone and go build
or download from Releases section. Please do not open issues on why you cannot build the project; this project builds like any other project would in Go, if you cannot build then I strongly suggest you read the go spec.
Also, the only binaries I’m including are linux/amd64
; if you want mac/windows binaries, build it yourself.
Playwright-MCP (Model Context Protocol) is a cutting-edge tool designed to bridge the gap between AI…
JBDev is a specialized development tool designed to streamline the creation and debugging of jailbreak…
The Kereva LLM Code Scanner is an innovative static analysis tool tailored for Python applications…
Nuclei-Templates-Labs is a dynamic and comprehensive repository designed for security researchers, learners, and organizations to…
SSH-Stealer and RunAs-Stealer are malicious tools designed to stealthily harvest SSH credentials, enabling attackers to…
Control flow flattening is a common obfuscation technique used by OLLVM (Obfuscator-LLVM) to transform executable…