Skip to content

Nusantaracode/simple-vulnerability-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Easy Scan vulnerability your server using Bash. this simple script to get information about CPE, CVE, Expose Port, And Hostname.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages