mutant / s3crawler
Mutant S3Crawler.
Installs: 21
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 1
Open Issues: 0
pkg:composer/mutant/s3crawler
Requires
- php: >=7.0.0
- mutant/file: dev-master
- mutant/http: dev-master
This package is not auto-updated.
Last update: 2025-09-28 10:52:56 UTC
README
S3 Crawler
- This is an S3 crawler. It crawls the web for open S3 buckets based on what essentially amounts to a brute force url search from a wordlist file.
Usage via command line
-
Clone repo and run composer install.
-
php index.php <namefile>
Usage in Laravel
composer require mutant/s3crawler:dev-master
OR Add this to composer.json and run composer update mutant/s3crawler
"require": {
"mutant/s3crawler": "dev-master"
},
- composer.json might need minimum stability set:
"minimum-stability": "dev",
- use
php artisan mutant:s3-bucket-crawler {--inputfile=}
- Your input file is a line separated word list. There are usable word lists in the wordlist folder of this package.