Skip to content

EWSPoster V1.30.0

Latest
Compare
Choose a tag to compare
@trixam trixam released this 28 Feb 14:38
· 12 commits to master since this release

[CHANGES 1.30]

General Improvements

  • Refactored code from a monolithic file to individual honeypot files in ./honeypots
  • Sorted configuration files for better readability
  • Updated .gitignore to include pycache
  • Removed version specification from docker-compose.yml
  • Upgraded Alpine base image to version 3.20
  • Minor updates to .env

New Honeypots added

  • beelzebub
  • ddospot
  • galah
  • go-pot
  • h0neytr4p
  • hellpot
  • honeyaml
  • honeypots
  • miniprint
  • wordpot

Code Changes & Fixes

  • Replaced xmljson with xml2dict in ESend
  • Migrated from SafeConfigParser to ConfigParser in etoolbox
  • Refactored ews.py for improved efficiency and maintainability