Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/madret/vuln_checker
Search for vulnerabilites in software or hardware and grab actionable CVE information.
https://github.com/madret/vuln_checker
advisories cve cve-search cve-searchsploit cves cves-finder database exploit exploits hardware known nist nvd poc powershell software vulnerabilities vulnerability vulnerability-research vulnerable
Last synced: 16 days ago
JSON representation
Search for vulnerabilites in software or hardware and grab actionable CVE information.
- Host: GitHub
- URL: https://github.com/madret/vuln_checker
- Owner: madret
- Created: 2023-07-01T12:00:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-15T14:41:59.000Z (4 months ago)
- Last Synced: 2024-07-15T17:51:49.756Z (4 months ago)
- Topics: advisories, cve, cve-search, cve-searchsploit, cves, cves-finder, database, exploit, exploits, hardware, known, nist, nvd, poc, powershell, software, vulnerabilities, vulnerability, vulnerability-research, vulnerable
- Language: PowerShell
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vuln_checker
Search for vulnerabilites in software or hardware and grab actionable CVE information.
Useful for security advisories.## Example usage
1. Run the script `.\vuln_checker.ps1 -ExecutionPolicy Bypass`
2. **New**: The script now gives two options, 1: Perform vulnerability search followed by CVE search, 2: Search per CVE ID right away.
4. Enter name of software/hardware + version;
5. Wait for first output;
6. Thereafter enter desired CVE ID(s);
7. After second output, grab actionable CVE information:![image](https://github.com/madret/vuln_checker/assets/56820649/393765c0-5e06-40e6-be0a-1e7c69b57d40)
********************************************************************************************************
![image](https://github.com/madret/vuln_checker/assets/56820649/15d47021-3c23-4f68-bcb5-705ff0e93c29)### No additional powershell modules need to be installed.
vuln_checker is maintained by [@b41ss](https://twitter.com/b41ss)