SSS3 是一款简单的 S3 存储桶测试软件。它使用 aws cli 在域名/子域名列表中搜索公开的存储桶。
克隆仓库,给脚本添加可执行权限,即可使用 SSS3 需要 AWS CLI 才能运行。
$ git clone https://github.com/halencarjunior/sss3.git
$ chmod +x sss3.sh
$ ./ss3.sh domain.txt -o output.txt
你可以先使用 Amass 来枚举一个域名
$ amass enum -d example.com -o domains-example-com.txt
$ ./sss3.sh domains-example-com.txt -o output-example-com.txt
想贡献代码?太棒了!请向我们发送 PR,我们将非常感谢你的帮助。
感谢以下文章,它们激励我创建了这个工具
Rodrigo Montoro 在 Sidechannel 上发表的文章
感谢使用并帮忙分享,请多多支持
自由软件,太棒了!