removed a print statement

This commit is contained in:
byt3bl33d3r 2014-07-15 22:51:37 +02:00
parent 24b0706dd5
commit 24300e8d5b
2 changed files with 1 additions and 2 deletions

View file

@ -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