Forum Discussion
Human Connection Challenge: Season 1 – Web Exploitation - XSS
- 7 months ago
For the XSS, I would recommend you to test all of the available fields, one of them is the one and you should see the token in the same page, if it redirects to the main page, then that was not the correct field. Tip, try your script in all the fields at the same time!
Directory Traversal, you need to find a url with something like /test?field=something.txt, this could be an indicate of path traversal.
For SQL, only extract data is possible no modifications are allowed.
Having solved the XSS: Really a rabbit hole.
- miclib7 months ago
Bronze II
Every lab has to have at least one. Otherwise they'd be boring.
For me, to crawl out, I read an article about reflective XSS where it mentioned the types of urls to look for, in order to find a compromise. Burpsuite happened to be open and there it was staring me in the face. Doh.