"Script is a bash script a powerful network scanning tool (Network Mapper) to perform vulnerability scanning. is a widely used open-source tool that allows users to explore networks, discover hosts, and perform various types of scans to gather information about network devices and services."
"The script leverages Nmap's capabilities specifically for vulnerability scanning. Vulnerability scanning is a proactive security measure that aims to identify weaknesses and potential entry points in a network or system. By identifying these vulnerabilities, organizations can take appropriate actions to patch or mitigate them, reducing the risk of exploitation by malicious actors.β¦"
sudo apt install nmap
git clone https://github.com/JAOUADTALBI/vulnerability-scanner.git
chmod +x vulnerability-scanner
cd vulnerability-scanner
chmod +x scan_vuln.sh
./scan_vuln.sh @ip
βοΈ bash./scan_vuln.sh @ip
βοΈ bash scan_vuln.sh 127.0.0.1