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 sn0int install #431

Open ResistanceIsUseless opened 3 years ago

ResistanceIsUseless commented 3 years ago

==> azure-arm: gpg: directory '/home/packer/.gnupg' created
==> azure-arm: gpg: keybox '/home/packer/.gnupg/pubring.kbx' created
==> azure-arm: gpg: keyblock resource '/usr/share/keyrings/debian-maintainers.gpg': No such file or directory
==> azure-arm: gpg: WARNING: nothing exported
==> azure-arm: Warning: apt-key output should not be parsed (stdout is not a terminal)
==> azure-arm: gpg: no valid OpenPGP data found.
    azure-arm: Installing sqlmap
ResistanceIsUseless commented 3 years ago

might be easier if we used the docker image and added it to zshrc with other docker image functions. I'm hesitant to preload too many docker images.

docker run --rm --init -it -v "$PWD/.cache:/cache" -v "$PWD/.data:/data" kpcyrd/sn0int

ResistanceIsUseless commented 3 years ago

I added sn0int docker to the zsh shell so we can remove the following or fix the install to work correctly.

https://github.com/pry0cc/axiom/blob/master/images/provisioners/classic.json#L128 https://github.com/pry0cc/axiom/blob/master/images/provisioners/default.json#L279 https://github.com/pry0cc/axiom/blob/master/images/provisioners/reconftw.json#L135