Skip to content

Instantly share code, notes, and snippets.

@coffebar
Created September 8, 2015 07:42
Show Gist options
  • Save coffebar/8979bc950bcf1e04580b to your computer and use it in GitHub Desktop.
Save coffebar/8979bc950bcf1e04580b to your computer and use it in GitHub Desktop.
Ciphersuite
#!/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