#site-support
1 messages Β· Page 173 of 1
how
yeah but i couldve done my password wrong
and im trying to get the email
so yeah i dunno whats wrong
i managed to do it
i dont need help anymore
@eager fulcrum Sorry for the delay in response. In the vm i recently uploaded, I completely blew away the firewall to eliminate that as a possibility. I finally managed to get a ping, but the connection is pretty spotty. I paid for the subscription, just to see what the increased resources would do, and even though it bumps the ram from 512mb to 1gb, it still walks a snails pace, taking 4-5 minutes to process a remote cmd prompt.
That could just be your connection.
possibly, I am sitting currently at about 300mbps down and 35 mbps up with 11ms latency. Though I guess it does depend on where the west coast servers are located.
The VM still deploys in Ireland.
hi i need help
my openvpn connection drops and cannot connect back to VPN until i restart my machine thus from last two weeks am stuck on one room. i cannot proceed. i have also changed and downloaded configuration but still it doesn't work.
this is what i get when i try this command
#sudo openvpn /home/kali/Downloads/cyberbits.ovpn. to reconnect but it creates another tunnel again and again.
-----RTNETLINK answers: File exists
Wed Jul 15 13:11:29 2020 ERROR: Linux route add command failed: external program exited with error status: 2
Wed Jul 15 13:11:29 2020 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
Wed Jul 15 13:11:29 2020 Initialization Sequence Completed------
i have also tried these commands to overcome with this problem but none of these worked for me.
#sudo systemctl stop openvpn@server
#sudo systemctl enable openvpn@server.service
#sudo systemctl start openvpn@server
#openvpn --rmtun --dev tun2
#ps aux | grep openvpn
#killall openvpn
!multivpn
Make sure you have setup your VPN connection correctly https://tryhackme.com/room/openvpn
Type ps aux | grep openvpn into your terminal and press enter
If there's more than one line (that don't start with "grep" or sudo), do the following steps
Type sudo killall openvpn into your terminal and press enter
Start the VPN with sudo openvpn <path-to-config>
You shouldn't be using the OpenVPN systemd service
i tried these 2 commands grep and kilall but i still get these
root 2341 0.0 0.0 8544 4224 pts/0 T 12:41 0:00 sudo openvpn /home/kali/Downloads/cyberbits.ovpn
root 2342 0.0 0.1 9908 7176 pts/0 T 12:41 0:00 openvpn /home/kali/Downloads/cyberbits.ovpn
root 2710 0.0 0.0 8544 4168 pts/0 T 12:59 0:00 sudo openvpn /home/kali/Downloads/cyberbits.ovpn
root 2711 0.0 0.1 9908 7016 pts/0 T 12:59 0:00 openvpn /home/kali/Downloads/cyberbits.ovpn
root 2877 0.0 0.0 8544 4260 pts/0 T 13:07 0:00 sudo openvpn /home/kali/Downloads/cyberbits.ovpn
root 2878 0.0 0.1 9908 7004 pts/0 T 13:07 0:00 openvpn /home/kali/Downloads/cyberbits.ovpn
root 3072 0.0 0.0 8544 4264 pts/0 T 13:10 0:00 sudo openvpn /home/kali/Downloads/cyberbits.ovpn
root 3073 0.0 0.1 9956 6936 pts/0 T 13:10 0:00 openvpn /home/kali/Downloads/cyberbits.ovpn
root 4862 0.0 0.0 6068 896 pts/0 S+ 13:37 0:00 grep openvpn
still not working
let me show you the complete error
Wed Jul 15 13:41:45 2020 OpenVPN 2.4.9 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Apr 21 2020
Wed Jul 15 13:41:45 2020 library versions: OpenSSL 1.1.1g 21 Apr 2020, LZO 2.10
Wed Jul 15 13:41:45 2020 Outgoing Control Channel Authentication: Using 512 bit message hash 'SHA512' for HMAC authentication
Wed Jul 15 13:41:45 2020 Incoming Control Channel Authentication: Using 512 bit message hash 'SHA512' for HMAC authentication
Wed Jul 15 13:41:45 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]34.253.19.14:1194
Wed Jul 15 13:41:45 2020 Socket Buffers: R=[212992->212992] S=[212992->212992]
Wed Jul 15 13:41:45 2020 UDP link local: (not bound)
Wed Jul 15 13:41:45 2020 UDP link remote: [AF_INET]34.253.19.14:1194
Wed Jul 15 13:41:45 2020 TLS: Initial packet from [AF_INET]34.253.19.14:1194, sid=2cdc7144 4b554ec8
^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[B^[[BWed Jul 15 13:41:46 2020 VERIFY OK: depth=1, CN=ChangeMe
Wed Jul 15 13:41:46 2020 VERIFY KU OK
Wed Jul 15 13:41:46 2020 Validating certificate extended key usage
Wed Jul 15 13:41:46 2020 ++ Certificate has EKU (str) TLS Web Server Authentication, expects TLS Web Server Authentication
There are no errors there
Wed Jul 15 13:41:46 2020 VERIFY EKU OK
Wed Jul 15 13:41:46 2020 VERIFY OK: depth=0, CN=server
Wed Jul 15 13:41:47 2020 Control Channel: TLSv1.3, cipher TLSv1.3 TLS_AES_256_GCM_SHA384, 2048 bit RSA
Wed Jul 15 13:41:47 2020 [server] Peer Connection Initiated with [AF_INET]34.253.19.14:1194
Wed Jul 15 13:41:48 2020 SENT CONTROL [server]: 'PUSH_REQUEST' (status=1)
Wed Jul 15 13:41:48 2020 PUSH: Received control message: 'PUSH_REPLY,route 10.10.0.0 255.255.0.0,route-metric 1000,route-gateway 10.11.0.1,topology subnet,ping 5,ping-restart 120,ifconfig 10.11.12.255 255.255.0.0,peer-id 94'
Wed Jul 15 13:41:48 2020 OPTIONS IMPORT: timers and/or timeouts modified
Wed Jul 15 13:41:48 2020 OPTIONS IMPORT: --ifconfig/up options modified
Wed Jul 15 13:41:48 2020 OPTIONS IMPORT: route options modified
Wed Jul 15 13:41:48 2020 OPTIONS IMPORT: route-related options modified
Wed Jul 15 13:41:48 2020 OPTIONS IMPORT: peer-id set
Wed Jul 15 13:41:48 2020 OPTIONS IMPORT: adjusting link_mtu to 1625
Wed Jul 15 13:41:48 2020 Outgoing Data Channel: Cipher 'AES-256-CBC' initialized with 256 bit key
Wed Jul 15 13:41:48 2020 Outgoing Data Channel: Using 512 bit message hash 'SHA512' for HMAC authentication
Wed Jul 15 13:41:48 2020 Incoming Data Channel: Cipher 'AES-256-CBC' initialized with 256 bit key
Wed Jul 15 13:41:48 2020 Incoming Data Channel: Using 512 bit message hash 'SHA512' for HMAC authentication
Wed Jul 15 13:41:48 2020 ROUTE_GATEWAY 192.168.45.2/255.255.255.0 IFACE=eth0 HWADDR=00:0c:29:81:f7:2a
Wed Jul 15 13:41:48 2020 TUN/TAP device tun4 opened
Wed Jul 15 13:41:48 2020 TUN/TAP TX queue length set to 100
Wed Jul 15 13:41:48 2020 /sbin/ip link set dev tun4 up mtu 1500
Wed Jul 15 13:41:48 2020 /sbin/ip addr add dev tun4 10.11.12.255/16 broadcast 10.11.255.255
Wed Jul 15 13:41:48 2020 /sbin/ip route add 10.10.0.0/16 metric 1000 via 10.11.0.1
RTNETLINK answers: File exists
Wed Jul 15 13:41:48 2020 ERROR: Linux route add command failed: external program exited with error status: 2
Wed Jul 15 13:41:48 2020 WARNING: this configuration may cache passwords in memory -- use the auth-nocache option to prevent this
Wed Jul 15 13:41:48 2020 Initialization Sequence Completed
end.
You're still running multiple VPN connections
And until you fix that, we can't help
@wraith pebble sudo killall -9 openvpn
Disable/kill all your openvpn services, restart the machine, and try the above steps from scratch.
gotta kill it extra good just to make sure
@barren birch still my connectio is crying π
@naive dust i killed it and hanged it several times
One or other of those will suffice π
@barren birch They have the systemd openvpn unit enabled still
Or better yet https://github.com/tryhackme/openvpn-troubleshooting
Use that
@barren birch They have the systemd openvpn unit enabled still
@eager fulcrum Aye, but restarting will also kill the openvpn services
Hence doing that too is overkill
Restarting won't disable it tho
Why are we trying to disable the OpenVPN service?
because they shouldn't be using it!
am walking in a loop of restarting and again lossing connection since two weeks
because the service is if you want it to connect automatically
Rather than connecting manually
Ooh, I've just read back a bit
Yes, kill that
Sorry James -- didn't realise they'd activated it like that
You can use the service, but you have to know what you're doing. I've used it for some projects. It's better to connect manually if you're actively using the machine.
root@kali:/home/kali/Downloads# ./thm-troubleshoot
[+] Stable internet connection
[+] OpenVPN is installed
[+] tun0 exists
[+] tun0 IP is in the correct range
[+] Only one instance of OpenVPN is running
[+] Confirming connectivity
[+] Connectivity checks completed!
[+] You are connected to the TryHackMe Network
Your TryHackMe IP address is: 10.........
Happy Hacking!
but when i check ping result
root@kali:/home/kali/Downloads# ping 10.10.220.88 -c3
PING 10.10.220.88 (10.10.220.88) 56(84) bytes of data.
--- 10.10.220.88 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2048ms
Not all machines respond to pings
10.10.75.202 try that IP, and opening it in your browser
Then you are connected to the VPN
do you think Steel Mountain room having connection issue?
No, it probably doesn't respond to pings as it is Windows
You do not share your VM with anyone else
When you click deploy, it creates a VM
When you terminate, that VM goes away forever
π©
if i subscribe with a voucher, can I apply additional vouchers to extend my sub before it runs out, or do i have to wait until it expires?
You have to wait (for now)
The sub extension feature has been requested, and I'd like to see it implemented personally
Might be one we get after Networks
thanks
How can I give myself root on my own kali vm?
Wrong channel
where would I put it
You aren't googling very hard
That's old kali
Do your research
Doesn't go here.
hey, im wanting to change my username. Do i need to email support@tryhackme.com or is it another email address?
Muir can't do it
is that the right email address?
It is
ok thank you
I can't seem to connect to my kali box
Why not exactly
it says connected to guacomole but fails to connect to the box
through the browser
can i just paste it here?
Yes
And you've tried redeploying the machine right?
?
maybe it was just reallllllly slow to boot
Has it loaded..?
i get this, if i click "ok" i get a login window. if i use the password indicated on the right, it shows me this message again
@deep trellis I have seen this a few times now
finally James is here
Yeah we've identified the problem & @vapid dawn has the fix (just need to make it live)
is there a workaround until then?
SSH or RDP
THM in-browser machine does not work if spawned in the US. Infinite "connecting to Guacamole" loop. Works normally if the machine is spawned in the UK. I tried spawning a US machine about 8 hours or so ago as well and same issue. Client side or server side?
I think this is the known issue shown above?
@round orchid Can I ask if you deployed in the US or EU?
Anyone know how long it takes to get the password reset link?
sorry just saw this (https://discordapp.com/channels/521382216299839518/521771811768107008/733059065013469256) i was deploying to the US
i had better luck with EU
Yep, ok so that's what the bug probably is then
Hey o/ @naive dust welcome to THM
We have a room dedicated to helping you get started with OpenVPN and the infrastructure here
!vpn
Certainly the place for learning I'll give you that (:
Hehe no worries!
This is place for any issues you come across relating to the vpn, etc (:
#room-help is for guidance on rooms
Ah thank you
I hope i learn alot about ethical hacking
So this will be me connected now?
π
Anytime! There's tonnes of free content on here to help you get started. I recommend the RP Series i.e. RP Nmap, RP Metasploit
To check if you're connected, check https://tryhackme.com/access
That looks about right to me!
!vpn
The OpenVPN room will have an instance that you can deploy to confirm @naive dust
Yep im all connected now thank you guys so much this means alot
Consider that your first flag that you can get ^^
(no idea if im allowed to show this stuff thats why its been blurred, drawn on but After this, where Would i go?
(sorry im being stupid or annoying any of you)
Not at all, it's all good (:
Once you're connected, you have free reign of the site more or less
So should i head over to LEarning Paths?
Start with Learn Linux I guess?
[..] There's tonnes of free content on here to help you get started. I recommend the RP Series i.e. RP Nmap, RP Metasploit
If you're looking to start getting into ethical hacking and have some experience with linux, if not. Learn linux is a very good starting point
So this whole website is to help (newbies) like me or more people who know learnethical hacking?
More or less yes
(ive just learned about this website)
^
Cater to both audiences. Very good platform for learning, plenty of content to practice your skills on
You'll find your feet and know what's relevant to you or not pretty soon I'm sure (:
ive always been into ethical hacking I just didnt know where to start
Your all so nice, thank you so much! (:
Just remember to keep learning and try hard! (And if you get stuck, try harder)
Well here we go - no time like the present π
And don't be afraid to ask for help!
The last coding discord - something like this I was sworn at for DMing people because i didnt want to flood the chat with help, they didnt really wanna explain stuff either
but im sure that was just a phew odd people not the discord
Yeah, don't DM people here (not without asking first), but do feel free to ask for help π
The last coding discord - something like this I was sworn at for DMing people because i didnt want to flood the chat with help, they didnt really wanna explain stuff either
@naive dust Don't dm people without asking first here either π You can ask all you want in the channels, it's not flooding
We don't mind being spammed with questions π
Hou tu heck @feral dock ?
I wont DM I always ask first in a channel then after me flooding a stupid amount ill dm the person whos helping "Hey do you mind if I can DM instead of flooding the channe;s" But i wont do that here (:
Thanks for being so nice
The Discord is the best place for it. That way, other people who may feel the same also realise that other people are also stuck in the same place
As long as they're all okay with it, that works fine too @naive dust (:
Ive came across 2 types of people ones who like helping others and the ones who think they know too much to be talking to a beginner
Hopefully you won't find too many of the latter herer ^^
Also don't confuse the second type of people with people who ask you to do your own research π
Also, never feel like you're the odd one out if you get stuck or not sure what to do. It happens to all of us
Also don't confuse the second type of people with people who ask you to do your own research π
@vernal ruin I always try re-search to the best I can before coming into a discord and asking for help
Even the pros get stuck sometimes, or overlook the smallest things
This is one of the nicest discords ive ever joined
Im gonna go learn some linux now, thank you all so much for the help
hf hf ^
@naive dust You can leave this channel for tech support now and move to #general if you want to continue our nice little chat π #room-help is for help with rooms and also read the rules and have a happy stay π
Ahh, im back but this would be the MachineIP Correct?
Nope, that would be the IP address assigned to you within TryHackMe. Youd use this if you're using reverse shells, or downloading files from yourself onto a instance
The IP address will be contained within a card within the room that you deploy it from
If a room has an instance, there'll be a green "Deploy" button will spin up an instance dedicated to you
Yeah, this is a room
That's it!! So where you seen the green icon on the right of the tasks, that indicates there's a deployable instance
Hey I have a question
Go ahead
when I log in
Looks good!
im using the in browser machine
That's it (: @naive dust
Yay thank you! (:
and it gives me a connection error every time I try and log in
Send a screenshot π€
Can anyone halp me with setting up openvpn in a kali linux virtual box machine
Yeah
!vpn
ok thanks ill try
Known bug at the moment, redeploying the instance is the only fix at the moment (It's been fixed in dev but waiting for it to be pushed onto the live site) @random light
oki thanks
oki thanks
@random light What region did you deploy in? US?
Might take once or twice at the moment
any issue with the webgramming room ? Server deployed for almost 10 min and the port 19001 required for the first task is still closed
Nevermind, it just needed some time, works fine
@north gust What OpenVPN server is giving you a 404?
Hi, i get a 404 when i am trying to download the OpenVPN configeration file. Can somebody help?
When i try to download the file from the access page.....
Send a screenshot of the whole page(where you are trying to download the config file)
Can you screenshot the whole /access page
Like this, I'm trying to see which VPN Server you're on.
It's loading forever not connected yet....
@north gust Okay - can you just tell me what VPN server you're on. It will say on the /access page on the right hand-side.
I need to know that VPN server to identify the problem.
hey guys i'm doing learn linux room .. i stopped yesterday at task 14. now i am continuing it .. so signed on PuTTY with shiba2@(the ip adrress given) .. and my vpn is on and everything is set as it should be. but it gives me an error (connection timed out)
@undone ore The machine does expire - so you might have to redeploy the machine?
i did re-deploy it. it's even from another computer
@deep trellis Where can i see that?
@deep trellis and a different machine ip.
Where can i see that?
@north gust Please screenshot the /access page, its shown under the "Switch your VPN" card.
Screenshot the card to the right
This one
@deep trellis and a different machine ip.
@undone ore Try restarting your VPN
@deep trellis Thanks that was the problem.... by default it was not set to a server. lol.....
@deep trellis i just did another redeploy + VPN restart .. still same issue.
DM me the machines IP
sure
i accidentally ran something like this .. how do i exit it ? i tried cntrl + D , and cntrl + C ,, and they don't work.
Type "reset". This isn't directly THM related, you're asking for help with a room really.
You ran cat on the binary
Don't do that
yahh as i said it was an accident .. i typed "cat $USER" when i was supposed to type "cat Shiba2"
I mean you weren't supposed to do either
Because both ways, you're catting the binary
i was actually. it's written on the tutorial.
it's an example to follow up with .. just like any tutorial. to be able to get a hands on how a certain function works.
You are not meant to cat a binary
It has characters that can mess up your terminal
You're choosing to run those commands. You're not meant to. Because they will mess up your terminal.
i'm not going to argue .. but why is it there if it's going to mess up my terminal ?
i'm sure lots of people probably did the same.
Because it's an example
It messes up your terminal because you're catting a binary
In the screenshots, the files being catted aren't binaries
got it .. now since i did that, should i type "reset" to reset everything ?
got it .. will restart the whole thing if i face any problem because of that mistake.
Advent of Cyber Task: Elf JS
the system keeps telling thar Authid I am getting with the code is incorrect
Now, admittedly Para using the same names for everything is a bit of a pain
He won't change it.
@delicate sapphire #room-help and read the question carefully. It's not asking for that.
`
What is the admin's authid cookie value?
`
Not your authid.
Read the question
#room-help if you want any further help
It's stuck like this for an hour any possible reason why i am unable to upload it. I tried from two different networks and try changing browser still same
@vapid dawn This has been going on a while, any chance you could take a look when you're free?
i am taking help from the writeup
You've been asked to move repeatedly because you're in the wrong channel
Please do.
r u talking to me?
ok can you please tell me the correct channel please
I have. Multiple times. Please read back.
okay thnx
Hello there!
How far member of THM can "explore" available machines (i mean brute-forcing, exploiting and etc.)
If I correctly understand this rules, we (members) can do almost everything (in terms of the law of course)
@compact tusk As far as the deployable machines go?
You can interact with machines that you deploy
Do whatever you like π
Don't interact with other people's machines
THM can tell, and they will act.
But yeah, if you've clicked the deploy button and got an IP
Feel free to do whatever you like with it
They are there to be hacked π
9.1 sets out that quite simply
Material/VMs in a room: Everything you want
Stuff outside of rooms (Anything else on the network, other people's room VMs): No go.
Please lemme know about any update regarding upload.
Thank you
Please lemme know about any update regarding upload.
Thank you
@haughty crest I've asked Ashu to look at it, will keep you posted
@eager fulcrum @barren birch Thanks a lot! || (i'm asking because i've find an"easter egg" (creator of room'll understand my words)) ||
hey I have a question
please may someone point me in the correct direction as I cannot seem ti find the answer to
What is the very first CVE found in the VLC media player?
#room-help #room-hints @random light
my bad
Hey guys I have a question in regards to running open vpn on my Mac do I need to use a vm or is it possible to use a Mac terminal when connecting for the Basic Pen Testing Room. When I use my Mac it gives me a message saying open vpn command doesnβt work.
You need to install openvpn first
!vpn
But I recommend making a kali Linux VM and using that for everything
Click on the section called "Connecting with MacOS", it will tell you everything
I have it installed where do i go?
Sorry maybe i wasn't clear enough in my question. I have it installed and i can turn it on. However, since i need to connect to it from the directory for the basic pen testing room i tried the command sudo openvpn then my config name. It doesn't let me run that though. It says command sudo: openvpn: command not found as the result. Is there a way to find the command? What do you suggest?
since i need to connect to it from the directory for the basic pen testing room wat
That's not how it works
Hey Im new here, I would like some help with metasploit failing to launch reverse shell.
My setup is windows 10 host, kali vm (virtualbox bridged network), no firewalls on router or kali.
I'm trying to use eternalblue module to target "blue"
Hey Im new here, I would like some help with metasploit failing to launch reverse shell.
My set
@dry acorn #room-help
Only if you have the command line application installed and in your path
You're not going to have a great time from macos
You'll have to install every single tool
right thanks so much!
thanks -move to room help
in the Ice room, question #3 asks what port MSRDP is open on but nmap results show that isnt open
Wait a minute or two, try again
I'm trying to upload a JPG file as my profile picture but the site returns an error, how can I fix this?
It supports jpegs
Or it should
If you want help with an error, you really need to show us the error
I tried using a PNG instead and it worked, never mind
what gives? who can describe a difference from jpeg and png?
an image is an image
btw don't tell me computers don't know the difference. because why is there a difference in the format
Hey I found an issue with the Windows PrivEsc room. https://tryhackme.com/room/windows10privesc
It will shutdown at 58 minutes instead of 0 minutes like it should. The timer on tryhackme will continue as if it never shutdown.
Windows machine shenanigans.
Hey I found an issue with the Windows PrivEsc room. https://tryhackme.com/room/windows10privesc
It will shutdown at 58 minutes instead of 0 minutes like it should. The timer on tryhackme will continue as if it never shutdown.
@vivid ruin Do you remember the IP by any chance?
When I tested that room I had it running > 1h, so weird it randomally died on you.
Thanks
if you can
Our logs say it was manually terminated.
Oh ok
it stopped at 58 for me
I am on the Ip I just gave you so it might happen again.
Did you terminate it? Or did the machine stop running / wasn't accessible?
Ah okay, thats weird - there are a few that just stop running after 1h, I will take a look into it. Thanks for giving me the IP's, it help diagnse the issue
Skidy here is the ip for one that hasnt expired on thm, but shutdown. 10.10.34.218
@deep trellis
yeah timer still says 48 minutes
No crash, it just shutdown
I started it back up for you
Thanks for letting me know.
Will investigate, sometime this weekend.
sure, I just wanted to give you an example of it to help.
Ok well I'm going to terminate it now to restart it if thats ok
it's your machine, do whatever
Feels like a really dumb question, but I'm just getting started with tryhackme, and when I try to load "http://MACHINE_IP" (no, I'm not actually using "MACHINE_IP") Firefox says it's unable to connect. I only have one VPN connection running, my browser connects to the internet just fine, and I ran openvpn as root. No errors other than on the browser side. Ubuntu 16.04.
You need to click deploy
MACHINE_IP is a space that's replaced with the VM IP address when you deploy
@eager fulcrum my god, thank you
If you're still seeing MACHINE_IP, then you haven't deployed it
Welp, I'm off to a great start xD
running a metasploit exploit search and got back a 'Post interrupted by the console user', what does that mean?
I didnt touch anything lol
and then meterpreter closed
Hey all, quick question about the streaks. I know the the streak resets if it has bene more than 24 hours since the last question answered, but what time does the "new day" start in which the answered question counts as a new hit on the streak ?
running a metasploit exploit search and got back a 'Post interrupted by the console user', what does that mean?
@jolly linden If you are doing a THM room, feel free to send your exact error and relevant screenshots to #room-help or go to #general
So, I'm not able to access my deployed machine. I'm positive that my openVPN is set up correctly because I was able to finish the first task of the example machine.
What is do you mean by "not able to access"?
Like, you can't SSH into a room's machine anymore?
What room is this?
yes, yes I am
Don't do that
What should I do?
Sorry but, should I use additional software?
Please read the first task from the room, do you know what nmap is?
So, I should install nmap?
Do you know what nmap is? If not I suggest doing these rooms in order:
https://tryhackme.com/room/zthlinux
https://tryhackme.com/room/rpnmap
turn off the machine?
Hey, does anyone know how to set up Metasploit on Manjaro? I've installed Metasploit and Postgresql, but when using the posgres user to set up the postgresql server, I get this error:
su -l postgres
Password:
-bash: n: command not found
Sorry, what channel should I put this in?
Hi guys! Is anybody know how to save state of in-browser machine before you terminate it?
so if i want for example not to reinstall stuff I need to use local kali?
Yes
Thank you!
I keep getting locked out of the web based Kali
i get sent to a remote tryhackme screen
Terminate and re-deploy the VM
ok.
@eager fulcrum So i managed to get myself stuck into a directory, which is empty. and i dont know the command to go back /out can you help me out
So, something to remember.
Just because someone helped you once, that doesn't meant they will help you with every issue.
This is a question for #general, and doesn't need to be answered by me.
Soz. ill keep that in mind
I have a question regarding the profile page
I changed my password but the "old password" form still keeps showing my previous password.
That will be browser autocomplete
The field is not filled if you turn it off, it confused me too
Oh. Thanks. π
root@debian:/home/ducky# openvpn /home/ducky/Downloads/Ducky.ovpn
Sat Jul 18 03:07:31 2020 OpenVPN 2.4.9 x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Apr 21 2020
Sat Jul 18 03:07:31 2020 library versions: OpenSSL 1.1.1g 21 Apr 2020, LZO 2.10
Sat Jul 18 03:07:31 2020 OpenSSL: error:0909006C:PEM routines:get_name:no start line
Sat Jul 18 03:07:31 2020 OpenSSL: error:140AD009:SSL routines:SSL_CTX_use_certificate_file:PEM lib
Sat Jul 18 03:07:31 2020 Cannot load inline certificate file
Sat Jul 18 03:07:31 2020 Exiting due to fatal error
could anybody help me with this error im getting?
Just tested it, works fine. Can you please regenerate your config file, wait a few seconds and then redownload your file.
okay
same output
ill try changing the server
after i bought the membership do i have to use the vip servers?
You don't have to
@here website is down
...
Works for me
itβs not their fault itβs a problem with CloudFlare today nothing they can do about it
CloudFlare has been having problems all day today
also donβt try to ping @ here first off it doesnβt work and second not everyone in this discord wants to be pinged by you if you could use it
in some cases, getting the attention is exactly what required.
no
I believe as an owner, I would like to know if my website was down
Not of all 16000 members of the server it ain't
so why allow "@here"
It isn't allowed
It doesnβt allow it
Notice it didn't work
You didn't ping anyone
good. so by using that, did I ping the correct audience?
No he just happened to notice it lol it didnβt notify anyone
No, you didn't actually ping anyone π
Welcome to Cloudflare's home for real-time and historical data on system performance.
good. so I didnt do anything wrong.
thereβs been incidents with CloudFlare all day tryhackme is under CloudFlare the owners cannot do anything
Protip: generally nobody likes it if you ping hundreds or thousands of people for a small issue
From Opera GX to Firefox
fix?
Windows Defender totally disabled
Are you connected to the VPN?
Yes
1h
and are you sure this machine has a running http server?
Which room is this?
Linux
Please read through the room, it doesn't ask you to connect to it via web browser.
Machines will sometimes not have a running http server on port 80, which means that you won't be able to connect to it via web browser automatically
need to use PuTTy?
Please read through the room.
Please take the time to work through the room at your own pace
It'll literally guide you through everything :)
PuTTY is for Windows. If you're using Linux itself, you won't really need anything besides the ssh command.
Oh, my bad, sorry, actually i don't want to spoiler me
Well, thanks for all
It's not a spoiler- it's a walkthrough room so it's there to teach you the basics
Don't be afraid of being guided through the fundamentals/basics
Once you have a firm grasp/understanding of how to operate at a normal level, then you should start worrying about figuring things out on your own
I need help fixing my vpn for a room, i'm connected to the machine, i can ping it, but i cant interact with it using nmap
Could you give a screenshot real quick?
I need help fixing my vpn for a room, i'm connected to the machine, i can ping it, but i cant interact with it using nmap
@naive dust the way nmap knows it's up is by pinging it
Stop using zenmap
Try it from powershell.
i am
Probably have the bug with windows and nmap and the VPN then
:(
Make a kali VM.
That is outside the scope of this tech support channel.
aa
Am I hearing that TryHackMe is having issues? My ssh sessions keep locking up.
It 's just stuck like it every time I try to connect https://i.imgur.com/su94zTZ.png
and when I ctrl ^ c the process, then only is asks for my password https://i.imgur.com/7hvVM8q.png, something wrong with OpenVPN ig
the password is probably for sudo
yes it is for sudo
also try openvpn --config quantumwolf.ovpn
that's what I am saying, it doesn't even prompt me for a password until I ctrl^c the openvpn command
weird
I think I know where the problem is
I can't run anything with sudo, every command including sudo has the same behavior
i cant connect to the website in the welcome room
machines keep dying then boot up again any help
i have problem with connecting to openvpn
what i need to do? go to acces website and download my config file and then put it in import file on openvpn?
windows
you import the config file then connect
oh i am stupid, i had my vpn turn on
nice
hello
I am in need of some help
how does one update/change their username on THM?
anyone here who can help me do that ?
....
Please keep it in the chat @cunning root
#rules -- Rule 1 specifically
The admins are the ones with access. If you email support@tryhackme.com they might be willing to change it for you
will do thank you
How do i install msfvenom from bash ?
True @toxic python but i had no luck installing it in a deployed machine in https://tryhackme.com/room/commonlinuxprivesc it doesnt seem to download any files from the external websites and it doesnt have it preinstalled.
The machines deployed on THM donβt have Internet
If you need to download something to the machine you should get it to your attacker machine and then download it from the attacker machine to the target when theyβre connected to the same network (aka when youβre on the openvpn vpn)
but shouldnt it be on the deployed machine itself? whom can i report this to?
Nobody, thereβs nothing wrong here
Do you have a kali machine?
The machines you deploy are to be attacked. You shouldnβt be making exploits on them you should be transferring exploits over to them
Got it.
Cool π
I never used metasploit so i was not able to understand earlier what you were talking earlier but now it makes scence. Thanks for the help π
No Problem. If youβre a subscriber Iβd recommend the complete beginner path π
Thatβll walk you through a lot of this stuff!
Yeah i am on the beginner path now and this question cameup π€ͺ
Gotcha good stuff
If you have other questions feel free to head over to #room-hints or #room-help π
Sure thanks.
hey anyone here uses powerlevel10k with WSL?
I managed to make it work on microsoft terminal, but direct Kali does not work
No sorry necessary
Hey guys, I'm trying to use hashcat to crack a password so I did use this command to crack a hash hashcat -m 100 /home/idir/Desktop/hash.txt /home/idir/Desktop/worldlist/rockyou.txt --force and it works just fine but when I add the -D 2 flag it just doesn't work and I get this message
`root@kalinux:/home/idir# hashcat -D 2 -m 100 /home/idir/Desktop/hash.txt /home/idir/Desktop/worldlist/rockyou.txt
hashcat (v6.0.0) starting...
No devices found/left.
Started: Sat Jul 18 15:26:07 2020
Stopped: Sat Jul 18 15:26:07 2020
root@kalinux:/home/idir# `
Hope you guys can help, it's too bad I can't use my powerful GPU to crack the hashes!
Are you using a vm ?
Nop, I'm using Kali Linux on dual boot
gpu drivers installed?
Idk how to check this :c
Hi,
how do install driver no free catalyst 13.1 for Mobility Radeon HD 4670 with enable OpenCL ?
From apt-get fglrx-driver don't work...
thank
found this
Should this work?
try googling around, see what other people have done
probably ubuntu, not sure though. both kali and ubuntu are debian
allritgh, I'll try this
dont spam every channel
You only need to ask in one channel. We can help when we have time.
Also, that's a #room-help question.
I mean, this is for my GPU drivers so...
βVPN and other technical related question to TryHackMeβ
This isnβt for the VPN and unless Iβm misunderstanding your GPU drivers arenβt THM related
They are, since I need them to continue my "Crach the hash" course
@naive dust no no this is for technical site questions and vpn questions
Thanks π
@naive dust since youβre already here I suggest just hash cracking on your host system or using John the ripper in your vm setting up drivers for vms is much harder than itβs worth
The fact that I asked for help at first (since it was related to my GPU driver) didn't seem to bother, tho
@naive dust since youβre already here I suggest just hash cracking on your host system or using John the ripper in your vm setting up drivers for vms is much harder than itβs worth
@sharp bear But I'm not running Kali on a VM, or do you mean like install Kali on a VM in my Windows 10 boot?
no I suggest installing hashcat onto windows 10 and using that instead it will save you many headaches
(newer version of hashcat auto switches to cpu if it can't detect gpu)
how do i copy the flags from SSH to the website ? manually write them ?
Are you using a VM and trying to submit answers on your host?
yes .. the website's VM
It's browser specific
If not, you can copy from your terminal using Ctrl+Shift+C
Enable clipboard access in your browser
@eager fulcrum just allowed it, and tried the ctrl + C it didn't work and also tried the ctrl+shift+c like @vestal beacon said , and it also didn't work. should i restart browser after allowing ?
It should just work
You highlighted what you want to copy first yeah?
yupp
Control C sends a signal to kill the foreground process.
You should just SSH in
It is much easier
it actually is @eager fulcrum ... it worked on the SSH
i still havent been able to connect to the welcome or openvpn room
on the network access page it says im connected but when i try to access the webpage i get a ERR_CONNECTION_TIMED_OUT
You are not connected then
The access page is unreliable at best, and misleading at worst
how do i make sure im connected then
thats where im having my issue
Well, the issue is that you can't connect to the VPN
Question: I am doing Web scanning on browser machine and I need to be able to use OWASP Zap, but I can't locate it, is it me or is it not installed in the Browser Machine?
ok, thanks you for the fast answer π
Hello all, Iβm not able to access the website in openvpn room task 6
However, itβs showing that Iβm connected in the access page
any idea ?
this what I got when I have connected to the vpn
!multivpn
Make sure you have setup your VPN connection correctly https://tryhackme.com/room/openvpn
Type ps aux | grep openvpn into your terminal and press enter
If there's more than one line (that don't start with "grep" or sudo), do the following steps
Type sudo killall openvpn into your terminal and press enter
Start the VPN with sudo openvpn <path-to-config>
You're running several VPN connections to THM at once, which breaks all of them
I disconnected them all before getting started! thatβs meaning they not closed well!
Iβll kill the process and restart my machine, will let you know if itβs worked
thanks
thanks @eager fulcrum itβs working π
Remember, never trust the access page
Noted π
(A replacement for that checkmark exists, and is hopefully being released soon)
Not sure if this is the right place to ask so forgive me if it's in the wrong channel.
I'm switching my discord account and would like to use my discord token on the THM page with that new account instead of this one. Who do I have to contact, and is it even possible?
!tokenremove @tawny cliff
Done, no more entry with UID "282574192963092481".
There you go π
Thank you :))
Do you think I could collect all of the old removed thm tokens?
Well, I mean, that one is about to be reused π€·ββοΈ
That's also his Discord ID
interesting
Not his THM DIscord Token
Yeah, Hors wouldn't let that happen fortunately π
opsi alright
How do I leave a subscribers only room?
On the free rooms the options menu appear and I can leave the room.
Somehow I have The Linux Challenges room in my rooms and can't remove it.
Thank you.
You need to ask an admin or the room creator to ban you from it I believe.
Hey All! I'm in Common Linux Privesc , Enumeration and the ssh sessions keep locking up. Anyone here with the same issue?
What do you mean by "locking up"? Could you send a screenshot of your terminal
Could you send a screenshot of your terminal
trying wont let me ssh in hang on
I'm not exactly sure what issue you're encountering, so seeing a picture of what commands you've input and the output from the terminal would help a lot in troubleshooting.
When you say can't enter any commands, do you mean like pressing enter doesn't do anything, or you can't see anything that you type?
It might be a bad network connection/latency
Ya could be. It started about 2 days ago. I blew my streak lol
i need help with https://tryhackme.com/room/rpmetasploit ~ task 5 ~ #12
Well thanks anyway!!
@steel wadi #room-help
i have taken subscribation of tryhackeme a week ago but i did not havee time to partice and i want to cancel it then will my money will refund or not
well an admin or mod should answer this.. but as a normal user i would say that's not how this works @round scaffold
i have taken subscribation of tryhackeme a week ago but i did not havee time to partice and i want to cancel it then will my money will refund or not
@round scaffold Don't spam in multiple channels π Thanks
Intruder attack on brup is taking a long time is there any configuration i can change to make it run faster for the payload? no of threads seems to have defaulted to 1 .
@naive dust hey, not really a topic for #site-support as it's for THM related problems but I might try to help in #general
Hi I'm getting a blue room working error I'm driving on the right path why fail ?
Reboot the machine
change the RHOST with the new IP
and try again
It's a common issue
@glad basin
and check your lhost and payload
Yes, unfortunately, but the same error has been tried many times
can you show your options on msf
if your LHOST is your tun0 ip then it looks fine, just reboot the box and retry
and try different payloads
I've been trying many times, working on it will be about 3 days. result 0
what is the IP of the target machine you currently have up
10.10.246.127
okay 1 minute
Why do I think it will be his lhost
bob you just could have tagged me π I still have metasploit open with everything setup
oh well π€·
my VPNs were messed up anyway so it worked out cuz i had to fix it anyway and being able to reach that box made was my test for if it worked haha
the key issue there being VPNs
didnt realize i already had one running and was confused when it wasnt working
It happens with me when I was doing jeff
I was constantly loosing connection , hours went by before I figured out what was happening
@toxic python π¦
The problem continues
can you show options again
as well as what happens when you run it
@vernal ruin there ya go, have fun testing his box
@glad basin your lhost pls
my reel Δ±p ?
!multivpn
Make sure you have setup your VPN connection correctly https://tryhackme.com/room/openvpn
Type ps aux | grep openvpn into your terminal and press enter
If there's more than one line (that don't start with "grep" or sudo), do the following steps
Type sudo killall openvpn into your terminal and press enter
Start the VPN with sudo openvpn <path-to-config>
my reel Δ±p ?
@glad basin typeip a, use the ip listed undertun0interface
I told you @toxic python It was going to be his lhost π
he kept hiding it so
if your LHOST is your tun0 ip then it looks fine, just reboot the box and retry
@toxic python
i said that
but he kept hiding it nothing i could really do about that
I am sorry this is my mistake
You are good π Just listen carefully to the person trying to help you next time
Your problem would have solved half an hour ago if you would have read what bob said
π₯Ί
@glad basin no sorry necessary, just learn for next time π
ok thank you for help π₯³
Hey I have openvpn on my kali linux VM and I am trying to config it with my config file but it won't connect to the VPN it still shows my original ip
Your IP address won't change
It doesn't route your internet traffic through the VPN
The host in the nmap room still shows as down tho
hey is any one having issue with LFI Basics?
it keeps not responding to ping and crashes
!multivpn
Make sure you have setup your VPN connection correctly https://tryhackme.com/room/openvpn
Type ps aux | grep openvpn into your terminal and press enter
If there's more than one line (that don't start with "grep" or sudo), do the following steps
Type sudo killall openvpn into your terminal and press enter
Start the VPN with sudo openvpn <path-to-config>
Please screenshot. Saying it isnβt work wonβt help @naive dust
hello there my social tab isn't working help me out
Please screenshot. Saying it isnβt work wonβt help @naive dust
@bronze vale
Or at least detail what the error is
clicking doesn't open it when i hover my mouse over it has shows # followed by the link location where i am
Where?
let me get you the error
Next time, start with that.
I'm doing the xxs scripting today
The link in the tasks don't work well
Show us the error message if you want help with it
@eager fulcrum
i'm clicking but it won't work
It says TypeError: Cannot read property 'includes' of undefined
@eager fulcrum sign up using any userid password??
Read the page.
@eager fulcrum please watch the video of my error i'm getting # after tryhackme dot com
@naive dust Stop pinging me.
who's gonna help me?
whats the issue
what browser are you using. It's working fine for me, and I've never seen someone have that issue before
i'm using firefox
Firefox or firefox mobile?
firefox
yea im using firefox too, so its an issue on your end
Hello
I see it's been a busy day
I was wondering whether anyone had issues with using openvpn and kali on VMWorkstation ?
No
If you'd like help, ask for help and detail your issue. But I can confirm it works fine
Well when I connected , I was able to complete the first room fine ( basic penetration ) , and then connected to the Mr Robot room , wasnt able to ping the IP or access it , changed to a couple of rooms since then , and the same issue occurred.Did anything of the sort ever happen ?
Make sure you have setup your VPN connection correctly https://tryhackme.com/room/openvpn
Type ps aux | grep openvpn into your terminal and press enter
If there's more than one line (that don't start with "grep" or sudo), do the following steps
Type sudo killall openvpn into your terminal and press enter
Start the VPN with sudo openvpn <path-to-config>
Yes I went through the steps on the website , when I run openvpn I get initialized sequence and that should be good to go right ?
Not neccesarily
The steps detailed above are troubleshooting
They're not how to connect to the VPN
oh I apologize , I will go through them as soon as I can , thank you ! β€οΈ
ok , openvpn is running on kali so it should be only on kali
Hey. Some questions here. I hacked since 14.july every day, but my hacking streak doesn`t count up.
Is this the normal behavior?
Hello,
I am a french student and I have updated my email in order to put my school's adress, but I don't see any price's reduction.
Is it normal ?
thank you
(In France, our mail adress are in "etu" and not "edu")
Email support@tryhackme.com from your student email account with your THM username π
is the discount including high school students?
Email support@tryhackme.com from your student email account with your THM username π
@zealous yoke Okay thank's π
Hi, I'm getting the error message "Uh-oh! You can only deploy a maximum of 3 machines at a time." when trying to deploy the machine for the Metasploit room, as far as I can tell I don't have any other machines deployed besides my kali machine, is there a way to check/kill the machines running?
Without going through your recent rooms, not yet
There's an API route for it
@celest sapphire did you write a script for this?
Oh, nope, wrote a script for something else
Yeah you would have to through the rooms you did most recently and check. It would be cool if there was a widget that told you your active machines. Maybe on the dashboard or something.
Alright, i will check all my recent rooms. Thanks!
@celest sapphire did you write a script for this?
@eager fulcrum for what
Yeah you would have to through the rooms you did most recently and check. It would be cool if there was a widget that told you your active machines. Maybe on the dashboard or something.
@flint hawk It's been suggested, and it'd be easy to implment
@celest sapphire Show all your active VMs. But the one you wrote was for leaving a sub only room
showing all active VMs is just visiting one route
if there's demand i could make some js snippets you can paste into your console that'd kill all of them or leave the room
so update on the openvpn situation , I ran through what you suggested @eager fulcrum , there were multiple things running , and even after kill and running it again I still get the same prob
sudo killall -9 openvpn
Connect once
Do not start a new VPN session with each room etc
so I did that and it didnt really help , I went ahead and got a new config file ( which I already did this morning , but didn't help me then lol ) , and it displayed the openvpn page ( kinda , the image isn't complete , maybe normal ? )
0 clue what you mean
and it displayed the openvpn page ( kinda , the image isn't complete , maybe normal ? )
It should show the full image
Can I send a screenshot here ?
Try to crop out flags
I tried to open the image separately and I get an error after a while telling me it has errors
But that implies you're not really connected properly
what's stumbling me is that I completed the basic pen room without a hitch , then logged off and when I got back in it bugged out
could I maybe somehow reset openvpn ?
You can reinstall it, potentially
But there's not really anything to reset
All the config is in the config file
Just try reinstalling openvpn and regenerating your config file. Unless itβs a connection issue nobody can do anything
What does the terminal running openvpn say?
The Push Request bit is it disconnecting
I'm not sure , how can I tell ?
That was a statement. Not a question. It didn't end in a question mark.
well , I figured " is it " sounded like a question sry
Re-installing didn't change anything , I'll jump back into this tomorrow and update you if anything changes
Hello all. I keep loosing ssh sessions in Common Linux Privesc, Enumeration.. ssh user3@ IP_ADDRESS.
Anyone else having this issue?
can i ask a non tryhackme website help question here??
VPN and other technical questions related to TryHackMe
Please read the channel topics first
They exist for a good reason
Thanks! @eager fulcrum
I'm having a problem where its not showing the locked pc on the bottom right.
@naive dust wat
Install openvpn.
I did
In fact, it's all for an older version
just an observation that obfuscation tool is very not good lol
just an observation that obfuscation tool is very not good lol
@toxic python it's a screenshot from the room
mhm
still not good but thats better than it being your tool
@eager fulcrum and whats a VPN configuration file?
The thing you downloaded from the access page
It won't
Instructions are for an older version of OpenVPN
@deep trellis Any chance this can get updated?
https://tryhackme.com/connect?o=vpn and the OpenVPN room
Import shows up for me π
yeah it's a different icon though
oh
then im set
@eager fulcrum On the learn linux room are you supposed to put in your ip?
@naive dust put it where?
PuTTY
No, you're SSHing into it from PuTTY
The machine you spool up inside the room
Your OVPN IP is so you're on THM's network and can access THM's servers.
In /zthlinux, there's a box you spool up to learn off of that you're putting commands into
You ssh to that box thru PuTTY
In task 1, there's a green button with a cloud
It says deploy.
When you click that, it creates the machine that you need to use for the tasks
You will be given a 10.10.x.x IP address for it
That's the IP address of the machine you're "attacking" or just SSHing into this time
Most of the time, you won't be given credentials
You'll have to hack your way in.
OVPN is only used to connect to the network. It's how you interface with THM's machines or else you won't be able to since they're on a different network than what's on the surface web.
I am facing this issue, while using ftp at Advent of Cyber Task 16. Is there anything from my side?
You have to turn on passive mode
I did but it refuses
Use an EU VPN server
@eager fulcrum where is the deploy cloud?
I think we found the issue lately, we're looking into it @verbal dragon
srry i'm new i'm new and I want to learn this
@naive dust Task one. Right hand side.
Have you completed the welcome room already?
Yes
You probably should do that room though
It's a tutorial for the website
I recommend going back and doing that forst
@eager fulcrum , Hope u will fix this soon!
I won't
Because I'm a discord mod
Skidy and Ashu are looking into it
For now, use an EU VPN
James too busy being the helpful OG to fix things 
did I do it on kali that's good question
if the bot disclosed your discord token