Skip to content

Commit

Permalink
add lolbas (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: Jose Hernandez <[email protected]>
  • Loading branch information
josehelps and Jose Hernandez authored Sep 29, 2024
1 parent d110137 commit cd8acdf
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion website/components/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,16 @@ function Contents() {
<EuiLink href="https://github.com/magicsword-io/lolrmm/issues/new/choose">
issue
</EuiLink>
, or suggest new RMM tools to be added.
</>
}
color="warning"
iconType="iInCircle"
/>
<EuiToast
title={
<>
You can also access the RMM tools list via API using{" "}
, or suggest new RMM tools to be added. 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 @@ -85,7 +95,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 cd8acdf

Please sign in to comment.