Another Security Blog

A place to show my mad skills

TidBits Walkthroughs Resources Projects View on GitHub
3 March 2024

TidBit XSS

by C. Casquatch

I am wanting to complete the XSS room on THM but I am having to do about 5 pre-requisite rooms to complete it.


I’ve been meaning to complete some coding projects for cyber security purposes but have been procrastinating - this was a good way to push me into doing it. One of the rooms was JavaScript which provided a good resource here - JavaScript Tutorial (w3schools.com)

and I completed the array sorting challenge from that room: never mind the code at the bottom.

Photo1

Photo1

The next language room I completed for the XSS room was python. One project calculating shipping costs for packages and another project calculating bitcoin $$ in USD to create an alert.

Photo2

I think this was my favourite bit:

Photo3

tags: XSS - JavaScript