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

Only trust custom certificate #1

Open
devnoname120 opened this issue Jun 23, 2024 · 1 comment
Open

Only trust custom certificate #1

devnoname120 opened this issue Jun 23, 2024 · 1 comment

Comments

@devnoname120
Copy link

Mitm implementations usually create a custom certificate that is meant to be installed on the relevant devices.

Currently this module poses a huge security risk because it indiscriminately accepts any certificates letting malicious actors do man-in-the-middle attacks very easily.

For security purposes it would be great not to validate any certificates but only system certificates + custom certificates that the user picks. Could rely for example on the user certificates store or a custom directory containing the whitelisted certificates.

Thanks a lot!

@devnoname120
Copy link
Author

@cryptoexpertssss Any chance you could add this feature to your fork? 🙏

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

No branches or pull requests

1 participant