Easy Scan vulnerability your server using Bash. this simple script to get information about CPE, CVE, Expose Port, And Hostname.
USAGE
git clone https://github.com/rahadiana/simple-vulnerability-scanner.git
cd simple-vulnerability-scanner
COMMAND
scan by range IP
bash scan.sh scan <range> <IP>
$ bash scan.sh scan 255 192.168.0.1
scan by single IP
bash scan.sh single <IP>
$ bash scan.sh single 192.168.0.1
The result folder can be accessed on parsed folder. which consists of folders:
- cpes : cpes list from IP
- cve : cve list from IP
- hostname : hostname list from IP
- port : port list from IP
- tags : tag list from IP
this script require jq package for running..
if error "\r" for this script, you can try install dos2unix and run
dos2unix scan.sh