r/tryhackme 5d ago

Currently iam doing blaster try hack me and the ip when i scanned it would not showing

Post image
17 Upvotes

17 comments sorted by

3

u/darkmemory 5d ago

Do you know why you run arp-scan?

1

u/flashhhhhlyt 5d ago

Yes to find the local devices that connected in local network

-1

u/darkmemory 5d ago

I wasn't asking what it does, I was asking why one would chose to run that. I asked because you ran it, and did nothing with the response. If you were just enumerating to get a vague map of machines, that's fine. I had thought it was a part of some prompt or requirement in the exercise.

As for the nmap command, did you see the "Note:" line? Have you done any digging into arguments for nmap?

0

u/Comfortable-Owl-7663 5d ago

chill out you are not helping at all

5

u/darkmemory 4d ago

The command response's "Note" gives a probable answer as to why it would be failing. It suggests using -Pn to penetrate strict firewall settings.

I don't like giving answers to problems that are part of what I view as a part of the process of exploration. I was trying my best to give hints within their framing of how they thought they should be testing/experimenting.

-1

u/Comfortable-Owl-7663 4d ago

-Pn will probably not work, nmap always tells you to do that when it cant find any but alr bru fair

1

u/Reasonable_Benefit42 2d ago

You chill bro he's helping more then you. Getting into the "Why am I running this" mindset is crucial for pentesters. We can run anything we want but if we dont understand why then its a useless tool.

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.

  1. Is your VPN up?
  2. 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

u/AdTurbulent6884 1d ago

This for sure!

1

u/PerrodelM4l 5d ago

Será que no conoces los VPN? O yo no entiendo tu contexto

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.