Posts tagged Nmap

Nmap_logo

Nmap Scripting Engine Usage Examples

1

Nmap, who doesn’t know this tool? I’m sure you already know and use it. As a computer users, especially system administrator, performing these kinds of checks is crucial, because a lot more damage can be done by a worm or a hacker using this vulnerability than by a scanner. Well this time, I would like to share about Nmap features, the NSE scripts. For those who do not have Nmap , you can download and install it first by following commands below : (more…)

Nmap smb-check-vulns

Scanning Your Friends Machine For MS08-067 Vulnerability, Conficker, regsvc DoS, and SMBv2 DoS With Nmap

3

Nmap smb-check-vulns

As a computer users, especially system administrator, performing these kinds of checks is crucial, because a lot more damage can be done by a worm or a hacker using this vulnerability than by a scanner. Penetration testers, on the other hand, might not want to use this script — crashing services is not generally a good way of sneaking through a network.

requirements for this tutorial:
[*] Nmap with smb-check-vulns
[*] Your friend IP address

First, if you don’t have smb-check-vulns on your nmap, open the console and type

svn co --username guest --password "" svn://svn.insecure.org/nmap-exp/ron cd ron/nmap-smb ./configure make sudo make install

That’s a command line to download nmap, and rebuild nmap with a new branch including smb-check-vulns ( and many other useful scripts for pentest =) )
So, now we can run a scan. (more…)

Go to Top