pry0cc / axiom

The dynamic infrastructure framework for everybody! Distribute the workload of many different scanning tools with ease, including nmap, ffuf, masscan, nuclei, meg and many more!
MIT License
4k stars 622 forks source link

[issue] axiom-power on incorrect syntax #542

Closed pdelteil closed 2 years ago

pdelteil commented 2 years ago

While using axiom-power on with Azure, the syntax of the command is incomplete:

az vm start -g RESOURCE_GROUP -name INSTANCE_NAME

This gives the following error:

Screenshot from 2022-03-17 00-09-19

I did fix it adding the missing '-' into the interact/includes/functions.sh file. I guess this file is generated from the 'template' providers/azure-functions.sh but it seems that the syntax is correct on that file.

pdelteil commented 2 years ago

Fixed here https://github.com/pry0cc/axiom/pull/543