mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-06 13:02:24 -07:00
removed a print statement
This commit is contained in:
parent
24b0706dd5
commit
24300e8d5b
2 changed files with 1 additions and 2 deletions
|
@ -119,7 +119,6 @@ class JavaPwn(BrowserProfiler, Plugin):
|
|||
if len(jobs) > 0:
|
||||
for k,v in jobs.items():
|
||||
info = msf.call('job.info', [k])
|
||||
print info
|
||||
if exploit in info['name']:
|
||||
logging.info('%s >> \t %s exploit already started' % (vic_ip, exploit))
|
||||
url = info['uripath'] #get the url assigned to the exploit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue