SolomonSklash / chomp-scan

A scripted pipeline of tools to streamline the bug bounty/penetration test reconnaissance phase, so you can focus on chomping bugs.
https://www.solomonsklash.io/chomp-scan-update.html
GNU General Public License v3.0
393 stars 76 forks source link

S3Scanner moved to pip #87

Open Freedzone opened 2 years ago

Freedzone commented 2 years ago

The latest S3Scanner needs to be run with

git clone git@github.com:sa7mon/S3Scanner.git
cd S3Scanner
pip3 install -r requirements.txt
python3 -m S3Scanner

or installed with pip pip3 install s3scanner