1N3 / Sn1per

Attack Surface Management Platform
https://sn1persecurity.com
Other
7.9k stars 1.82k forks source link

Install Pro Over Docker #304

Closed Sajibekanti closed 3 years ago

Sajibekanti commented 3 years ago

What is the Method to Run Pro Version Over Docker?

System : Centos 7

1N3 commented 3 years ago

To install Sn1per Professional using Docker, please do the following:

docker pull xerosecurity/sn1per
docker run -p 1337:1337 -it xerosecurity/sn1per /bin/bash

This will give you a root prompt within the container.

From here, run the activation.sh script/command you received with your order to install Sn1per Professional.

curl https://xerosecurity.com/pro/8.0/<YOUR_LICENSE_KEY_HERE>/activation.sh | sudo bash

After, you can access the web UI by going to https://:1337

Sajibekanti commented 3 years ago

Completely Setup Done