XSS platform written in Rust for efficient and secure cross-site scripting testing.
Make sure you have the following dependencies installed:
- Git 📦
- Docker 🐳
- Docker Compose 🚢
apt update
apt install -y git docker.io docker-compose
Clone the repository and launch the XSS server using Docker Compose:
git clone https://github.com/JoryPein/xss-server-rust.git
cd xss-server-rust
docker-compose up -d
To check the status of the Docker containers, use the following command:
docker ps -a
To view the logs generated by the Docker containers, use the following command:
docker-compose logs
🔍 Happy testing!