DanMcInerney / net-creds

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

capture by mask #11

Closed sub-1337 closed 8 years ago

sub-1337 commented 9 years ago

Please add capture POST request by mask, cap all POST requests that have "login","pass","email" field and custom phazes.

DanMcInerney commented 8 years ago

It should already do that. Check line 914. It checks for 'login', 'pass', and 'email'. Custom phrases might be a good idea to add. I'll keep that in mind. Just make sure when you test it you're testing it on HTTP versions of sites rather than HTTPS which it can't parse.