Skip to content

Commit 5dc3299

Browse files
authored
Update lolrmm.py
1 parent b8b7573 commit 5dc3299

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/lolrmm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"""
33
This script builds LOLRMM csv for Velociraptor DetetRaptor
44
5-
https://www.loldrivers.io//
5+
https://www.lolrmm.io//
66
77
"""
88

@@ -68,4 +68,4 @@
6868

6969
csv_writer.writerow([name, description, lolrmm, path_regex, domain_regex])
7070

71-
print(f"../csv/lolrmm.csv SHA256: {sha256sum(ioc_csv)}")
71+
print(f"../csv/lolrmm.csv SHA256: {sha256sum(ioc_csv)}")

0 commit comments

Comments
 (0)