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.
Vulmap currently only supports linux platforms and
-
The recommended version for Python 2 is 2.7.x
-
Compatible with Linux distros uses dpkg and rpm
git clone https://github.com/ozelfatih/vulmap.git
Run in default mode
python vulmap.py
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 |
- 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
Current version is 1.0
Vulmap is licensed under the GNU GPL license. Take a look at the LICENSE for more information.