Maybe it is yet another wheel
but still worth to do. The original idea is come from https://xmpp.net/.
This is only a script. I plan to build it with python. I need to study ssl related modules first. So I'm not sure when the project can be done. Nevertheless I make it as an opportunity to learn python programming.
This project is part of:
Hack Week 12
Activity
Comments
-
over 9 years ago by vitezslav_cizek | Reply
Do you mean something like https://www.ssllabs.com? Eg. https://www.ssllabs.com/ssltest/analyze.html?d=www.suse.com&s=130.57.66.10 It has public api: https://github.com/ssllabs/ssllabs-scan/
-
over 9 years ago by vitezslav_cizek | Reply
Do you mean something like ssllabs?
Example for suse.com
It has public api.-
over 9 years ago by whdu | Reply
Yes, it's the kind of thing like that. But I want to implement locally so don't depend on third part on-line api. The advantage is to work in a isolated network (for confidential considering). The most important is that the code should be freed(opened).
But anyway, people may think it's recreating the wheel. I'm okay with recreate wheels ;)
-
over 9 years ago by vitezslav_cizek | Reply
No problem.
Btw, here's another project you might be interested.
It's an SSL fingerprinting tool written in python.
-
-
Similar Projects
This project is one of its kind!