Skip to content

matthernet/SSLscanator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 

Repository files navigation

                     <((((((\\\
                     /      . }\
                     ;--..--._|}
  (\                 '--/\--'  )
   \\                | '-'  :'|    "Hasta la vista, SSL"
    \\               . -==- .-|
     \\               \.__.'   \--._
     [\\          __.--|       //  _/'--.
     \ \\       .'-._ ('-----'/ __/      \
      \ \\     /   __>|      | '--.       |
       \ \\   |   \   |     /    /       /
        \ '\ /     \  |     |  _/       /
         \  \       \ |     | /        /
          \  \      \        /

SSLscanator

GitHub release License: GPL v3

Automate and organize the sslscan output

The tool will create a file call "'target-list'-report" with the targets organized by vulnerabilities

Installation:

git clone https://github.com/matthernet/SSLscanator.git
cd SSLscanator
mv sslscanator.sh sslscanator
chmod +x ./sslscanator
mv ./sslscanator /usr/bin

Example of use:

For a simple domain: $ sslscanator -t target.tld

For a target list: $ sslscanator -l target-list

Output example:

------SSLv3------
target.tld

------TLSv1.0------
target.tld

------SWEET32------
target.tld

------RC4------
target.tld

------POODLE------
target.tld

Dependencies

The tool needs sslscan to work

Notice:

The tool will create a temporary folder in the execution directory that will be removed after scanning ends

Licensing:

SSLscanator is licensed under the GNU General Public License version 3 (GNU GPL v3).