Okay , I’m really struggling to the point imposter syndrome is creeping in.
So it seems like one of the first few steps I have to do is mount. I used the standard mount command but it didn’t work. I was able to mount after sudo mount. Now , I tried to cd into the mounted directory, but I’m having and access issue. Some people are saying something about ‘root’ but im honestly lost. Any advice is super appreciated :))
Hi , I know this was a whiel ago, but did you end up solving this ? I’m also stuck at the noboy previlige and even if i have the nfs mounted, i cannot access to the directory because of PERMISSION DENIED
I in the end used the HTB discord for further advice and deepdive. For those who are struggling, if I can do this ( And trust me it took me days to solve this. ) You CAN.
Some hints
yes mount is probably the good start
having permission issue ? try to search root command for linux. Don’t think too much about trying to ‘cd’ the mounted directory
I actually used ‘grep’ and ‘find’ alot
Once accessing RDP, try looking into the Windows UI for some clue. You are not that far from the goal.
If you are stuck, then following reading can help you understand what needed to be done.
First , do nmap scan and understand what type of server is it and what the server is running and take note of the fact that everyone can access it.
Understand the meaning and concept of exports in NFS
Exporting a directory declares that a directory in the server's namespace is available to client machines. If you see a directory as NFS export (a directory that has been exported by an NFS server), then it means that a user can mount it. Mounting a directory makes the files that reside on the NFS server available to the user.
I know this is a bit late. For anyone else with this issue, start the application in admin mode using the SA credentials. From there, it’s just a matter of searching for the username and password.
I am just wanting to learn the point where i am stuck … like what was wrong in my initial scan… why i was not able to get the MSSQL serve port using -p- scan… rest i am ok with the lab
From my notes related to “Footprinting Lab - Medium”. there are are no ports related to MySQL or MSSQL which can be discovered.
For reference i have used the following Nmap scan ‘sudo nmap -sS -sV -sC -A -Pn --top-ports 1000 10.129.29.234’
My only hint for you to go forward is to check the NFS.
good luck.