mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-07 13:32:18 -07:00
cleaned logging output
This commit is contained in:
parent
27552b08a0
commit
0eda0eab12
4 changed files with 25 additions and 33 deletions
|
@ -10,7 +10,7 @@ class jskeylogger(Inject, Plugin):
|
|||
def initialize(self,options):
|
||||
Inject.initialize(self, options)
|
||||
self.html_payload = self.msf_keylogger()
|
||||
print "[*] %s online" % self.name
|
||||
print "[*] %s plugin online" % self.name
|
||||
|
||||
def msf_keylogger(self):
|
||||
#Stolen from the Metasploit module http_javascript_keylogger
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue