All Projects → cvebase → Cvebase.com

cvebase / Cvebase.com

cvebase is a community-driven vulnerability data platform to discover the world's top security researchers and their latest disclosed vulnerabilities & PoCs

Projects that are alternatives of or similar to Cvebase.com

PyParser-CVE
Multi source CVE/exploit parser.
Stars: ✭ 25 (-71.59%)
Mutual labels:  infosec, vulnerabilities, cve
Awesome Nodejs Security
Awesome Node.js Security resources
Stars: ✭ 1,294 (+1370.45%)
Mutual labels:  infosec, cybersecurity, vulnerabilities
Patrowlhears
PatrowlHears - Vulnerability Intelligence Center / Exploits
Stars: ✭ 89 (+1.14%)
Mutual labels:  cybersecurity, vulnerabilities, cve
Writeups
This repository contains writeups for various CTFs I've participated in (Including Hack The Box).
Stars: ✭ 61 (-30.68%)
Mutual labels:  cybersecurity, vulnerabilities, cve
Sbt Dependency Check
SBT Plugin for OWASP DependencyCheck. Monitor your dependencies and report if there are any publicly known vulnerabilities (e.g. CVEs). 🌈
Stars: ✭ 187 (+112.5%)
Mutual labels:  infosec, vulnerabilities, cve
Webmap
WebMap-Nmap Web Dashboard and Reporting
Stars: ✭ 357 (+305.68%)
Mutual labels:  infosec, cybersecurity, cve
Awesome Security Hardening
A collection of awesome security hardening guides, tools and other resources
Stars: ✭ 630 (+615.91%)
Mutual labels:  infosec, cybersecurity
Dawnscanner
Dawn is a static analysis security scanner for ruby written web applications. It supports Sinatra, Padrino and Ruby on Rails frameworks.
Stars: ✭ 642 (+629.55%)
Mutual labels:  cybersecurity, vulnerabilities
Malice
VirusTotal Wanna Be - Now with 100% more Hipster
Stars: ✭ 1,253 (+1323.86%)
Mutual labels:  infosec, cybersecurity
Spiderfoot
SpiderFoot automates OSINT for threat intelligence and mapping your attack surface.
Stars: ✭ 6,882 (+7720.45%)
Mutual labels:  infosec, cybersecurity
Vuldash
Vulnerability Dashboard
Stars: ✭ 16 (-81.82%)
Mutual labels:  infosec, cybersecurity
Checkmyhttps
We propose a user-friendly add-on that allows you to check if your encrypted web traffic (SSL/TLS) towards secured Internet servers (HTTPS) is not intercepted (being listened to).
Stars: ✭ 35 (-60.23%)
Mutual labels:  infosec, cybersecurity
Esfileexploreropenportvuln
ES File Explorer Open Port Vulnerability - CVE-2019-6447
Stars: ✭ 595 (+576.14%)
Mutual labels:  infosec, cve
Search That Hash
🔎Searches Hash APIs to crack your hash quickly🔎 If hash is not found, automatically pipes into HashCat⚡
Stars: ✭ 466 (+429.55%)
Mutual labels:  infosec, cybersecurity
Pwndoc
Pentest Report Generator
Stars: ✭ 417 (+373.86%)
Mutual labels:  infosec, vulnerabilities
Buster
An advanced tool for email reconnaissance
Stars: ✭ 387 (+339.77%)
Mutual labels:  infosec, cybersecurity
Vuls
Agent-less vulnerability scanner for Linux, FreeBSD, Container, WordPress, Programming language libraries, Network devices
Stars: ✭ 8,844 (+9950%)
Mutual labels:  cybersecurity, vulnerabilities
Vulmap
Vulmap 是一款 web 漏洞扫描和验证工具, 可对 webapps 进行漏洞扫描, 并且具备漏洞利用功能
Stars: ✭ 1,079 (+1126.14%)
Mutual labels:  vulnerabilities, cve
Malware Feed
Bringing you the best of the worst files on the Internet.
Stars: ✭ 69 (-21.59%)
Mutual labels:  infosec, cybersecurity
Prismatica
Responsive Command and Control System
Stars: ✭ 81 (-7.95%)
Mutual labels:  infosec, cybersecurity

cvebase

This is the official data repository for cvebase. Updates to this repo are immediately synced with the cvebase.com web app. Pull requests for improving the content are open to all.

Follow us on twitter @cvebase to stay up-to-date on project updates.

About cvebase

cvebase is a community-driven vulnerability platform for security researchers, pentesters, and bug bounty hunters:

About this repository

This repository contains the Markdown files for the two main components of cvebase.com:

  • cve: CVE files are located in the /cve/ directory, organized by year and sequence identifier following the naming scheme set by CVEProject/cvelist.
  • researcher: Researcher profiles are in the /researcher/ directory, named by researcher slug.

Inspired by static site generator gohugoio/hugo, the Markdown files have YAML "front matter" to define metadata for both CVEs and Researchers.

Reference these examples of CVE & Researcher files:

How to add a Security Researcher profile

  • Fork this repo git clone https://github.com/cvebase/cvebase.com.git
  • Create a markdown (.md) file in the /researcher directory. Name the file using researcher's handle if available (e.g. rgod.md), and if not use a slugged version of their full name (e.g. qixun-zhao.md).
  • Fill in the contents of the file -> front matter + bio:
  • For the front matter containing Security Researcher metadata, which is in YAML format:
    • Section is identified by opening and closing three dashes (---)
    • Minimum required YAML field values are name, alias, and a list of cves
    • Optional YAML field values are nationality, website, twitter, github, linkedin, hackerone, bugcrowd
  • Git commit & submit pull request on GitHub

Project Roadmap

View our roadmap and share your ideas:

  • Browse this project's issues to review existing suggestions and ideas.
  • If you're interested an issue, give it a 👍 which will help us prioritize. We'll update progress on the issue and mention you when the feature is ready.
  • If you don't see your idea, create a new issue.
  • Labels show progress on issues:

Contributing

  • Fork this repository and send a pull request
  • Create an issue in this repository

Sponsored Research

We are committed to working with, supporting, and contributing to new and existing open source projects that provide value to the security research community.

  • Vulhub - Vulnerable environments made easy through docker-compose
  • Jaeles - Quickly scan vulnerable targets with a powerful collection of detection signatures
  • ffuf - A fast web fuzzer for content discovery
  • tomnomnom - Creator of httprobe, assetfinder, gf, and numerous other command-line security tools built in Go
  • OWASP/Amass - In-depth DNS enumeration, attack surface mapping and external asset discovery
  • Axiom - A dynamic infrastructure framework to build and deploy cloud infrastructure for offensive security

License

Repository content licensed CC BY-NC-SA 4.0.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].