wargames
You are not logged in.
hye guys am new here,k have a couple of questions,i got the password through telneting ,but what i cant understand is what kind of pasword it is,like is a hash ,and if so what is md5 md4 md2,and my other question lets say i go the password where do i insert it?
thx
Offline
The password is encrypted, not hashed. Look up encryption methods on google and try out different things. Also remember that this is only the first level, so it's probably not going to be that difficult. Good luck with it.
In answer to your second question:
Telnet to blowfish.smashthestack.org port 6666 to recieve an encrypted passwd. Decrypt it and log in to level2. ;) ssh -l level2 blowfish.smashthestack.org -p 2222 <-- pay attention port 2222 >;]
Offline
umm hi... just started this... when I try to telnet the window auto closes? it pops up for like half a second then closes the entire program??? help.
Offline
hexedh3art wrote:
umm hi... just started this... when I try to telnet the window auto closes? it pops up for like half a second then closes the entire program??? help.
My guess is you're doing this from Windows and running telnet directly from the RUN prompt off the Start Menu. Instead of typing telnet in the RUN prompt, type "cmd" without the quotations. This will bring up the command prompt. From here you can type telnet and when the connection auto-terminates you will still be able to view the output from the session. Once you have the information you need type "exit" without the quotes to close the command prompt.
Offline
mh wrote:
hexedh3art wrote:
umm hi... just started this... when I try to telnet the window auto closes? it pops up for like half a second then closes the entire program??? help.
My guess is you're doing this from Windows and running telnet directly from the RUN prompt off the Start Menu. Instead of typing telnet in the RUN prompt, type "cmd" without the quotations. This will bring up the command prompt. From here you can type telnet and when the connection auto-terminates you will still be able to view the output from the session. Once you have the information you need type "exit" without the quotes to close the command prompt.
er actually no i have vista which doesnt give telnet unless u enable it which i dont care to do so i use putty... like when i hit telnet and give it the host/port it will connect for all of half a second then close...
Offline
There's an option in Putty, "Close window on exit". Choose "never" then the window won't disappear when the connection is terminated.
Offline