meispi / gos3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

goS3

A golang version of the tool lazys3 by Nahamsec.

Installation

go install github.com/meispi/gos3@latest

Create a directory .config on your home directory and copy the file common_bucket_prefixes.txt in that directory.

Go to your home directory:

cd

Check if you already have a .config directory

ls -a

If no then make a directory else skip this step:

mkdir .config

Go to .config

cd .config

Download the common_bucket_prefixes.txt on this directory:

curl https://raw.githubusercontent.com/meispi/gos3/main/common_bucket_prefixes.txt -o common_bucket_prefixes.txt

And now you are good to go!

How to use

Make sure you have copied the file common_bucket_prefixes.txt in .config directory in your home directory

gos3 <target_name>

About


Languages

Language:Go 100.0%