Make better output
This commit is contained in:
parent
9daa0a69d9
commit
f358f58eaf
@ -235,7 +235,7 @@ cert_sn,338163108483756707389368573553026254634358
|
|||||||
|
|
||||||
- Enable timeout for connections and handshakes
|
- Enable timeout for connections and handshakes
|
||||||
- HTML export ability
|
- HTML export ability
|
||||||
|
- Make print_status cleaner and smarter
|
||||||
|
|
||||||
|
|
||||||
### Author
|
### Author
|
||||||
|
|||||||
@ -170,6 +170,8 @@ def print_status(host, context, analyze=False):
|
|||||||
for san in context[host]['cert_sans'].split(';'):
|
for san in context[host]['cert_sans'].split(';'):
|
||||||
print('\t\t \\_ {}'.format(san.strip()))
|
print('\t\t \\_ {}'.format(san.strip()))
|
||||||
|
|
||||||
|
print('\n')
|
||||||
|
|
||||||
|
|
||||||
def show_result(user_args):
|
def show_result(user_args):
|
||||||
"""Get the context."""
|
"""Get the context."""
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user