Skip to content

Commit d3d85aa

Browse files
chg: Added tools section.
1 parent c53a945 commit d3d85aa

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Vulnerability-Lookup facilitates quick correlation of vulnerabilities from vario
1414
{{< card link="https://github.com/cve-search/vulnerability-lookup" title="The project on GitHub" icon="github" >}}
1515
{{< card link="https://vulnerability.circl.lu" title="Instance operated by CIRCL" icon="server" >}}
1616
{{< card link="/documentation" title="Documentation" icon="book-open" >}}
17-
{{< card link="about" title="About" icon="user" >}}
17+
{{< card link="tools" title="Tools" icon="cog" >}}
1818
{{< /cards >}}
1919

2020
If you'd like to contribute by sharing your thoughts and observations,

content/tools.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
title: Tools
3+
toc: false
4+
---
5+
6+
7+
Vulnerability-Lookup facilitates the recording of vulnerability sightings,
8+
regardless of whether they have been published by a source.
9+
A suite of sighting clients is already available to support this functionality:
10+
11+
- Fediverse - [A sighting client to gather vulnerability-related information from the Fediverse](https://pypi.org/project/FediVuln)
12+
- MISP - [A sighting client that retrieves vulnerability observations from a MISP server and pushes them to a Vulnerability-Lookup instance](https://pypi.org/project/VulnerabilityLookupSighting)
13+
- Nuclei - [A sighting client designed to retrieve vulnerability-related information from the Nuclei Git repository of templates.](https://pypi.org/project/NucleiVuln)
14+
- Exploit-DB - [A client that retrieves vulnerability observations from Exploit-DB and pushes them to a Vulnerability-Lookup instance](https://pypi.org/project/ExploitDBSighting)
15+
- [Known Exploited Vulnerabilities (KEV) catalog](https://pypi.org/project/kevsight)
16+
17+
18+
If you want to create your own sigthing tool, it's recommended to use [PyVulnerabilityLookup](https://github.com/cve-search/PyVulnerabilityLookup), a Python library to access Vulnerability-Lookup via its REST API.

0 commit comments

Comments
 (0)