No Color
Hi every one have read other post about this level but can’t see same problem me.
Have exactly that in case but whit no color can’t completed the level.
What can i do to recovery colors ?
Thank’s …
Signature in for Mc Donald 1o1
Thank you dloser ;)
But have just added some letter and some caracter whit no space for sure at this and have what i want: same in box but incompleted.
I don’t know where i’m wrong but i know i’m wrong.
Signature in for Mc Donald 1o1
10 years ago
0
You might want to try that in couple of other browsers just to see how the output is displayed in each browser.
Signature in for Mc Donald 1o1
Signature in for Mc Donald 1o1
Thank you Chezare but i have try some changes but that doesn’t work
I don’t think it’s Spoiler cause that don’t work
My input is that
<script>alert(‘HackThis!!’);</script>
My output :
If i change for that change little the color or maybe the format but always same result ; No good !!!
Sure have try all leters and caracters and numbers !!! almost :P
Signature in for Mc Donald 1o1
Try to figure out what the filter is actually doing. That should make it clear(er) what needs to be done. Check the source for the actual output; it’s not about the rendered output.
Also, something not working doesn’t mean it cannot be a spoiler. At least put spoiler tags ([ spoiler ]…[ /spoiler ], no spaces here too :p) around your input.
thank you dudes !!!
Now I know what to do for my spoiler input;)
Now i have to pass this level whit your help i think, OK ,i’m try to understand what going on between my input and the output !!!
Signature in for Mc Donald 1o1
I don’t think that the token is relevant.
From what i know, the token is used to help protect against CSRF(Cross Site Request Forgery) attacks.
undeundetectedtected
Have see this about 100 times in forum but maybe i’m to dumb for underunderstandstand :)
Signature in for Mc Donald 1o1
yep !!! i love this website but that not my way to learn cause have a picturememory and here i’m lost now !!! i’m learning python and you have for learnong to cause is forforcedced !!! hihihihi good luck dude…
Signature in for Mc Donald 1o1
You don’t need the colors you just have to do alterations until you get it right. I had that script in the output but didnt work. I Tried many times with different techniques until I got it right.
A beginner practices until he gets it right, a professional practices until he can’t get it wrong!
Contrary to what has been said, this level is a “real-world scenario” and not simulated. The goal is to have code executed, so the output has to be such that your browser does indeed show an alert message. The goal is not to have the target code (with or without colours) shown on the page.
As I said before, figure out what is actually happening. Try various inputs and see what the output is. It should be pretty clear what happens. Once you know what happens, play with that to use it to your advantage.
@dloser
When I said that the level is simulated, I meant that the answer is simulated.
Any javascript code that is still valid after filtering will run successfully,but the website will not accept it as an answer.
And the goal isn’t to execute js code,it is to execute the supplied js code
Well, I’d say the main goal is to execute code, but, for the sake of being able to check the solution easily, specific code is required. In other words, the essence is not in being able to get the exact output, but in being able to exploit the filter.
Simulation is when instead of actually executing (vulnerable) code, you execute some (safe) approximation (e.g. nothing but a simple check on the input). In this case the vulnerable code is really executed. That the solution is verified with a simple check afterwards is not sufficient to call it simulated.
Signature in for Mc Donald 1o1