We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
`
./masscan-ng: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb
sudo yum groupinstall -y "Development Tools" sudo yum install -y libpcap libpcap-devel git clone https://github.com/robertdavidgraham/masscan cd masscan make sudo make install
sudo apt-get -y install git gcc make libpcap-dev git clone https://github.com/robertdavidgraham/masscan.git cd masscan/ make sudo make install
masscan-ng sudo yum install -y epel-release sudo yum install -y unzip gcc clang glibc-devel pcre-devel openssl11-devel libpcap-devel git clone https://github.com/bi-zone/masscan-ng.git cd masscan-ng CC=clang LDFLAGS="-L/usr/lib64/openssl11" INCLUDES="-I/usr/include/openssl11" make make install
The text was updated successfully, but these errors were encountered:
No branches or pull requests
`
./masscan-ng: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
wget http://nz2.archive.ubuntu.com/ubuntu/pool/main/o/openssl/libssl1.1_1.1.1f-1ubuntu2_amd64.deb
sudo dpkg -i libssl1.1_1.1.1f-1ubuntu2_amd64.deb
`
`
Centos
sudo yum groupinstall -y "Development Tools"
sudo yum install -y libpcap libpcap-devel
git clone https://github.com/robertdavidgraham/masscan
cd masscan
make
sudo make install
`
`
Ubuntu
sudo apt-get -y install git gcc make libpcap-dev
git clone https://github.com/robertdavidgraham/masscan.git
cd masscan/
make
sudo make install
`
`
CentOS Linux 7 (Core)
masscan-ng
sudo yum install -y epel-release
sudo yum install -y unzip gcc clang glibc-devel pcre-devel openssl11-devel libpcap-devel
git clone https://github.com/bi-zone/masscan-ng.git
cd masscan-ng
CC=clang LDFLAGS="-L/usr/lib64/openssl11" INCLUDES="-I/usr/include/openssl11" make
make install
`
The text was updated successfully, but these errors were encountered: