https://github.com/dutchcoders/sslscanner
https://github.com/dutchcoders/sslscanner
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dutchcoders/sslscanner
- Owner: dutchcoders
- Created: 2015-03-17T21:26:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-01T10:33:18.000Z (about 10 years ago)
- Last Synced: 2023-08-03T21:05:44.711Z (almost 2 years ago)
- Language: Go
- Size: 201 KB
- Stars: 6
- Watchers: 8
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SSLScanner
SSLScanner is a command line tool that will scan your network for ssl / tls implementations. Currently the following protocols are being supported:
* SMTP
* HTTPS
* POP3
* IMAP
* LDAPS
* RADIUS```
openssl s_client -connect whitepages.gatech.edu:636
```# Demo
# Usage
# Building
# Installation
## Install on OS-X using Homebrew
```
$ brew tap dutchcoders/homebrew-sslscanner
$ brew install sslscanner
```# Sponsors
This project has been made possible by [Keytalk](http://keytalk.com/).
## Contributions
Contributions are welcome.
## Creators
Remco Verhoef
* https://twitter.com/remco_verhoef
* https://twitter.com/dutchcoders## Copyright and license
Code and documentation copyright 2011-2015 Remco Verhoef and Keytalk.
Code released under the MIT license.