CredSLayer icon indicating copy to clipboard operation
CredSLayer copied to clipboard

Create a --remove-duplicates switch

Open ShellCode33 opened this issue 6 years ago • 2 comments
trafficstars

At the logger level ?

ShellCode33 avatar Mar 04 '19 21:03 ShellCode33

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 avatar Mar 04 '19 21:03 ShellCode33

Autoremove duplicates on pcaps and keep everything in live capture ?

ShellCode33 avatar Mar 04 '19 22:03 ShellCode33