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

[issue] axiom-connect/axiom-ssh gives me both connection timed out #464

Closed Rz-Rz closed 2 years ago

Rz-Rz commented 2 years ago

Using Both axiom-connect or axiom-ssh gives me, after a few minutes, this error message: ssh: connect to host 178.XX.XXX.108 port 2266: Connection timed out

0xtavian commented 2 years ago

@Rz-Rz Run axiom-ls to see your instances. you can then do axiom-ssh [instance-name].

coffeegist commented 3 months ago

I think this can sometimes happen for unknown reasons, perhaps because axiom doesn't attempt to / properly configure firewall/vpc/routing to the instance? I'm running into the same thing, and after deploying the instance, I can see it with axiom-ls, but both axiom-ssh <name> and axiom-connect fail to connect with a timeout, although the instance is up and running.

This was due to egress filtering being applied at a higher level than I had visibility. Disregard.