Hint for Waldo

Yea, feeling the headache on the privesc from the M account…

@HeiGou said:
Anytips for the initial foot hold. I think it is an injection attack but I cant figure it out

Need help as well. I found some interesting things in the .js file and I’m able to use them but I’m not very good with java so I can’t understand how to exploit them.

I found Waldo in the background image though, so that’s a plus.

@elio said:

@HeiGou said:
Anytips for the initial foot hold. I think it is an injection attack but I cant figure it out

Need help as well. I found some interesting things in the .js file and I’m able to use them but I’m not very good with java so I can’t understand how to exploit them.

I found Waldo in the background image though, so that’s a plus.

First is not Java, is JavaScript and second you don’t need to know anything about java or JavaScript to get anything.
You don’t even need the javascript files.
If you could use a proxy to see what is going when you add a new list or an item to the list…

@Relwarc17 said:

@elio said:

@HeiGou said:
Anytips for the initial foot hold. I think it is an injection attack but I cant figure it out

Need help as well. I found some interesting things in the .js file and I’m able to use them but I’m not very good with java so I can’t understand how to exploit them.

I found Waldo in the background image though, so that’s a plus.

First is not Java, is JavaScript and second you don’t need to know anything about java or JavaScript to get anything.
You don’t even need the javascript files.
If you could use a proxy to see what is going when you add a new list or an item to the list…

True, it’s JavaScript. My bad. I’m using Burp anyway, and the request the site makes is defined in the script, so I got it from there.

Hi. I can read files from www/html folder, list dirs and and write files, but I cant find a way to read other system files or write a file with an extension. Not so good with php, any hints?

@pkneca said:
Hi. I can read files from www/html folder, list dirs and and write files, but I cant find a way to read other system files or write a file with an extension. Not so good with php, any hints?

same…any hints?

read source, see what’s happening and try to bypass it :wink:

@etz21 said:

@pkneca said:
Hi. I can read files from www/html folder, list dirs and and write files, but I cant find a way to read other system files or write a file with an extension. Not so good with php, any hints?

same…any hints?

What can I say?
Enumerate more :wink:

I hate this machine and love it at the same time…better light the black candles and draw the <?php pentagram on the floor lol

I am stuck at prev esc , logged as M**(($(#$$ but nothing else

Been reading the php files trying to find a way to exploit them but not really seeing a way… can someone help out?

Able to read some system files … I see people using a M****** account , but i got nothing like M***** in “Home” Directory or “passwd”. Someone could give me an hint about it ?

Edit : Nevermind, found The guy :slight_smile:

Getting in is just about reading comprehension. Don’t just look at the text, read it.

Hint for root: There is a specific file that expresses a very weird behavior. Only capable and potent hackers can find out why.

I managed to read the files in the directory and might use 1 file to proceed but I seem to be stuck because of a certain filter (?) Could anyone give me a nudge?

SUID or not to be SUID? Privesc Hint Hint.

Fighting with OpenSSL format … Can someone give me a nudge in PM for Private key good formating ?

@Frey said:
SUID or not to be SUID? Privesc Hint Hint.

And we thought it was reddish-like. Nice box for privesc nevertheless

@CrazyFragzzz said:
Fighting with OpenSSL format … Can someone give me a nudge in PM for Private key good formating ?

Sanitize it a bit (check the text for some characters that should not be there).

@artikrh said:

@Frey said:
SUID or not to be SUID? Privesc Hint Hint.

And we thought it was reddish-like. Nice box for privesc nevertheless

@CrazyFragzzz said:
Fighting with OpenSSL format … Can someone give me a nudge in PM for Private key good formating ?

Sanitize it a bit (check the text for some characters that should not be there).

I Guessed that “Enter” is my worst Ennemy directly . Is it the only one ?

@CrazyFragzzz said:

I Guessed that “Enter” is my worst Enemy directly . Is it the only one ?

you can compare your output with what is should be, as you know which character can/can’t be used (due to the particular encoding).
I’d suggest using vi or sed, as it’ll make life easier