PowerScript / KatanaFramework

The New Hacking Framework
http://powerscript.github.io/KatanaFramework/
690 stars 224 forks source link

Module net/http.sniff: Fixed wrong IF statement #11

Closed ThomasTJdev closed 8 years ago

ThomasTJdev commented 8 years ago

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.