Metarget / metarget

Metarget is a framework providing automatic constructions of vulnerable infrastructures.
Apache License 2.0
1.04k stars 165 forks source link

support other Linux distributions #30

Open brant-ruan opened 3 years ago

brant-ruan commented 3 years ago

currently Metarget does not support other Linux distributions like CentOS as host; in the future we might add an abstraction layer for functions related to specific OS distributions and then all the specific commands (e.g. apt, yum, ...) and installation processes could be added as plugin.

aiaicaow commented 2 years ago

Hi, @brant-ruan Is there any Developing version for CentOS could I get? I really nead it to test my product, thanks!

brant-ruan commented 2 years ago

Hi, @aiaicaow currently support for other OS distributions was low priority in the development plan. BTY, maybe the type of Linux distributions shouldn't be any limitation. Is it possible to test your product on Ubuntu?