Skip to content

TheRipperJhon/Vulmap-Vulmon-Maper-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vulmap(Vulmon Mapper)

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.

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 and rpm

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

Escáner de vulnerabilidad basado en host

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages