• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

try2hack hacking game

Page 3 - Seeking answers? Join the AnandTech community: where nearly half-a-million members share solutions and discuss the latest tech.
Originally posted by: Karaethon1
Originally posted by: hevnsnt
ok.. 1 hint on level 3 --- look near metatags

Comparing the source of level 2 with level 1, the only difference I see is:
"<script src="JavaScript"></script>"

So apparently the file is called JavaScript, but I can't find how to access it from the website...

stuck here in the same spot
 
Originally posted by: damiano
Originally posted by: Karaethon1
Originally posted by: hevnsnt
ok.. 1 hint on level 3 --- look near metatags

Comparing the source of level 2 with level 1, the only difference I see is:
"<script src="JavaScript"></script>"

So apparently the file is called JavaScript, but I can't find how to access it from the website...

stuck here in the same spot

maybe it didnt give it away.. lol



Hahah Level 4 was cool. Onto 5! 😀

 
Originally posted by: Intake77
Originally posted by: damiano
Originally posted by: Karaethon1
Originally posted by: hevnsnt
ok.. 1 hint on level 3 --- look near metatags

Comparing the source of level 2 with level 1, the only difference I see is:
"<script src="JavaScript"></script>"

So apparently the file is called JavaScript, but I can't find how to access it from the website...

stuck here in the same spot

maybe it didnt give it away.. lol



Hahah Level 4 was cool. Onto 5! 😀

ok..
I was being stupid and didn't know how to type...
getting to level five as well...
doesn't look so hard..
a tip for you boys...

mocha

😀
 
Originally posted by: Karaethon1
Originally posted by: hevnsnt
ok.. 1 hint on level 3 --- look near metatags

Comparing the source of level 2 with level 1, the only difference I see is:
"<script src="JavaScript"></script>"

So apparently the file is called JavaScript, but I can't find how to access it from the website...

Thanks for the HUGE hint. 🙂.
 
Originally posted by: Intake77
damiano already provided one.

could you break it already?
I'm kinda stuck..plus i'm working so I can't concentrate 100%

edit:
I guess we need to break: "THIS"
boolean flag = false;
for (int i = 1; i <= totno / 2; i++)
{
if (txtlogin.getText().trim().toUpperCase().intern() == inuser[2 * (i - 1) + 2].trim().toUpperCase().intern()
&& txtpass.getText().trim().toUpperCase().intern() == inuser[2 * (i - 1) + 3].trim().toUpperCase().intern())
 
Originally posted by: simms
Is it just me, or can I just load the lvl 3 page once? I'm trying to view the source but I can't.. it'll fwd me to disney.com.

gotta be clever then dont ya? 😛
 
😉 found that easy.. I made a stupid typo in the URL box and couldn't figure out why Javascript didn't exist... JavaScript did exist. 😉
 
Originally posted by: damiano
Originally posted by: hevnsnt
Originally posted by: simms
what do you use to view class items? if i use notepad it's just regular lbl and txt source.


try google.. thats how I decompiled it.

see my help above 😀

i finally got it...
piece of cake 😀
those who got it as well will understand
 
Back
Top