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

Fix linode-cli so that it can create ticket correctly #351

Closed y0k4i-1337 closed 3 years ago

y0k4i-1337 commented 3 years ago

During account setup, axiom creates a profile file containing a default region. This causes an issue when calling linode-cli tickets create because it does not expect a region unless it is a vlan ticket. Modifying the command call to send an empty region is enough to fix this issue.

This PR fixes #327 and #350.