Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmd/run: failed dns probe for any reason should not be fatal #52

Merged
merged 1 commit into from
Feb 15, 2022

Conversation

kmroz
Copy link
Contributor

@kmroz kmroz commented Nov 2, 2021

Hopefully fixes #51; definitely fixes the breakage I introduced for Windows.

@kmroz kmroz requested a review from tg November 2, 2021 15:34
@kmroz
Copy link
Contributor Author

kmroz commented Nov 2, 2021

Here's what we'll have (windows):

.\flightsim.exe run c2

AlphaSOC Network Flight Simulator™  (https://github.com/alphasoc/flightsim)
The address of the network interface for IP traffic is 10.132.0.8
The address of the network interface for DNS queries is UNKNOWN, system defaults will be used
The current time is 02-Nov-21 15:01:57

15:01:57 [c2] Preparing a random sample of C2 domains
15:01:57 [c2] Resolving www.cmfsports.com
...

.\flightsim.exe run -iface Ethernet c2

AlphaSOC Network Flight Simulator™  (https://github.com/alphasoc/flightsim)
The address of the network interface for IP traffic is 10.132.0.8
The address of the network interface for DNS queries is 10.132.0.8
The current time is 02-Nov-21 15:01:40

15:01:40 [c2] Preparing a random sample of C2 domains
15:01:40 [c2] Resolving marksidfg.ug
...

@kmroz kmroz merged commit 8303298 into master Feb 15, 2022
@kmroz kmroz deleted the issues/51-dns-probe branch February 15, 2022 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Why can't I open the exe file in Windows10?
2 participants