Closed ThomasTJdev closed 8 years ago
Fixed the IF statements where comparing to == "yes" instead of == "true".
== "yes"
== "true"
Added ELIF statement for onlycreds after checking for passwords. If onlycreds is set to true, then it should return None, if no passwords was found in packet.
return None
Deleted some empty lines which included tabs.
Changes to module net/http.sniff:
Fixed the IF statements where comparing to
== "yes"
instead of== "true"
.Added ELIF statement for onlycreds after checking for passwords. If onlycreds is set to true, then it should
return None
, if no passwords was found in packet.Deleted some empty lines which included tabs.