Attacking APIs
Bypass IP based filters
Installation
git clone https://github.com/ustayready/fireprox
cd fireprox
pip3 install -r requirements.txtexport AWS_SECRET_ACCESS_KEY=<access key value>
export AWS_ACCESS_KEY_ID=<access key name>
#needed only if current access key is temporary (key starts with ASIA)
export AWS_SESSION_TOKEN=<session token>Manage gateways
python fire.py --command create --url <url to expose>python fire.py --command listLast updated