forked from activecm/rita-legacy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gather FQDN IPs using DNS lookups from previous chunks (activecm#676)
* Determine which hostnames need their fqdn beacon entries updated by checking which hostnames are associated with the external IPs we saw in the current import run. Move fqdnInput out of hostnames package and into beaconfqdn package. Add ./.vscode to gitignore (vscode dlv debugger creates launch profiles here) * linting fixes * Simplify affectedHostnameIPsChunked, fix a preallocation issue * added comment on preallocation of externalHosts in the affectedHostnames methods * comment formatting on reverseDNSQueryWithIPs * Allow disk use for large reverseDNSQuery aggregation * Add requested comments, use short variable assignments * Add println after stopping the first fqdn spinner Co-authored-by: Logan L <[email protected]>
- Loading branch information
Showing
10 changed files
with
303 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,7 @@ | |
*.swp | ||
*.swo | ||
*.exe | ||
/.vscode/ | ||
/rita | ||
/vendor/ | ||
/rita-html-report/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.