Skip to content

Host-based vulnerability scanner. Find installed packages on the host, ask their vulnerabilities to vulmon.com API and print vulnerabilities with available exploits. All found exploits can be downloaded by Vulmap.

License

Notifications You must be signed in to change notification settings

ozelfatih/Vulmap-Linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note: Latest release is at offical Vulmap repository

Vulmap Linux

Online local vulnerability scanner for Linux systems. Find installed packages on the host, ask their vulnerabilities to vulmon.com API and print vulnerabilities with available exploits. All found exploits can be downloaded by Vulmap.

Vulmap Linux is part of Vulmap Local Vulnerability Scanners Project

Screenshots

Screenshot from terminal

Screenshot-2 from terminal

Recommended Platform and Python Version

Vulmap currently only supports linux platforms and Python2

  • The recommended version for Python 2 is 2.7.x

  • Compatible with Linux distros uses dpkg

Installation

git clone https://github.com/ozelfatih/vulmap.git

Run in default mode

python vulmap.py

Usage

Default mode. Check vulnerabilities of installed packages.

Short Form Long Form Description
-v --verbose Enable the verbose mode and display results in realtime
-d --download <exploit_id> to download a specific exploit
-a --all-download Download all found exploits
-h --help Show the help message and exit

Examples

  • To list all the basic options and switches use -h switch:
python vulmap.py -h
  • Run in default mode:
python vulmap.py
  • Enable the verbose mode:
python vulmap.py -v
  • To download of all found exploits:
python vulmap.py -a
  • To download a specific exploit:
python vulmap.py -d <exploit_id>

python vulmap.py -d EDB20
python vulmap.py -d EDB8310

Version

Current version is 1.0

License

Vulmap is licensed under the GNU GPL license. Take a look at the LICENSE for more information.

About

Host-based vulnerability scanner. Find installed packages on the host, ask their vulnerabilities to vulmon.com API and print vulnerabilities with available exploits. All found exploits can be downloaded by Vulmap.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages