Last active
February 5, 2019 10:19
-
-
Save 0xded093/a0777cb2c87f0a654cc90c2ee8062485 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
mkdir ~/Desktop/tmp | |
cd ~/Desktop/tmp | |
git clone https://github.com/rbsec/sslscan.git | |
cd sslscan | |
#wget https://www.openssl.org/source/openssl-1.0.2d.tar.gz | |
#tar -xzvf openssl-1.0.2d.tar.gz | |
#mv openssl-1.0.2d/ openssl | |
xcode-select --install | |
#cd openssl | |
#./Configure darwin64-x86_64-cc | |
#make | |
#cd ../ | |
make static | |
sudo cp sslscan /usr/local/bin/ | |
sslscan |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment