Need Help For Coding Level 1

Alphabetize

testing935
7 years ago

0

I need Your help guy

I’m locked at Coding Level 1
I test the dev console and I send “var words = document.getElementByName("words”).value ;
or “var words = document.getElementByName("word”).innerHTML[0];“
The textarea have not name or ID

and if even I amended the source HTML and add “name="word”“
No Result :-(

I’m in bad

How Can I hack This :-)

Thank for your help :-)

13replies
7voices
412views

0

I am very sorry but there is nothing like “document.getElementByName”
Read this section of JS again, and if its not working, check out error log, it always helps!
good luck! :)

ice94
7 years ago

0

do wiew page source and do “ctrl f ” after that write : Password and you have the password and the name

testing935
7 years ago

0

Heuuuuuu What ??

I’m in Coding Level 1

I think you are lost…

testing935
7 years ago | edited 7 years ago

0

NO FUCKING NAME OF THIS FUCKING TEXTAREA BALISE !!!

Who can help me for this level ??
please :‘(

loooool I’m very hopeless

wlingke
7 years ago

0

jquery is available…

testing935
7 years ago

0

Thank Wlingke !!!!

dlowrenz
7 years ago

0

Is the task requires only web scripting codes or not???

testing935
7 years ago

0

Hack this is a game on web security looooool
Use javascript :-)

Smyler [WHGhost]
7 years ago

0

You can use whatever you want, as long as it works. I personally used python, it was a great opportunity to learn.

testing935
7 years ago

0

Use Python ?? How can you use this language for this level ??

SIGKILL [r4v463]
7 years ago

0

You can use Python by writing a program with it…

And HackThis!! is not focused on web-based vulnerabilities, take a look at the section forensics, crypt, etc.

testing935
7 years ago

0

I’m not stupid I use python too
But I can’t say how use python for web ( except urllib x) )

I know but Hack this is playground for hack structure web site
and yes you can attack with other language that web language but this is more hard

Root me is a site for hack everything ( I think )

Smyler [WHGhost]
7 years ago

0

The requests package is very useful when working with web content, it’s as powerful as urllib, but is way easier to use in smaller programs. Using it, you can easily:
- Log into Hackthis with your credentials
- make a get request on the level’s page
- send back your answer with a post request.

HackThis!! is not only focused on web application hacking, as @r4v463 just said.

And javascript is far from being the best language for automated web vulnerability exploits: for example, it would be very stupid to use it to make a dictionary attack or to break a complicated captcha, when python would perfectly do the job.
I know some people solved some of the first captcha levels with js, but I don’t think anyone did for the last two levels, at least not alone.

You must be logged in to reply to this discussion. Login
1 of 14

This site only uses cookies that are essential for the functionality of this website. Cookies are not used for tracking or marketing purposes.

By using our site, you acknowledge that you have read and understand our Privacy Policy, and Terms of Service.

Dismiss