Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kac89/vulnrepo
VULNRΞPO - Free vulnerability report generator and repository end-to-end encrypted. Complete templates of issues, CWE, CVE, MITRE ATT&CK, PCI DSS, issues import Nmap/Nessus/Burp/OpenVAS/Bugcrowd/Trivy, Jira export, TXT/JSON/MARKDOWN/HTML/PDF report, attachments, automatic changelog, statistics, vulnerability management, methodologies and much more!
https://github.com/kac89/vulnrepo
angular bugbounty burpsuite cve cwe end-to-end-encryption mitre-attack nessus nmap openvas pci-dss pentesting security security-team security-tool trivy vulnerability-assessment vulnerability-management vulnerability-report vulnerability-research
Last synced: about 1 month ago
JSON representation
VULNRΞPO - Free vulnerability report generator and repository end-to-end encrypted. Complete templates of issues, CWE, CVE, MITRE ATT&CK, PCI DSS, issues import Nmap/Nessus/Burp/OpenVAS/Bugcrowd/Trivy, Jira export, TXT/JSON/MARKDOWN/HTML/PDF report, attachments, automatic changelog, statistics, vulnerability management, methodologies and much more!
- Host: GitHub
- URL: https://github.com/kac89/vulnrepo
- Owner: kac89
- License: apache-2.0
- Created: 2017-04-01T19:20:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-07T14:51:03.000Z (about 1 year ago)
- Last Synced: 2023-12-07T15:37:52.658Z (about 1 year ago)
- Topics: angular, bugbounty, burpsuite, cve, cwe, end-to-end-encryption, mitre-attack, nessus, nmap, openvas, pci-dss, pentesting, security, security-team, security-tool, trivy, vulnerability-assessment, vulnerability-management, vulnerability-report, vulnerability-research
- Language: TypeScript
- Homepage: https://vulnrepo.com
- Size: 4.44 MB
- Stars: 340
- Watchers: 13
- Forks: 83
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-starred - kac89/vulnrepo - VULNRΞPO - Free vulnerability report generator and repository end-to-end encrypted. Complete templates of issues, CWE, CVE, MITRE ATT&CK, PCI DSS, issues import Nmap/Nessus/Burp/OpenVAS/Bugcrowd/Trivy (security)
- awesome-hacking-lists - kac89/vulnrepo - VULNRΞPO - Free vulnerability report generator and repository, end-to-end encrypted! Templates of issues, CWE,CVE,MITRE ATT&CK,PCI DSS, import Nmap/Nessus/Burp/OpenVAS/Bugcrowd/Trivy, Jira export, TXT (TypeScript)
README
# VULNRΞPO - Vulnerability Report Generator & Repository
Check online: https://vulnrepo.com/
Video walkthrough/Tutorial:
[![Guide](https://img.youtube.com/vi/cW_kVPtUJbU/0.jpg)](https://www.youtube.com/watch?v=cW_kVPtUJbU)## Features
- Security
- Project use browser for encrypt/decrypt (AES) and store data in locally. Full confidentiality of data, end-to-end encryption, by default nothing is sent out. No backend system, only front-end technology, pure JS client.
- Use custom issues templates!
- The use of templates greatly speeds up the work for pentester or security auditor. Import CVE, CWE, MITRE ATT&CK or PCI DSS data also possible.
- Import issues from security scanners
- Supported import from: Nmap, Nessus, Burp, OpenVAS, Bugcrowd, Trivy, NPM, Semgrep, Composer. After importing, easily manage and edit vulnerabilities.
- TXT & HTML & DOCX & PDF
- You can download report in TXT, HTML, DOCX formats!. Also encrypted version of HTML report! If you need PDF just 'print as PDF' html report.
- Attachments
- You can easly attach any file you want to. Screenshot, movie or scanner output in txt. Automatically doing checksum sha256 of attached file.
- Changelog
- All important changes in report will be logged in to changelog and update to the next version of the report.
- Export Issues
- You can export issues to popular bugtrackers like Atlassian JIRA or use secure way to share only issues.
- Share report
- You can share your report using AES encryption by default.
- API Integration
- Build your own backend system to store reports!
- Report template customization
- New version of HTML report allow easy template edit or CSS.
- Methodology
- Use the audit tool to make sure nothing is missing in the report when doing your research!## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
## Build
Run `ng build` to build the project. The build artifacts will be stored in the `dist/` directory. Use the `-c production` flag for a production build.
## DEV Environment
You can test our latest changes from dev branch, visit: https://dev.vulnrepo.com/
## Docker Setup
You can run the project as a docker build using the included docker-compose.yml. Just execute `docker-compose up` and access it on `http://localhost`
## Licencing
VULNRΞPO is released under the [Apache 2.0 Licence](https://www.apache.org/licenses/LICENSE-2.0)