Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 904 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 904 Bytes

simple-vulnerability-scanner

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:

  1. cpes : cpes list from IP
  2. cve : cve list from IP
  3. hostname : hostname list from IP
  4. port : port list from IP
  5. 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