mutant / s3crawler
There is no license information available for the latest version (dev-master) of this package.
Mutant S3Crawler.
dev-master
2018-05-29 12:05 UTC
Requires
- php: >=7.0.0
- mutant/file: dev-master
- mutant/http: dev-master
This package is not auto-updated.
Last update: 2025-04-27 08:22:03 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.