fyoorer / ShadowClone

Unleash the power of cloud

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nmap XML output?

hoacks opened this issue · comments

commented

Is there a way to output in xml format, or JSON in Httpx?

This tools rules!

Thanks

commented

Oh it's in the bucket, of course! Sorry thanks!

ha! glad you figured it out. I haven't documented this feature anywhere, so this is a good reminder for me to do that haha!

for anyone following, you can provide a {OUTPUT} placeholder in your command to save the generated output to your bucket.

example:

python shadowclone.py -i input.txt -c "httpx -l {INPUT} -json -o {OUTPUT}.json"

you can find the individual outputs for all completed containers saved in the storage bucket under output/<SCAN ID>/

commented

Yes, read the source code notice the OUTPUT, this thing is magical! hehe
Thanks.