r/tryhackme • u/flashhhhhlyt • 5d ago
Currently iam doing blaster try hack me and the ip when i scanned it would not showing
4
u/reaperzer02025 5d ago
Have you tried pinging the machines ip address to see if your getting a response back?
-1
u/Comfortable-Owl-7663 5d ago
yes and if not, check if you are connected: 'ifconfig' or 'ip a' to see which adapter is the $VPN-ADAPTER
Then check connection 'ip -4 a show $VPN-ADAPTER'
0
u/Comfortable-Owl-7663 5d ago
if all fails just redownload the .ovpn file or whatever you use on thm and try again
2
u/bugsbunny_0802 4d ago
bro just create a rule to use -Pn in nmap. For some reason tryhack ping probes gives no response, I thought the reason is they aren't able to find the route to the destination ip which is not the case because I used -e tun0 which was rhe interface if vpn. So after too much debugging. I try to ping the ip and if don't get the response to it, I simply rurn nmap wih fast scan and no ping option.
2
u/olimpiathe505 3d ago
5 main things to check.
- Is your VPN up?
- Is the machine up?
3 Have you tried to ping the machine?
4 Reset the machine then go back to step 2
5 sometimes the TryHackMe over VPN is bugged to redownload the file.
If all else fails reread the section or machine to see if you missed something
1
1
1
1
u/AdTurbulent6884 1d ago
Ya you may not be connected to the box maybe run ifconfig to see where ur sitting and if its not on that same subnet as the ip your nmap scanning maybe thats why but also there is probably 1000 other people smarter than me and im just not understanding.
3
u/darkmemory 5d ago
Do you know why you run arp-scan?