Skip to content

Commit

Permalink
Add nodezero.
Browse files Browse the repository at this point in the history
  • Loading branch information
wparad committed Nov 6, 2023
1 parent 14d9aaa commit c91d28d
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions src/components/home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,34 @@
</div>
</div>
</div>

<div class="row g-4 my-2 row-cols-1 row-cols-lg-2">

<div class="col d-flex align-items-start">
<div class="d-none d-md-flex flex-shrink-0 me-3">
<i class="mt-1 fa-brands fa-searchengin fa-2x fa-fw" />
</div>
<div>
<h2>NodeZero</h2>
<p><a target="_blank" href="https://www.horizon3.ai/nodezero/">Open Source PenTesting Platform</a>
<br><br>The NodeZeroTM platform empowers your organization to reduce your security risk by autonomously finding exploitable weaknesses in your network, giving you detailed guidance about how to prioritize and fix them, and helping you immediately verify that your fixes are effective.
</p>
</div>
</div>
<!-- <div class="col d-flex align-items-start">
<div class="d-none d-md-flex flex-shrink-0 me-3">
<i class="mt-1 fa-solid fa-wand-sparkles fa-2x fa-fw" />
</div>
<div>
<h2>Prowler - Perform best practice assessments</h2>
<p><a target="_blank" href="https://docs.prowler.cloud">Open source documentation & guide</a>
<br><br>Prowler is an Open Source security tool to perform AWS, GCP and Azure security best practices assessments, audits, incident response, continuous monitoring, hardening and forensics readiness.
<br><br>It contains support for hundreds of controls covering CIS, NIST 800, NIST CSF, CISA, RBI, FedRAMP, PCI-DSS, GDPR, HIPAA, FFIEC, SOC2, GXP, and many more.
</p>
</div>
</div> -->
</div>
</div>
</div>

Expand Down

0 comments on commit c91d28d

Please sign in to comment.