bearded-web / bearded

MIT License
130 stars 44 forks source link

Add support for ssl scan #22

Open m0sth8 opened 9 years ago

m0sth8 commented 9 years ago

https://github.com/nabla-c0d3/sslyze/

sslyze xml parser https://github.com/lair-framework/go-sslyze sslyze example https://github.com/Wawki/minion-sslyze-plugin/blob/master/minion/plugins/sslyze.py

kyprizel commented 9 years ago

better use sslyze https://github.com/nabla-c0d3/sslyze/

m0sth8 commented 9 years ago

@kyprizel What kind of information is useful from sslyze report? I've seen tests for heartbleed.

kyprizel commented 9 years ago

it has all the functionality sslscan has

m0sth8 commented 9 years ago

Are there any examples how to use sslyze report?

m0sth8 commented 9 years ago

I found =)

m0sth8 commented 9 years ago

take sslyze plugin for minion #97