Screenshots
Example Usage
git clone https://github.com/firetix/vibe-coding-penetration-tester.git
cd vibe-coding-penetration-tester

python -m venv .venv
source .venv/bin/activate

pip install -r requirements.txt
playwright install

cp .env.example .env