Skip to content

Commit

Permalink
EDR
Browse files Browse the repository at this point in the history
  • Loading branch information
rootTHC committed Nov 5, 2024
1 parent feaaf2c commit b50e461
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions hackshell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
# Usage:
# source <(curl -SsfL https://thc.org/hs)
# source <(curl -SsfL https://github.com/hackerschoice/hackshell/raw/main/hackshell.sh)
# source <(wget -qO- https://github.com/hackerschoice/hackshell/raw/main/hackshell.sh)
#
# Environment variables (optional):
# XHOME= Set custom XHOME directory [default: /dev/shm/.$'\t''~?$:?']
Expand Down Expand Up @@ -882,9 +883,12 @@ _warn_edr() {
_hs_chk_fn "/etc/clamd.d/scan.conf" "ClamAV"
_hs_chk_fn "$(command -v clamscan)" "ClamAV"
_hs_chk_fn "/opt/CrowdStrike/falconctl" "CrowdShite"
_hs_chk_fn "/var/opt/ds_agent/dsa_core/ds_agent.db" "Trend Micro Deep Security Agent"
_hs_chk_fn "/opt/ds_agent/dsa" "Trend Micro Deep Security Agent"
_hs_chk_fn "/etc/freshclam.conf" "ClamAV"
_hs_chk_fn "/etc/rkhunter.conf" "RootKit Hunter"
_hs_chk_fn "$(command -v rkhunter)" "RootKit Hunter"
_hs_chk_fn "/sf/edr/agent/bin/edr_agent" "Sangfor EDR"
[ "${#fns[@]}" -ne 0 ] && out="$(\ls -alrt "${fns[@]}")"$'\n'
Expand Down

0 comments on commit b50e461

Please sign in to comment.