Hall Of Fame
The XSS Hall Of Fame
The C# Hacktool I create required a unprotected page to test XSS attacks. The page input uses PHP to store data in a format that can be read on the page output. Occasionaly people put some very entertaining/intereting XSS attacks in, and before I clean the output page, I will log my favourite examples here.
~2018 - Inital XSS
Using a closing tag of the div containign the password-protected element, unprotected text can be displayed
Xss1
~2020 - Large font text
Using a closing tag of the div containing the password-protected element,followed by a 'h1' tag.
Xss1
09/07/2020 - Autoply Rickroll Iframe
Using a 'iframe' element that had an autopaly feature, the output page now had a rickroll that played as soon as a user entered the website.
Xss3
~2020 - The Entire Markiplier Heist Series
Using the same 'iframe' trick, someone uploaded all 31 videos in Markiplier's heist series
Xss1
~2021 - My Little Pony Animated GIF Spam
This one was particularly entertaining. By hovering over 'XSS Attack' in the main menu, starshiplad.com becomes covered in
'My Little Pony' animated gifs. If someone wants to own up, I'd be very interested in how you did it x'D.
Xss4