ssl-checker icon indicating copy to clipboard operation
ssl-checker copied to clipboard

Analyze doesn't seem to work

Open rpn0709 opened this issue 5 years ago • 8 comments

I would expect to see something comeback when the SAN is mismatched but I don't see anything. Great work though!

rpn0709 avatar Jan 19 '20 22:01 rpn0709

Thanks, would you be more specific? Or you might give me an overview of what you are looking for?

narbehaj avatar Jan 20 '20 07:01 narbehaj

I'm using the json output. It seems analyze doesn't work with it. Also moving the hostname inside the document would be more useful, root doc should just say message or host, reason being is if you were to index it into something like elasticsearch you don't want the dynamic naming.

rpn0709 avatar Jan 20 '20 21:01 rpn0709

great work how can i save the show_result in a variable ? when i do <x = ssl.show_result(ssl.get_args(json_args=args)> the result just print out in terminal and x doesn't get any value or type! thanks

tcpzix avatar Dec 09 '20 11:12 tcpzix

great work how can i save the show_result in a variable ? when i do <x = ssl.show_result(ssl.get_args(json_args=args)> the result just print out in terminal and x doesn't get any value or type! thanks

Fixed in the last commit, please pull.

narbehaj avatar Dec 09 '20 14:12 narbehaj

SSLChecker.show_result(SSLChecker.get_args(json_args=args)) TypeError: get_args() missing 1 required positional argument: 'self'

Can you help, please?

summersonne avatar Feb 03 '21 12:02 summersonne

@summersonne can you print your args here?

narbehaj avatar Feb 03 '21 15:02 narbehaj

args = { 'hosts': ['google.com', 'cisco.com'] }

summersonne avatar Feb 03 '21 16:02 summersonne

@summersonne mine works fine in both python2 and 3. Could you send your whole script via email, please?

narbehaj avatar Feb 03 '21 18:02 narbehaj