Easy webinterface for SOC teams decode-spam-headers by mgeeky: https://github.com/mgeeky/decode-spam-headers
- Smart analyzing of copied text or uploading of text, eml, msg files
- Advanced use of all 106 functions via checkbox
- Decoding as extern HTML output or directly on site
Note
alternatively, you can also use any other web server. A version of php is required here!
# Installing
wget https://openlitespeed.org/packages/openlitespeed-1.7.16.tgz
tar -zxvf openlitespeed-*.tgz && cd openlitespeed
./install.sh
# Start Server
systemctl start lsws.service ln -s /usr/local/lsws/ /var/www
# Change to your wished WebRoot
cd /var/www/
git clone https://github.com/suuhm/decode-spam-headers-web
cd decode-spam-headers-web && mkdir runapt install python3 python-pip3 git
git clone https://github.com/mgeeky/decode-spam-headers
cd decode-spam-headers
pip3 install -r requirements.txt
cp -ra *.py ../run/For bugreport write an issue!