diff options
| author | thomas grothe <thomas@debian> | 2023-10-23 21:24:32 -0500 |
|---|---|---|
| committer | thomas grothe <thomas@debian> | 2023-10-23 21:24:32 -0500 |
| commit | 7ba2f6677e74c86f3e226b5b1f21ff9a26a29b04 (patch) | |
| tree | 88fb55ac6aad1a9c0b20f9beb4992a4c1a360ffe /sensitive-data-defender.sh | |
| parent | eb4c8e463adab15ea91127412cdbe0464ca76343 (diff) | |
starting some server security scripts. and making a script to extract passwords from pass db into plaintext
Diffstat (limited to 'sensitive-data-defender.sh')
| -rw-r--r-- | sensitive-data-defender.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sensitive-data-defender.sh b/sensitive-data-defender.sh new file mode 100644 index 0000000..b8c1451 --- /dev/null +++ b/sensitive-data-defender.sh @@ -0,0 +1,4 @@ +#!/bin/bash +#watches access to sensitve paths on storage, logs when accessed by non-whitelisted IP. root will be notified upon next login. + + |
