View Single Post
Posts: 1,298 | Thanked: 4,322 times | Joined on Oct 2014
#6
Originally Posted by jonwil View Post
The first step is to identify all the binaries (open and closed) that link to openssl. Not sure of the easiest way to do that though.
something like this

Code:
# ldd $(find /usr/bin/ -executable) | grep libssl
 

The Following 5 Users Say Thank You to nieldk For This Useful Post: