Skip to content

JoryPein/XSS-Rust-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 XSS-Rust-Server

XSS platform written in Rust for efficient and secure cross-site scripting testing.

Prerequisites

Make sure you have the following dependencies installed:

  • Git 📦
  • Docker 🐳
  • Docker Compose 🚢

Installing Dependencies (for Ubuntu)

apt update
apt install -y git docker.io docker-compose

Getting Started

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

Inspecting Containers

To check the status of the Docker containers, use the following command:

docker ps -a

Viewing Logs

To view the logs generated by the Docker containers, use the following command:

docker-compose logs

🔍 Happy testing!

About

xss platform written by rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages