add hptest script

This commit is contained in:
t3chn0m4g3
2019-05-11 11:29:00 +00:00
parent 65ba32c056
commit 3fef0fd6da
2 changed files with 120 additions and 0 deletions

View File

@ -1,5 +1,9 @@
# Changelog
## 20190511
- **Add hptest script**
- Quickly test if the honeypots are working with `hptest.sh <[ip,host]>` based on nmap.
## 20190508
- **Add tsec / install user to tpot group**
- For users being able to easily download logs from the /data folder the installer now adds the `tpot` or the logged in user (`who am i`) via `usermod -a -G tpot <user>` to the tpot group. Also /data permissions will now be enforced to `770`, which is necessary for directory listings.