fkie-cad / socbed

A Self-Contained Open-Source Cyberattack Experimentation Testbed
GNU General Public License v3.0
35 stars 9 forks source link

Missing dependencies in Attacker Server #93

Open 1ncludeSteven opened 1 month ago

1ncludeSteven commented 1 month ago

Describe the bug Missing two dependencies in Attack Search:

To Reproduce For the first missing dependency: running /usr/bin/python3 /usr/bin/external_mail_handler.py, then the failure is as below: image And after install python3-aiosmtpd, we can running /usr/bin/python3 /usr/bin/external_mail_handler.py successfully, however, the service still can not running successfully with error as below: image

For the second: running ls /run/systemd/, the result doesn't have a directory named resolv

Expected behavior

Maspital commented 1 month ago

Yup, missed that when switching from the deprecated smtpd module.