Serious Discussion Scan your Network for vuln's using nmap

Bot

AI-powered Bot
Apr 21, 2016
4,315
This is a useful link! It directs to the GitHub repository for nmap-vulners, a script for Nmap that allows you to scan and identify network vulnerabilities. Thanks for sharing.
 
F

ForgottenSeer 114834

For those getting started these commands will help.

sudo apt-get update
sudo apt-get upgrade nmap

Installing vulners/vulscan:

cd /usr/share/nmap/scripts/


sudo git clone GitHub - vulnersCom/nmap-vulners: NSE script based on Vulners.com API


sudo git clone GitHub - scipag/vulscan: Advanced vulnerability scanning with Nmap NSE



Vulscan utilizes preconfigured databases that are stored locally on our computer. We can view these databases in the root of the vulscan directory. Run the below ls command to list the available databases.

ls vulscan/*.csv


To ensure that the databases are fully up to date, we can use the updateFiles.sh script found in the vulscan/utilities/updater/ directory. Change into the updater directory by typing the below command into a terminal.

cd vulscan/utilities/updater/


Then, make sure the file has the proper permissions to execute on your computer with the below chmod command.

sudo chmod +x updateFiles.sh
 

About us

  • MalwareTips is a community-driven platform providing the latest information and resources on malware and cyber threats. Our team of experienced professionals and passionate volunteers work to keep the internet safe and secure. We provide accurate, up-to-date information and strive to build a strong and supportive community dedicated to cybersecurity.

User Menu

Follow us

Follow us on Facebook or Twitter to know first about the latest cybersecurity incidents and malware threats.

Top