Skip to content

Commit

Permalink
Update mxnmap
Browse files Browse the repository at this point in the history
  • Loading branch information
mikes-hacks authored Sep 26, 2023
1 parent 583851c commit d48e1c5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions mxnmap
Original file line number Diff line number Diff line change
Expand Up @@ -149,12 +149,12 @@ enumdomusers
111/2049 NFS/mountd

nmap -sV -v --script=nfs-showmount 192.168.200.5
nmap -p 111,2049 -v --script nfs* 192.168.200.5
nmap -p 111,2049 -v --script=nfs* 192.168.200.5
sudo showmount -e 192.168.200.5
mkdir secrets
sudo mount -t nfs 192.168.200.5/secrets secrets/
sudo mount -o rw,vers=2 192.168.200.5:/secrets secrets/
sudo mount -o nolock 192.168.200.5:/secrets secrets/ #older NFS
sudo mkdir /mnt/secrets
sudo mount -t nfs 192.168.200.5/secrets /mnt/secrets/
sudo mount -o rw,vers=2 192.168.200.5:/secrets /mnt/secrets/
sudo mount -o nolock 192.168.200.5:/secrets /mnt/secrets/ #older NFS
cd secrets; grep -irl password


Expand Down

0 comments on commit d48e1c5

Please sign in to comment.