CERT-Polska / drakvuf-sandbox

DRAKVUF Sandbox - automated hypervisor-level malware analysis system
https://drakvuf-sandbox.readthedocs.io/
Other
1.04k stars 143 forks source link

Refactor: merge drakcore into drakrun #909

Closed psrok1 closed 3 months ago

psrok1 commented 3 months ago

In this PR I want to merge the drakcore web part with main project and remove drakcore at all. Drakvuf Sandbox set of utilities will become a single package that will be distributed using PyPi. This is the final milestone for simplifying things and getting rid of debs that make unnecessary dependency on specific Debian distribution.

Other utilities than web dashboard are completely unnecessary:

The most challenging part will be draksetup init extension that will be a proper setup script guiding through installation of systemd services, filling necessary configuration parts and so on.