Install these packge before using the script
pip3 install requests
pip3 install rich
To start the script, run the following command
python3 main.py -U https://yoursite.com/.htaccess -A
python3 main.py -h
To build the Docker image, run the following command in the directory containing your Dockerfile
:
docker build -t universal-bypass-image .
Once the image is built, you can run the script using Docker.
To start the script with a specific URL and options, use the following command:
docker run --rm -v $(pwd):/app universal-bypass-image -U https://yoursite.com/.htaccess -A
If you execute the Docker image without any arguments, it will display the help options by default:
docker run --rm -v $(pwd):/app universal-bypass-image
This tool was Inspired by Dheerajmadhukar's 4-zero-3