Have you noticed it?
Short speech: Let’s roam Real Level 6.
I noticed that my progress bar had reduced from ###94% to ###91% this morning so I checked Levels and Medals section. Voil have fun! ;)
Wooooooow I’m impatient to have a look at it! Thanks @flabbyrabbit !! :D
Also, did you notice the people in the About section are real? Cool…
Sorry if that sounded stupid.
All your karamas are belong to us.
Don’t post answers on the forums!
Search other forums before making new threads called “help” !
10 years ago
0
And have you noticed that main level 10 is between level 1 and level 2 ? :p
Thank you for real 6 flabby :)
Don’t post answers on the forums!
Search other forums before making new threads called “help” !
I was thinking that since “This level is not simulated and is reliant on a number of supporting systems.”, maybe one of those systems would be an automated browser that rendered javascript, making xss the way to go. I did find a way to set up a cookie stealer, but there were no cookies caught :(.
So with that I’m pretty much back to square one…
print(", ".join([str(x) for x in range(1,100) if not [y for y in range(2, x) if x%y==0]]))
10 years ago
2
@Fireshard there have been some solvers. @dloser has solved it for example, and I’m making progress :)
Morning all :)
There have been 2 people complete the level so far. One being me and the other being @dloser. However the solution has since been tweaked to make it a little more tricky
Have fun
Nicely done, guys! I was thinking XSS as well…But I’m not exactly sure how to do it. I can’t seem to find a XSS vulnerability anywhere. I’ve tried several suggestions from OWASP to get my XSS to be valid, but it didn’t work. I’ve abandoned it for the day, since i really must be working on my diploma paper, but i’ll be back to it asap :)
Happy “hunting!”
Also, @flabbyrabbit , will we get another level discussion forum? :)
Don’t post answers on the forums!
Search other forums before making new threads called “help” !
10 years ago | edited 10 years ago
0
I can get simple alerts working, cookie stealers kinda, I can even run a small csrf, but I’m piecing together the bigger puzzle now :) I’m also taking time out for a while ;)
Nice! Now I have something to waste my free time. Thanks @flabbyrabbit!
10 years ago
0
It’s happening again. I am not sure whether it was fixed before or not. But again the numbers are getting incremented as soon as the post is added.
Sorry if that sounded stupid.
All your karamas are belong to us.
What is causing that to happen is line #204-208 of comments. js
var $responses = $('#comments > h2');
var tmp = $responses.text().replace(/(\d+)+/g, function(match, number) {
return parseInt(number)+1;
});
$responses.text(tmp);
It matches any number in the h2 tag and increases them by one, instead of only the “x responses” part. This increase only happens for the poster, and is only there until the page is reloaded.
I made an issue on github about it, https://github.com/HackThis/hackthis.co.uk/issues/133 :).
Edit: and it should now be fixed.
print(", ".join([str(x) for x in range(1,100) if not [y for y in range(2, x) if x%y==0]]))
Real Level 6 discussion thread has been opened. I am closing this thread now. See you in there. ;)