Plazmaz / Sublist3r

Fast subdomains enumeration tool for penetration testers
GNU General Public License v2.0
117 stars 23 forks source link

Create Dockerfile #14

Closed random-robbie closed 7 years ago

random-robbie commented 7 years ago

Dockerfile with all depends installed. Alpine linux based. 107.64 MB image size.

docker build -t Sublist3r .
docker run -it Sublist3r:latest 
python sublist3r.py -d yahoo.com
Plazmaz commented 7 years ago

Thanks for the contribution!