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 AWS function key bug #669

Closed knavesec closed 1 year ago

knavesec commented 1 year ago

when AWS ec2 instances are created, the command includes the --key-name axiom in the command. Since there is no axiom key created on start up, this will error out. SSH key uploads are handled during the image build phase, so this is not necessary anymore. Simple fix