Tiktok XSS
This exercise can be found under Kontra
Per cyberpoint’s research on Tiktok, XSS vulnerability was found that could allow motivated threat actors to gain an access to adversaries’ Ad campaigns via reflected XSS.
XSS Exercise
We were introduced to a fake website called TikTik and we wanted to exploit search function to route an employee of targeted news company to a fake phishing page so we can have access to their password and get Ad campaign data of targeted company.
We find help page (https://ads.tiktik.com) and find that search fuction has a reflected XSS within the search term. It echos back input by WebApp in response (?q=xxx). We used following payload:
and sent a email to employee to have them click on link but be routed to crafter site.
In order for this attack to happen, attacked must own fakewebsite domain and have a public accessible server.
The server containing website can use the following command to run server and show connection logs:
Ones targeted user uses username and password on phishing site, we gain username and password through web server’s logs.
Last updated