Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
  • Loading branch information
royrusso committed Dec 15, 2024
1 parent 5098f33 commit 1fbcac9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/pages/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,20 +33,20 @@ export default function Projects() {
</div>
<div class="container">
<div class="project-alt">
<h2>Minerva</h2>
<h2>Probus</h2>
<p>
A FAST network scanner and UI that identifies CVEs (Common
Vulnerabilities and Exposures) in your network and alerts you to
new ones as they arise.
A FAST network monitor and UI that actively scans and alerts you
to network changes, new devices, open ports, and identifies CVEs
(Common Vulnerabilities and Exposures).
</p>
<p>
<a href="https://github.com/royrusso/minerva" target="_blank">
<a href="https://github.com/royrusso/probus" target="_blank">
GitHub
</a>
</p>
<img src="https://img.shields.io/github/stars/royrusso/minerva.svg?label=Github Stars"></img>
<img src="https://img.shields.io/github/stars/royrusso/probus.svg?label=Github Stars"></img>
&nbsp;
<img src="https://img.shields.io/github/forks/royrusso/minerva.svg?label=Github Forks"></img>
<img src="https://img.shields.io/github/forks/royrusso/probus.svg?label=Github Forks"></img>
</div>
<div class="project-alt">
<h2>Nitro IQ</h2>
Expand Down

0 comments on commit 1fbcac9

Please sign in to comment.