added banners and tree visual of loaded plugins

This commit is contained in:
byt3bl33d3r 2015-03-10 19:17:10 +01:00
parent ad6c3d8ed3
commit fcdbe49df9
7 changed files with 107 additions and 5 deletions

View file

@ -185,6 +185,10 @@ class ServerConnection(HTTPClient):
def replaceSecureLinks(self, data):
if self.hsts:
#Original code from SSLstrip+
#Saying that this is unreadible is an understatement
#KILL IT WITH FIRE!!
sustitucion = {}
patchDict = self.urlMonitor.patchDict
if len(patchDict)>0: