Skip to content
New issue

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 install #10

Open
sec13b opened this issue Mar 3, 2024 · 0 comments
Open

masscan-ng install #10

sec13b opened this issue Mar 3, 2024 · 0 comments

Comments

@sec13b
Copy link

sec13b commented Mar 3, 2024

`

./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

`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant