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

Integration osmedeus #538

Closed tequreq closed 1 year ago

tequreq commented 2 years ago

i cant build osmedeus @0xtavian you can help me us.

0xtavian commented 2 years ago

Hey @tequreq, If you want to build Osmedeus, I’d recommend building the image with osmedeus rather than axiom. Osmedeus also has their own discord server for support. Both Osmedeus and axiom use Packer so it might be possible with a few tweaks to build osmedeus with axiom. You could likely run axiom-fleet, axiom-init and axiom-rm but I’m not sure if you’d be able to run axiom-exec, axiom-ssh, axiom-scan etc. What exactly are you looking to accomplish with axiom and Osmedeus?

tequreq commented 2 years ago

thanks bro!

tequreq commented 1 year ago

hey @0xtavian,

help me please, because I dont have digitalocean account now.

I want axiom's speed concurenty work with Osmedeus. Osmedeus's paralel scanning so slow but axiom sync scanning multiple instance.

Could you help me creating image with osmedeus?

Thanks.

tequreq commented 1 year ago

FYI, @pdelteil you too expert axiom. Could you help me too.

pdelteil commented 1 year ago

Hi @tequreq,

Please, give more context.

tequreq commented 1 year ago

I run scanning with Axiom, so fast scanning distrubuted instance.

But Osmedeus design good but only cloud scanning so slow. I want axiom fasting. So that I include osmedeus running with axiom.

tequreq commented 1 year ago

In example :

100 sites in all.txt

while scanning with osmedeus it create 100 instance each to domain. but While scanning with axiom 10 instance, it all.txt distrubuted scanning and load balancing.

j3ssie commented 1 year ago

Hi all, it's j3ssie from Osmedeus here. You can do the same horizontal scan with this command on Osmedeus like this.

# `-c 3` and `--chunk` flags
# means that the input file will be divided into 3 parts
# and spinning up 3 instances will be launched to scan each part separately
osmedeus cloud --chunk -c 3 -m vulnscan -t list-of-urls.txt

Screen Shot 2022-12-17 at 15 40 44

After the scan was done it will sync back all the result to your local machine and delete the remote instance.

tequreq commented 1 year ago
 file will be divided into 3 parts

thanks for replying @j3ssie, BTW also thx to @pdelteil, @0xtavian.