Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emo-crab/scap-rs
National Vulnerability Database (NVD) implemented by rust
https://github.com/emo-crab/scap-rs
actix-web cpe cve cvss cvssv3 cvssv4 cwe exploit nuclei-templates nvd rust scap yew
Last synced: 2 months ago
JSON representation
National Vulnerability Database (NVD) implemented by rust
- Host: GitHub
- URL: https://github.com/emo-crab/scap-rs
- Owner: emo-crab
- License: gpl-3.0
- Created: 2023-03-03T08:12:03.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-06T04:29:14.000Z (4 months ago)
- Last Synced: 2024-10-31T11:52:31.543Z (3 months ago)
- Topics: actix-web, cpe, cve, cvss, cvssv3, cvssv4, cwe, exploit, nuclei-templates, nvd, rust, scap, yew
- Language: Rust
- Homepage: https://scap.kali-team.cn/
- Size: 6.77 MB
- Stars: 16
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-yew - scap-rs - National Vulnerability Database (NVD) implemented by Rust, [Live Demo](https://scap.kali-team.cn/). (Projects)
README
# scap-rs
---- A collection of lib for working with [National Vulnerability Database](https://nvd.nist.gov/).
## Libraries
### cvss 通用漏洞评分系统
[![github]](https://github.com/emo-crab/scap-rs) [![crates-io]](https://crates.io/crates/nvd-cvss)
[![docs-rs]](crate)[github]: https://img.shields.io/badge/github-8da0cb?style=for-the-badge&labelColor=555555&logo=github
[crates-io]: https://img.shields.io/badge/crates.io-fc8d62?style=for-the-badge&labelColor=555555&logo=rust
[docs-rs]: https://img.shields.io/badge/docs.rs-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs
### cve 通用漏洞披露
[![github]](https://github.com/emo-crab/scap-rs) [![crates-io]](https://crates.io/crates/nvd-cves)
[![docs-rs]](crate)[github]: https://img.shields.io/badge/github-8da0cb?style=for-the-badge&labelColor=555555&logo=github
[crates-io]: https://img.shields.io/badge/crates.io-fc8d62?style=for-the-badge&labelColor=555555&logo=rust
[docs-rs]: https://img.shields.io/badge/docs.rs-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs
### cpe 通用平台枚举
[![github]](https://github.com/emo-crab/scap-rs) [![crates-io]](https://crates.io/crates/nvd-cpe)
[![docs-rs]](crate)[github]: https://img.shields.io/badge/github-8da0cb?style=for-the-badge&labelColor=555555&logo=github
[crates-io]: https://img.shields.io/badge/crates.io-fc8d62?style=for-the-badge&labelColor=555555&logo=rust
[docs-rs]: https://img.shields.io/badge/docs.rs-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs
### cwe 通用弱点枚举
[![github]](https://github.com/emo-crab/scap-rs) [![crates-io]](https://crates.io/crates/nvd-cwe)
[![docs-rs]](crate)[github]: https://img.shields.io/badge/github-8da0cb?style=for-the-badge&labelColor=555555&logo=github
[crates-io]: https://img.shields.io/badge/crates.io-fc8d62?style=for-the-badge&labelColor=555555&logo=rust
[docs-rs]: https://img.shields.io/badge/docs.rs-66c2a5?style=for-the-badge&labelColor=555555&logo=docs.rs
## CVE
![CVE列表](docs/cve.png)
## Details
![CVE详情](docs/details.png)
## Exploit
![EXP列表](docs/exploit.png)