<((((((\\\
/ . }\
;--..--._|}
(\ '--/\--' )
\\ | '-' :'| "Hasta la vista, SSL"
\\ . -==- .-|
\\ \.__.' \--._
[\\ __.--| // _/'--.
\ \\ .'-._ ('-----'/ __/ \
\ \\ / __>| | '--. |
\ \\ | \ | / / /
\ '\ / \ | | _/ /
\ \ \ | | / /
\ \ \ /
The tool will create a file call "'target-list'-report" with the targets organized by vulnerabilities
git clone https://github.com/matthernet/SSLscanator.git
cd SSLscanator
mv sslscanator.sh sslscanator
chmod +x ./sslscanator
mv ./sslscanator /usr/bin
For a simple domain:
$ sslscanator -t target.tld
For a target list:
$ sslscanator -l target-list
------SSLv3------
target.tld
------TLSv1.0------
target.tld
------SWEET32------
target.tld
------RC4------
target.tld
------POODLE------
target.tld
The tool needs sslscan to work
The tool will create a temporary folder in the execution directory that will be removed after scanning ends
SSLscanator is licensed under the GNU General Public License version 3 (GNU GPL v3).