DanMcInerney / net-creds

Sniffs sensitive data from interface or pcap
GNU General Public License v3.0
1.65k stars 432 forks source link

Repeated information #16

Closed sha0coder closed 8 years ago

sha0coder commented 8 years ago

Working with big pcap files, there are a lot of repeated output, It will very useful not show repeated data.

DanMcInerney commented 8 years ago

This was a design decision but not one I'm married to. Just like I kept in the reporting of NTLM hashes that are missing the challenge and thus uncrackable, I liked knowing how much traffic and credentials were traveling across the network even if they were repeats. I believe the reporting in the log file is not repetitious and I think users should generally use the log file for actual credential harvesting rather than the live output so for the time being, at least, I'm going to keep the live output really live.