Skip to content

Commit

Permalink
Update mxnmap
Browse files Browse the repository at this point in the history
  • Loading branch information
mikes-hacks authored Dec 28, 2023
1 parent 2476851 commit 8d5f12e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mxnmap
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ sudo ./smbver.sh 192.168.200.5 139
sudo nmap -p 139,445 -v --script=smb-vuln* 192.168.200.5
sudo nmap -p 445 -v --script=smb-enum-shares,smb-enum-users 192.168.200.5
sudo nmap -p 139,445 -v -T5 192.168.200.5 -oA nmap-smb --script=smb2-capabilities,smb-print-text,smb2-security-mode.nse,smb-protocols,smb2-time.nse,smb-psexec,smb2-vuln-uptime,smb-security-mode, smb-server-stats,smb-double-pulsar-backdoor,smb-system-info,smb-vuln-conficker,smb-enum-groups,smb-vuln-cve2009-3103,smb-enum-processes,smb-vuln-cve-2017-7494, smb-vuln-ms06-025,smb-enum-shares,smb-vuln-ms07-029,smb-enum-users,smb-vuln-ms08-067,smb-vuln-ms10-054,smb-ls,smb-vuln-ms10-061,smb-vuln-ms17-010,smb-os-discovery --script-args=unsafe=1
grep -i 'report\|cve\|vuln\|\\' ./nmap-smb.nmap

smbmap -H 192.168.200.5
smbmap -H 192.168.200.5 -U '' -P ''
Expand Down

0 comments on commit 8d5f12e

Please sign in to comment.