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

WIP Unexpected protocol: Extend trustedAppReferenceList to include more protocols #577 #618

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Hippi3Hack3r
Copy link
Contributor

This expands the list of well known protocol/port/services. Given the potential impact on performance I only included a few that seem to appear most frequently, but it could easily be expanded further. All tests pass, however the intended result has not been verified as I do not know a way to view the data without the AC-Hunter interface.

Copy link
Contributor

@william-stearns william-stearns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done! This looks good. A few minor changes:
{"tcp", 80, []string{"http"}},

{"tcp", 443, []string{"ssl", "http,ssl", "ssl,http"}},

{"tcp", 25, []string{"smtp", "ssl", "smtp,ssl", "ssl,smtp"}},

{"tcp", 143, []string{"imap", "ssl", "imap,ssl", "ssl,imap"}},

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.

None yet

2 participants