Skip to content

imMrCySec/wroxy-rotate

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

do your fuzzing without getting banned :D #K2K

About ProjectInstallationUsageContact Me

About Project

This project automates the setup of multiple VPN proxy servers using Docker and HAProxy. It allows users to deploy a configurable number of VPN proxies, each potentially assigned to a different country, and use them through a single HAProxy instance.

Installation

  1. Clone the Repository:
git clone https://github.com/Khode4li/wroxy-rotate && cd wroxy-rotate
  1. Run the run_wroxy
chmod +x run_wroxy
./run_wroxy
  1. At first, it will build the Docker image if it does not exist. Then it will ask you for the number of proxies and the country. After that, it will ask you to enter the HAProxy port (to which you will connect). Finally, it builds the containers and stop file.

please note that user must be sudoer to be able to run the wroxy

Usage

After running the setup script, you will have multiple proxy containers and a HAProxy container running. The HAProxy container will balance the load across the proxies.

Stopping and Removing Containers

To stop and remove all proxy containers along with the HAProxy container, use the provided script:

./kill_wroxy

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 88.7%
  • Dockerfile 11.3%