Created
September 8, 2015 07:42
-
-
Save coffebar/8979bc950bcf1e04580b to your computer and use it in GitHub Desktop.
Ciphersuite
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
from sslscan.ui import run | |
if __name__ == '__main__': | |
print 'Example of usage:' | |
print 'scan.py scan --scan=server.ciphers --report=term --tls10 docs.python.org' | |
run() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment