Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
maldevel committed Jul 4, 2018
1 parent 5c71fae commit e794b44
Showing 1 changed file with 1 addition and 15 deletions.
16 changes: 1 addition & 15 deletions gasmask.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
__author__ = "maldevel"
__credits__ = ["maldevel", "mikismaos", "xvass"]
__license__ = "GPLv3"
__version__ = "1.3"
__version__ = "1.3.1"

#######################################################

Expand Down Expand Up @@ -124,17 +124,7 @@ def print_short(res):
('Loc: %s' % loc).ljust(30) + \
('OS: %s' % os).ljust(15) + \
('Tags: %s' % tags)
'''
public_info = ip.ljust(16) + \
((title_head + '%s') % http_title).ljust(max_title_len) + \
('SSL: %s' % cert_name).ljust(50) + \
('AS: %s (%s)' % (as_name,as_num)).ljust(40) + \
('Loc: %s' % loc).ljust(30) + \
('OS: %s' % os).ljust(15) + \
('Tags: %s' % tags)

return public_info
'''
#######################################################

## Censys Public Scan report ##
Expand Down Expand Up @@ -229,10 +219,6 @@ def CensysPublicScan(api_id , api_sec, output_basename, args, report_buckets, fi
if args.html: dump_html_to_file(htmldir, e)
if match != 'None': print_match(q.view(e['ip']), match)
i += 1

# CensysPublicReport('censys', public_info2, output_basename)
#else:
# return False

#######################################################

Expand Down

0 comments on commit e794b44

Please sign in to comment.