Skip to content

Commit e794b44

Browse files
committed
v1.3.1
1 parent 5c71fae commit e794b44

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

gasmask.py

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
__author__ = "maldevel"
3131
__credits__ = ["maldevel", "mikismaos", "xvass"]
3232
__license__ = "GPLv3"
33-
__version__ = "1.3"
33+
__version__ = "1.3.1"
3434

3535
#######################################################
3636

@@ -124,17 +124,7 @@ def print_short(res):
124124
('Loc: %s' % loc).ljust(30) + \
125125
('OS: %s' % os).ljust(15) + \
126126
('Tags: %s' % tags)
127-
'''
128-
public_info = ip.ljust(16) + \
129-
((title_head + '%s') % http_title).ljust(max_title_len) + \
130-
('SSL: %s' % cert_name).ljust(50) + \
131-
('AS: %s (%s)' % (as_name,as_num)).ljust(40) + \
132-
('Loc: %s' % loc).ljust(30) + \
133-
('OS: %s' % os).ljust(15) + \
134-
('Tags: %s' % tags)
135127

136-
return public_info
137-
'''
138128
#######################################################
139129

140130
## Censys Public Scan report ##
@@ -229,10 +219,6 @@ def CensysPublicScan(api_id , api_sec, output_basename, args, report_buckets, fi
229219
if args.html: dump_html_to_file(htmldir, e)
230220
if match != 'None': print_match(q.view(e['ip']), match)
231221
i += 1
232-
233-
# CensysPublicReport('censys', public_info2, output_basename)
234-
#else:
235-
# return False
236222

237223
#######################################################
238224

0 commit comments

Comments
 (0)