Skip to content

Commit

Permalink
updating readme (#19)
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 27, 2024
1 parent 2cf581d commit 358e4c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ To begin working with LOLRMM, you can:
To fetch the complete list of RMM tools in JSON format, you can use the following curl command:

```bash
curl https://lolrmm.com/api/rmm_tools.json
curl https://lolrmm.io/api/rmm_tools.json
```

This will return a JSON array containing detailed information about all cataloged RMM tools.

For CSV format, simply change the extension to `.csv`:

```bash
curl https://lolrmm.com/api/rmm_tools.csv
curl https://lolrmm.io/api/rmm_tools.csv
```

These APIs provide an easy way to integrate LOLRMM data into your threat hunting, detection, and prevention workflows.
Expand Down

0 comments on commit 358e4c1

Please sign in to comment.