mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-06 13:02:24 -07:00
cleaned logging output
This commit is contained in:
parent
27552b08a0
commit
0eda0eab12
4 changed files with 25 additions and 33 deletions
|
@ -8,7 +8,6 @@ class Inject(CacheKill,Plugin):
|
|||
optname = "inject"
|
||||
implements = ["handleResponse","handleHeader","connectionMade"]
|
||||
has_opts = True
|
||||
log_level = logging.DEBUG
|
||||
desc = "Inject arbitrary content into HTML content"
|
||||
|
||||
def initialize(self,options):
|
||||
|
@ -33,7 +32,7 @@ class Inject(CacheKill,Plugin):
|
|||
self.dtable = {}
|
||||
self.count = 0
|
||||
self.mime = "text/html"
|
||||
print "[*] %s plugin online" % self.name
|
||||
print "[*] Inject plugin online"
|
||||
|
||||
|
||||
def handleResponse(self,request,data):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue