library s3crawler
Mutant S3Crawler.
mutant/s3crawler
Mutant S3Crawler.
- Tuesday, May 29, 2018
- by nickkiermaier
- Repository
- 0 Watchers
- 0 Stars
- 15 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 1 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
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., (*1)
-
php index.php <namefile>, (*2)
Usage in Laravel
-
composer require mutant/s3crawler:dev-master, (*3)
OR Add this to composer.json and run composer update mutant/s3crawler, (*4)
"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.
dev-master
9999999-dev
Mutant S3Crawler.
Sources
Download
The Requires
by
Nick T-bone Kiermaier