Skip to content

Instantly share code, notes, and snippets.

@0xded093
Last active February 5, 2019 10:19
Show Gist options
  • Save 0xded093/a0777cb2c87f0a654cc90c2ee8062485 to your computer and use it in GitHub Desktop.
Save 0xded093/a0777cb2c87f0a654cc90c2ee8062485 to your computer and use it in GitHub Desktop.
#!/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