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

Create a --remove-duplicates switch #1

Open
ShellCode33 opened this issue Mar 4, 2019 · 2 comments
Open

Create a --remove-duplicates switch #1

ShellCode33 opened this issue Mar 4, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@ShellCode33
Copy link
Owner

At the logger level ?

@ShellCode33 ShellCode33 added the enhancement New feature or request label Mar 4, 2019
@ShellCode33
Copy link
Owner Author

This mechanism already exists in extract.py

emails_already_found = set()
credit_cards_already_found = set()

But it would be great to do that everywhere

@ShellCode33
Copy link
Owner Author

Autoremove duplicates on pcaps and keep everything in live capture ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant