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

Axiom-scan error #656

Closed 0xPugal closed 1 year ago

0xPugal commented 1 year ago
saha21:~:% axiom-scan test -m httpx -o http.txt
              _
  ____ __  __(_)___  ____ ___        ______________ _____
 / __ `/ |/_/ / __ \/ __ `__ \______/ ___/ ___/ __ `/ __ \
/ /_/ />  </ / /_/ / / / / / /_____(__  ) /__/ /_/ / / / /
\__,_/_/|_/_/\____/_/ /_/ /_/     /____/\___/\__,_/_/ /_/
                                    @pry0cc
                                 & @0xtavian
no such identity: /home/op/.ssh/null: No such file or directory
op@64.227.184.107: Permission denied (publickey).
error with number of instances, exiting
0xtavian commented 1 year ago

@0xPugazh make sure to follow the Quickstart Guide https://github.com/pry0cc/axiom/wiki/A-Quickstart-Guide. axiom should have generated an ssh key-pair when axiom-configure or axiom-build is executed. Also check out the FAQ

https://github.com/pry0cc/axiom/wiki/0-Installation#faq

I can't log in to my droplets, I get permission denied/wrong password?
Be default, axiom creates an SSH key named axiom_rsa in ~/.ssh/axiom_rsa. The reference to the SSH key is stored in ~/.axiom/axiom.json. You can change the sshkey value to another SSH key as long as its stored in ~/.ssh/. You will need to rebuild (axiom-build) with your new SSH key to use it.