Files
weval-l99/test_xss.sh
2026-04-20 04:35:29 +02:00

7 lines
238 B
Bash
Executable File

#!/bin/bash
curl -s -X POST https://127.0.0.1/api/weval-ia-full \
-H "Content-Type: application/json" \
-H "Host: weval-consulting.com" -k \
-d '{"message":"<script>alert(1)</script>","mode":"full"}' \
--max-time 30 | head -c 500