Official Spectra Discussion

@GHOSTanonymus said:

idk how to start new thread bro pls give me some contact to contact u

On the main page on the bottom right is a button you can use to create a new discussion.

You can message me on this. If you want to send a direct message, click on my name and send me a message. I am not sure how contacting me in different ways from asking questions on the forum will help though.

Fun box. Managed to root without any enum tool which is a first for me.

Struggled a bit to get user, but root was a complete piece of cake (<60sec); I’m curious if there was any other way with the n**e.*s stuff on the box?

Hi, may I message someone for some help on the initial foothold? Have found something but stumped on where to go from there.

Foothold: The usual web pentesting tools will basically point out anything you need. But the info is also pretty obvious. The way to get a shell is very generic and well documented in countless articles.

User: Really a lot of stuff to look through. Yes, you can run scripts if you play around a bit and some of them might help a bit. It’s a bit of a paperchase unless you just stumble on it by accident.

Root: Very basic enum and then google what you found

Rooted - thanks for the fun box.

Took me way longer than I care to admit to find the info I needed for user.

Type your comment> @sicario1337 said:

Type your comment> @baegmon said:

Is the box glitched for anyone else? I have root but I can’t see anything in the root directory even after a reset.

Thats probably because you are in the docker as root and not the host… try running “hostname” to confirm…

Definitely wasn’t the problem, tried it again after a couple days later and this time root.txt was found… idk

I’m still having problems with this box… I’ve reset it a couple times, still the issue persists.

I logged into the website, and I’m trying to edit files to gain a shell, however, it will not let me update any php files, whether in the theme editor or if I try to edit plugins. I keep getting this error:

“Unable to communicate back with site to check for fatal errors, so the PHP change was reverted. You will need to upload your PHP file change by some other means, such as by using SFTP.”

My research has shown that the issue is usually caused by plugin conflicts, or editing other setup/config files… However I’ve not edited anything, and plugins are deactivated by default. I even had a friend start the box the same time I did, they rooted it, and I’m here stuck with errors. Super frustrating knowing what and how to do what I need to do, but not being able to because I don’t know how to get around this error. Never had an issue before when it comes to editing a WP file to gain shell access…

Any help would be appreciated…

Type your comment> @quantumtheory said:

snip

I too had issues with this step. I believe others have had luck with a Framework, but I found a pretty cool script on GitHub that made the plugin for me and spun up a multi-handler listener :slight_smile:

Type your comment> @quantumtheory said:

I’m still having problems with this box… I’ve reset it a couple times, still the issue persists.

I logged into the website, and I’m trying to edit files to gain a shell, however, it will not let me update any php files, whether in the theme editor or if I try to edit plugins. I keep getting this error:

“Unable to communicate back with site to check for fatal errors, so the PHP change was reverted. You will need to upload your PHP file change by some other means, such as by using SFTP.”

My research has shown that the issue is usually caused by plugin conflicts, or editing other setup/config files… However I’ve not edited anything, and plugins are deactivated by default. I even had a friend start the box the same time I did, they rooted it, and I’m here stuck with errors. Super frustrating knowing what and how to do what I need to do, but not being able to because I don’t know how to get around this error. Never had an issue before when it comes to editing a WP file to gain shell access…

Any help would be appreciated…

Find my post here , it has a hint on what you are struggling on :smile:
PM if it feels too cryptic

@baegmon said:
Type your comment> @sicario1337 said:

Type your comment> @baegmon said:

Is the box glitched for anyone else? I have root but I can’t see anything in the root directory even after a reset.

Thats probably because you are in the docker as root and not the host… try running “hostname” to confirm…

Definitely wasn’t the problem, tried it again after a couple days later and this time root.txt was found… idk

Strange … Glad it worked later :smile:

i ssh into the box as k*** with a found password, i got directly into root, my guess is that thats not the intented way, please dont break the machines too much :neutral:

Enjoyable box. I did go for a simple, “automated” path to foothold because I was really frustrated after a day failing to get anywhere on tentacle, but it does look like there are a few ways to get a foothold which is pretty cool.

Privesc was nice and you don’t see it very often here but google is your friend.

Rooted! Nice box, spent too much time in the foothold part, I felt so stupid when I realized that what I needed was literally under my nose.
Did manage to get a shell without M*F but with a “classic” approach (google is your friend).
User I initially overlooked the output of enumeration tool, but with a deeper look spotted what I needed.
Root part is easy but I learned something new that I didn’t know.

Rooted, great box:) My hint : do not think overcomplicated, basics enums and searches will give you the root.

finally rooted! great box. took me some time for user due to the unusual OS but the green vegetable did help. path to root was new to me. probably easy to someone who is familiar with this functionalities. unfortunately it looks like someone already put up an indirect writeup for root on the net (it doesnt say explicitely so but the screenshots are a kind of an obvious giveaway) and using google will show it as one of the first hits.

Type your comment> @h0l1st1c4l said:

finally rooted! great box. took me some time for user due to the unusual OS but the green vegetable did help. path to root was new to me. probably easy to someone who is familiar with this functionalities. unfortunately it looks like someone already put up an indirect writeup for root on the net (it doesnt say explicitely so but the screenshots are a kind of an obvious giveaway) and using google will show it as one of the first hits.

Unfortunately yes, I fell into this trap, but I don’t consider it as “cheating”, because the article explains how the privesc works. I would have learned something :wink:

Type your comment> @UVision said:

Type your comment> @h0l1st1c4l said:

(Quote)
Unfortunately yes, I fell into this trap, but I don’t consider it as “cheating”, because the article explains how the privesc works. I would have learned something :wink:

I guess it is a bit of a greyish area in this particular case. It is similar to looking up things in e.g. gtfobins.

Type your comment> @h0l1st1c4l said:

Type your comment> @UVision said:

Type your comment> @h0l1st1c4l said:

(Quote)
Unfortunately yes, I fell into this trap, but I don’t consider it as “cheating”, because the article explains how the privesc works. I would have learned something :wink:

I guess it is a bit of a greyish area in this particular case. It is similar to looking up things in e.g. gtfobins.

I agree.

Rooted :slight_smile:
Thanks to @egre55 for this box. Learnt new stuff and definitely put my programming skills to good use :slight_smile:

Foothold

So, you know what it is. Look in every crack and hole. You need to get the interesting thing in a specific place.

User

Just more of the same, read every thing, your usual enumeration.

Root

Actually pretty fun to be honest, new for me personally.
See which groups you’re in and check what kind of files can you play with.
Do your usual enumeration and once you put the pieces together and find the files to play with, play with them, but be quick. You don’t have all day.
Once you realize a way to execute commands you’ve basically got endless ways of escalating privileges.

My DMs are always open for nudges or discussion about the machine :slight_smile:

Salveeee galera, box massa para ensinar a testar tudo o que você realmente encontra.

Usuario: um pouco complicado mas não é dificil
Root: um dos mais faceis até hoje

Qualquer ajuda , só mandar PM