fireprox
fireprox copied to clipboard
AWS API Gateway management tool for creating on the fly HTTP pass-through proxies for unique IP rotation
Hi @ustayready, Thank you very much for sharing this tool! Was wondering if it would be possible to keep a log of the rotating IPs. The rational behind that is...
Maybe something changed in AWS infrastructure, but while creating an entry like this: ``` fire.py --command create --url https://ifconfig.me/ --region eu-west-1 --access_key ABC --secret_access_key "XYZ" ``` I do see my...
While working through VPS and using custom scripts, adding the fireprox urls everytime at the end of those scripts can be challenging. I currently use a rotating proxy service and...
The google and bing examples are not working! Can you please fix it?
Cloudflare is offering an API gateway as well now. Would it be possible to use their API gateway instead of the AWS API gateway? Cloudflare is cheaper per 1million requests...
When I run the command, I get the error below. I installed all the requirements successfully. I'm running wsl. python fire.py --access_key aaaaa --secret_access_key aaaaaa --region us-east-1 --url https://login.microsoft.com --command...
This PR adds the following features: - list_all command to list all apis from default regions - list command now accept multiple regions as input and show all of them...
It looks like Api Gateway is automatically turning the "%2f" to a "/". This causes request to fail. In this particular case the error message is 403, URL signature mismatch....
The execution of my code is successful, but the ip is not changed. Do I need to change any other network configuration files? I use the kali system in the...
Some minor changes to make things more import friendly. The experience should be nearly identical when invoked from the command line but improved when imported. - Prints relegated to main()...