You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/tools.md
+10-13Lines changed: 10 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -12,19 +12,16 @@ Vulnerability-Lookup facilitates the recording of vulnerability sightings,
12
12
regardless of whether they have been published by a source.
13
13
A suite of sighting clients is already available to support this functionality:
14
14
15
-
-**MISP** - [A sighting client that retrieves vulnerability observations from a MISP server and pushes them to a Vulnerability-Lookup instance](https://github.com/vulnerability-lookup/MISPSight)
16
-
-**Fediverse** - [A sighting client to gather vulnerability-related information from the Fediverse](https://github.com/vulnerability-lookup/FediVuln)
17
-
-**Bluesky** - [A client to gather vulnerability-related information from Bluesky](https://github.com/vulnerability-lookup/BlueSkySight)
18
-
-**Nuclei** - [A sighting client designed to retrieve vulnerability-related information from the Nuclei Git repository of templates.](https://github.com/vulnerability-lookup/NucleiVuln)
19
-
-**Exploit-DB** - [A client that retrieves vulnerability observations from Exploit-DB and pushes them to a Vulnerability-Lookup instance](https://github.com/vulnerability-lookup/ExploitDBSighting)
-**RSS** - [Newspipe](https://github.com/cedricbonhomme/newspipe) is a web news aggregator capable to detect
22
-
various types of security advisories within articles.
23
-
-**GitHub Gists** - we are [monitoring](https://vulnerability.circl.lu/sightings/?query=gist.github) public Gists on Github
24
-
with the tool [GistSight](https://github.com/vulnerability-lookup/GistSight).
25
-
-**The Shadowserver Foundation** - [A client that retrieves vulnerability observations from the The Shadowserver Foundation](https://github.com/vulnerability-lookup/ShadowSight)
26
-
27
-
If you want to create your own sigthing tool, it's recommended to use [PyVulnerabilityLookup](https://github.com/vulnerability-lookup/PyVulnerabilityLookup), a Python library to access Vulnerability-Lookup via its REST API.
|[ShadowSight](https://pypi.org/project/ShadowSight)| A client that retrieves vulnerability observations from the The Shadowserver Foundation and pushes them to a Vulnerability-Lookup instance. |
18
+
|[FediVuln](https://pypi.org/project/FediVuln)| A client to gather vulnerability-related information from the Fediverse. |
19
+
|[BlueSkySight](https://pypi.org/project/BlueSkySight)| A client to gather vulnerability-related information from Bluesky. |
20
+
|[MISPSight](https://pypi.org/project/MISPSight)| A client that retrieves vulnerability observations from a MISP server and pushes them to a Vulnerability-Lookup instance. |
21
+
|[NucleiVuln](https://pypi.org/project/NucleiVuln)| A client designed to retrieve vulnerability-related observations from the Nuclei Git repository of templates and pushes them to a Vulnerability-Lookup instance. |
22
+
|[ExploitDBSighting](https://pypi.org/project/ExploitDBSighting)| A client that retrieves vulnerability observations from Exploit-DB and pushes them to a Vulnerability-Lookup instance. |
23
+
|[KEVSight](https://pypi.org/project/KEVSight)| A client to generate sightings for Vulnerability-Lookup from the Known Exploited Vulnerabilities (KEV) catalog. |
24
+
|[GistSight](https://pypi.org/project/GistSight)| A client for gathering vulnerability-related information from GitHub Gists. |
28
25
29
26
More information related to the sightings can be found in the [user manual](/user-manual/sightings).
|[ShadowSight](https://pypi.org/project/ShadowSight)| A client that retrieves vulnerability observations from the The Shadowserver Foundation and pushes them to a Vulnerability-Lookup instance. |
50
+
|[ShadowSight](https://pypi.org/project/ShadowSight)| A client that retrieves vulnerability observations from the The Shadowserver Foundation and pushes them to a Vulnerability-Lookup instance. |
51
51
|[FediVuln](https://pypi.org/project/FediVuln)| A client to gather vulnerability-related information from the Fediverse. |
52
52
|[BlueSkySight](https://pypi.org/project/BlueSkySight)| A client to gather vulnerability-related information from Bluesky. |
53
53
|[MISPSight](https://pypi.org/project/MISPSight)| A client that retrieves vulnerability observations from a MISP server and pushes them to a Vulnerability-Lookup instance. |
0 commit comments