Since last week, I have been trying to hack the Lame machine to no avail. I have captured a flag before on the Legacy machine, so I know how to login.
I am experiencing the following issues:
After logging into HTB using “openvpn…”, I start the Lame machine and wait a few minutes to connect.
Once connected to the Lame machine, I open my terminal and start a Nmap scan, typing “nmap -A -T4 -p- 10.10.10.3”
Moments later, I receive the following message:
“Starting Nmap 7.80 ( https://nmap.org ) at 2020-09-05 10:45 EDT
Note: Host seems down. If it is really up, but blocking our ping probes, try -Pn
Nmap done: 1 IP address (0 hosts up) scanned in 4.04 seconds”
I tried “-Pn” and the results are the same
Note: This is not the first time that I am attempting to hack the Lame machine. Last week (the last week in August), I was able to run a Nmap scan, seeing all of the open ports as well as the exploits. I made it all the way to running Metasploit.
Update:
After posting the initial comment, my Wi-fi network was down for several days. I have switched ISP and I am now able to successfully complete steps 1, 2, and 3 (as mentioned in my initial post). However, I am having difficulty running Metasploit.
Here is my current issue:
In Metasploit, I type the following script:
msf5 > use exploit/multi/samba/usermap_script
It returns with this line:
No payload configured, defaulting to cmd/unix/reverse_netcat
Before I lost Wi-fi connectivity, I have Googled the line above for days. I have watched videos and still, nothing has changed! I have hacked a machine in the past however, I did not face this issue before.
Same here. I’m brand new here on HTB and a bit of a noob and upgraded to VIP to get some guided practice. I’m trying to reach this box and am unable. Most retired boxes show no response. I did a ping sweep and could reach 10.10.179-207 which looks to be anything north of .179, and 207 i think is the highest IP in use. Any suggestions?
@dahmed556 said:
Same here. I’m brand new here on HTB and a bit of a noob and upgraded to VIP to get some guided practice. I’m trying to reach this box and am unable. Most retired boxes show no response. I did a ping sweep and could reach 10.10.179-207 which looks to be anything north of .179, and 207 i think is the highest IP in use. Any suggestions?
ok… i know what was wrong. Now it seems obvious. In opening a support ticket, they ask for VPN server listed in the connection pack. and it was labed “free”. After upgrading to VIP i needed to regenerate the connection pack… whoops :neutral:
Thanks guys for the posts. I am also new in HTB and faced the same problem.
Then i resolved it. For my case, i was connected to wrong vpn environment instead of HTB lab
Go to Dashboard.
Then click VPN connection
Then check the VPN pack you downloaded. It supposed to be under “HTB Lab Access Details” if your subscription is VIP
Then download the vpnpack and it will work.
Prior to these I received all ports are filtered in nmap scan result without and ping response. But now ping and nmap scan both are okay.