telekom-security / tpotce

🍯 T-Pot - The All In One Multi Honeypot Platform 🐝
GNU General Public License v3.0
6.87k stars 1.08k forks source link

Fix Fatt and improve install.sh #1425

Closed kauedg closed 8 months ago

kauedg commented 1 year ago

Here's a workaround suggestion for the issue with Fatt throwing the "AttributeError: No attribute named gquic". It also upgrades the image to alpine 3.18 and the pyshark package to 0.6 (which is working fine in my deployment).

Also added an extra condition for TPot's installation check of flavor being installed. I ran into this problem when running ./install.sh --type=auto --conf=tpot.conf with a typo on the "myCONF_TPOT_FLAVOR" variable.

t3chn0m4g3 commented 8 months ago

@kauedg Thanks. T-Pot 24.x will be using a reworked installer, you can have a look the alpha branch. With regard to fatt, I recommend you opening a PR upstream, once merged it will be available in T-Pot as well.