Skip to main content
  1. Projects/

CISA KEV TUI

Ethan Troy
Author
Ethan Troy
hacker & writer
Table of Contents

CISA KEV TUI

What It Does
#

Terminal UI for browsing CISA’s Known Exploited Vulnerabilities (KEV) catalog. Shows EPSS exploit probability scores alongside each vulnerability so you can prioritize what actually matters.

Install
#

go install github.com/ethanolivertroy/kevs-tui@latest

Or build from source:

git clone https://github.com/ethanolivertroy/kevs-tui.git
cd kevs-tui
go build -o kev .

Why
#

Sometimes you just want to quickly check what’s in the KEV catalog without dealing with spreadsheets or web UIs. Plus having EPSS scores right there helps prioritize.

Built with Go and Bubbletea - same TUI framework I used for CMVP TUI and Vanta Go Export.

Cross-platform binaries via GoReleaser.

Related