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

Fix SSL domain indexing logic, whitelist using MAC instead of IP and make it persistent. #73

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

Conversation

buffermet
Copy link
Member

@buffermet buffermet commented Sep 9, 2024

Changelog:

  • Fixed SSL domain indexing logic.
  • Whitelisting clients is now done using MAC instead of IP.
  • Whitelisting is now persistent.
  • Some performance improvements.

To-Do:

The goal is to be able to list all HSTS preloaded domains, so for each domain prefix (www., a, b, c, ...) there should be another range of string mapped arrays. Ideally the indexing depth is automatically based on the size of the array.

Ideally the entire list of domains is only saved when the module is stopping.

A cookie tracker still needs to be implemented for spoofed domains.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant