Skip to content

Commit

Permalink
v1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
fjserna committed Jan 29, 2020
1 parent c7c6d63 commit 321d183
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scanners/shell-history.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ shell_history_blacklist[5]="ci2.sh"
shell_history_blacklist[6]="ci3.sh"
shell_history_blacklist[7]="159.69.37.196"
shell_history_blacklist[8]="cmd.pl"
shell_history_blacklist[9]="/etc/passwd"
# disable this because in 1.1 we provided this file as an example, which showed up in bash/notice.logs.
#shell_history_blacklist[9]="/etc/passwd"
shell_history_blacklist[10]="/etc/security/passwd"
shell_history_blacklist[11]="/etc/shadow"
shell_history_blacklist[12]="/flash/nsconfig/ns.conf"
Expand Down Expand Up @@ -82,4 +83,4 @@ scan_shell_history() {
debug "did not find blacklisted content in $path";
fi
done
}
}

0 comments on commit 321d183

Please sign in to comment.