alphasoc / flightsim

A utility to safely generate malicious network traffic patterns and evaluate controls.
https://alphasoc.com
Other
1.27k stars 134 forks source link

dial tcp 34.96.64.1:443: i/o timeout #17

Closed CaicaiJason closed 4 years ago

CaicaiJason commented 4 years ago

what is the problem when I run this commend.

flightsim run

return

dial tcp 34.96.64.1:443: i/o timeout
tg commented 4 years ago

This is the IP behind api.open.wisdom.alphasoc.net, which is our API and is used to fetch IP/domains for flightsim modules. It looks like in your case flighsim is unable to contact our API.

Please can you make sure this domain/IP is reachable from within your network? On linux/macos you can run nc -v 34.96.64.1 443 and see whether connection succeeded. If it does and flightsim is still unable to connect then it could be a problem within flightsim. Please let me know.

chrisforce1 commented 4 years ago

Closing due to inactivity here.