Skip to content

Commit

Permalink
add lolbas
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Hernandez committed Sep 29, 2024
1 parent 2cf581d commit 604237d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions website/components/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function Contents() {
/>
<EuiToast
title={
<>
<>
You can also access the RMM tools list via API using{" "}
<EuiLink href="/api/rmm_tools.csv">CSV</EuiLink> or{" "}
<EuiLink href="/api/rmm_tools.json">JSON</EuiLink>. For users of
Expand Down Expand Up @@ -75,7 +75,9 @@ export function App() {
description={
<>
<img src="/images/logo.png" alt="LOLRMM Logo" style={{ width: '200px', display: 'block' }} />
<p>LOLRMM is a curated list of Remote Monitoring and Management (RMM) tools that could potentially be abused by threat actors. This project aims to assist security professionals in staying informed about these tools and their potential for misuse.</p>
<p>
LOLRMM is a curated list of Remote Monitoring and Management (RMM) tools that could potentially be abused by threat actors. Inspired by the original <EuiLink href="https://lolbas-project.github.io/">LOLBAS project</EuiLink> for tracking binaries and closely associated with <EuiLink href="https://loldrivers.io">LOLDrivers</EuiLink> for malicious drivers, this project aims to assist security professionals in staying informed about these tools and their potential for misuse. For a collection of similar "Living Off The Land" projects, visit <EuiLink href="https://lolol.farm/">lolol.farm</EuiLink>.
</p>
</>
}
iconProps={{
Expand Down

0 comments on commit 604237d

Please sign in to comment.