Skip to content

ClothoProxy/PyClotho

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyClotho

A python implementation using mitmproxy of Clotho

The proxy will only accept requests to amazonaws.com with a valid Authorization header. It will filter AWS accounts, regions, and services based on the configuration

How to run

On the server

python3 -m venv env
source env/bin/activate
pip install -r requirements.txt

or using Docker 

```sh
docker run --rm -v $(pwd):/home/mitmproxy/.mitmproxy \
-p 8080:8080 mitmproxy/mitmproxy:10.2.2 mitmproxy \
-s /home/mitmproxy/.mitmproxy/clotho.py

On the client

export http_proxy=http//serverip:8080
export https_proxy=http://serverip:8080
aws s3 ls --no-verify-ssl

Development

python3 -m venv env
source env/bin/activate
pip install -r requirements.txt

About

A python implementation of Clotho using mitmprox

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages