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

Idea: mabey pointing -f to a executable uses it to verify adresses #92

Open
walksanatora opened this issue Jan 24, 2023 · 2 comments
Open

Comments

@walksanatora
Copy link

so what if would be lets say ./mkp224o -f filterProg would run basically filterProg "$DOMAIN" we could do more interesting things like checking the URL for anything in a filter at any point in the url, not just the start

@walksanatora
Copy link
Author

another idea would be to spawn filterProg as a sub-process and just feed it information throught a ENV var (like what thread it is) and pass Urls through STDIN

@cathugger
Copy link
Owner

anything else than shared memory based feeding would be too slow to be worth it imo, and at that point you'd need to use this thru specialized interface, and would end up losing some speed in the hot loop anyway due to cache area loss.
i think just modifying mkp224o would be simpler instead of doing that.

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

2 participants