Frolic

@Skunkfoot said:

@Phr33fall said:
No f***ing way this box should be a 20 pointer!

What difference does it make? It’s all for practice and learning anyway.

Agree. Don’t think about points. Just learn something new in HTB.

Got root. I had some gaps in knowledge so it took quite a while. The whole box is very CTF like and not anything that would happen on a real-life setup.

My tips:

  1. For user:

I found out that it is good to use multiple dirbusting apps, I used gobuster at the start and it did not find what I needed. Quite a bit of research is needed to get to the point where you can grab the user flag. This thread contains sufficient information to start with, google is your friend as always.

  1. For root:

Read the links in the thread and it’s a good idea to do the exercises in those links. For the actual exploit you need to find the thing that does not change and from there you can move up. I strongly advise setting up a local development box with the same OS.

I can see now why the box is only 20 points if you know your overflows it will be relatively simple. If anything I mentioned is a spoiler please remove!

PM for tips will try to help out

@ZeusBot said:
can anyone give me a hint. how to find credentials of color login?

Check your PMs

Well finally got user, now messing about with r** anyone know how to find function addresses without gdb?

@Skunkfoot said:

@Phr33fall said:
No f***ing way this box should be a 20 pointer!

What difference does it make? It’s all for practice and learning anyway.

Totally agree, but the points awarded normally relates to the level of difficulty of a box.

Those new to HTB could be discouraged if they chose this as their first box.

Finally got root. What a load of bullshit. Thanks @BoiteAKlou , @tobor , and @x00byte for the help.

rooted finally , many thank to @N30C0UNT , @x00byte, and @kecebong (and probably others that I forgot)

in a nutshell f*ck this machine

Is anyone privesc by format string ?
PM

@Phr33fall said:

@Skunkfoot said:

@Phr33fall said:
No f***ing way this box should be a 20 pointer!

What difference does it make? It’s all for practice and learning anyway.

Totally agree, but the points awarded normally relates to the level of difficulty of a box.

Those new to HTB could be discouraged if they chose this as their first box.

I think the “Difficulty” column relates to the level of difficulty a little more :stuck_out_tongue: But I get what you’re saying

@Skunkfoot said:

I think the “Difficulty” column relates to the level of difficulty a little more :stuck_out_tongue: But I get what you’re saying

I agree with both of you.

I think a lot of people new to HTB will try to start with this box because “its only 20 points, how hard can it be” and it is marked 5/10 (I thought it started out lower than that) with a lot of “easy” votes.

However, judging by the comments on this thread, questions I’ve been asked and the fact it took me nearly two days to get the first bit of code translation, I wouldn’t recommend this to new people. It isn’t a bad box, but there is a lot of it which is far from intuitive and not exactly what you’d expect from trying to own a box.

@TazWake said:

@Skunkfoot said:

I think the “Difficulty” column relates to the level of difficulty a little more :stuck_out_tongue: But I get what you’re saying

I agree with both of you.

I think a lot of people new to HTB will try to start with this box because “its only 20 points, how hard can it be” and it is marked 5/10 (I thought it started out lower than that) with a lot of “easy” votes.

However, judging by the comments on this thread, questions I’ve been asked and the fact it took me nearly two days to get the first bit of code translation, I wouldn’t recommend this to new people. It isn’t a bad box, but there is a lot of it which is far from intuitive and not exactly what you’d expect from trying to own a box.

Yeah I agree, I would definitely send them to something like Jerry over this box to start out with

Yeah, not the best starter box. Think it should be worth more than 20 points just for the useless / ridiculous steps to user. First box I’ve seen where :+1: / :-1: is staying pretty steady at 50/50.

All 1000 scanned ports on 10.10.10.111 are filtered

This just happened all of a sudden. Reset requested. Somebody’s playing around?

edit. Never mind. It was just my VPN that dropped. :smiley:

That looks like a problem on the box unless its a UDP scan.

I’d rescan and if you get it again, reset the box.

Finally, after three days of messing around, I got root thanks to @N30C0UNT for the help.

Got root… Awesome box. Thanks @TazWake __________________-----

I decoded all the code and got this word idk********. What do i do with ? And how do I get cred for red?

Try to login with that.

Looking for priv esc now…
Edit:Rooted…

O> @Divyanshu said:

I decoded all the code and got this word idk********. What do i do with ? And how do I get cred for red?

I am in the same boat as you! The server is vulnerable to a certain user enumeration vulnerability. I have confirmed the existence of 2 usernames I uncovered during the enumeration of another service. This idk******** word does not seem to work against the web service or the shell service. HALP!