Skip to content

Commit

Permalink
Add cPanel logs (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zawadidone authored Jul 18, 2023
1 parent e97f1eb commit 1c771ea
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions acquire/acquire.py
Original file line number Diff line number Diff line change
Expand Up @@ -1282,6 +1282,16 @@ class RemoteAccess(Module):
]


@register_module("--webhosting")
class WebHosting(Module):
DESC = "Web hosting software log files"
SPEC = [
# cPanel
("dir", "/usr/local/cpanel/logs"),
("file", ".lastlogin", from_user_home),
]


@register_module("--wer")
class WER(Module):
DESC = "WER (Windows Error Reporting) related files"
Expand Down Expand Up @@ -1960,6 +1970,7 @@ def upload_files(
History,
SSH,
Var,
WebHosting,
],
"bsd": [
Etc,
Expand Down

0 comments on commit 1c771ea

Please sign in to comment.