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

Add support for connecting multiple accounts #664

Closed Nishantbhagat57 closed 1 year ago

Nishantbhagat57 commented 1 year ago

In my azure subscription I can only create 3 VMs per subscription. My subscription has a quota of 3 for resources of type PublicIpAddress as I have a student account. But I have multiple Azure accounts available. Is there any feature so I can connect multiple azure account to axiom? @0xtavian If not, can you give a solution so I can create more than 3 instances...

0xtavian commented 1 year ago

@Nishantbhagat57 I would reach out to Azure and see if they will increase your limit. I just tested the solution here and it still works.

molitona commented 1 year ago

@Nishantbhagat57 @0xtavian i can spawn only 3 instances with my azure free trial in same region, do you have same problem ?

0xtavian commented 1 year ago

@molitona i think it’s three for the azure free trail. After a few billing cycles you can generally request an increase by opening up a support ticket.

molitona commented 1 year ago

@0xtavian It's 3 per region. But, I can start vms in other regions as well. Does axiom support opening vms in multiple regions ?

0xtavian commented 1 year ago

@molitona yea ofc. It’s in the help menu and wiki. Check out the help menu for axiom-fleet —help, and axiom-init —help. I believe axiom-regions ls might be supported for azure but lmk.

However for azure axiom doesn’t transfer the image just because it is requested in that region. So if azure doesn’t automatically transfer the image to the new region than you’ll have to manually transfer the image via the az cli.

molitona commented 1 year ago

so i have 3 vms in region 1

then i should type axiom-region select xxxx (other region) to get 3 other VMs with axiom-fleet ?

can you tell me where the image is located and what command to type with az cli to test it ?