2017 © Pedro Peláez
 

library s3crawler

Mutant S3Crawler.

image

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

The README.md

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

  1. Clone repo and run composer install., (*1)

  2. php index.php <namefile>, (*2)

Usage in Laravel

  1. 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"
  },
  1. composer.json might need minimum stability set:
  "minimum-stability": "dev",
  1. 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.

The Versions

29/05 2018

dev-master

9999999-dev

Mutant S3Crawler.

  Sources   Download

The Requires

 

by Nick T-bone Kiermaier