From 0ec87e5d513cb654b943fc62f610719751659866 Mon Sep 17 00:00:00 2001 From: Mehdi Date: Fri, 23 Aug 2024 17:17:41 +0330 Subject: [PATCH] Update writeups.md --- writeups.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/writeups.md b/writeups.md index 67f8b92..6ec941b 100644 --- a/writeups.md +++ b/writeups.md @@ -86,7 +86,15 @@ Token=28907420839252952&OrderId=51489803&TerminalNo=8521900539207&RRN=7438075480 ``` * Finally, the message of unsuccessful transaction is displayed to the user, but the **wallet is charged successfully**. - +## XSS on Chatbot +1. Recon on wildcard target `*.target.com` by `subfinder` and `httpx` +2. Find `https://support.target.com/robots.txt` and then open the `https://support.target.com/` and see a chatbot +3. Send `wearehackerone` +4. Then guess what, it take the HTML tag and **render** it into the box +5. Send `` + + +![chatbot-xss](https://github.com/user-attachments/assets/0f75b8a4-b890-41e0-b3e0-e17dc450c8cf)