Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Dockerfile for Sublist3r

Source repository: Sublist3r

How to use it

Enumerate subdomains of specific domain

docker run --rm -t philalex/docker-sublist3r -d google.com

Enumerate subdomains of specific domain, show results in realtime and save the results to text file

docker run --rm -v $(pwd):/out -t philalex/docker-sublist3r -d google.com -v -o /out/subdomains_google.txt

About

Dockerfile for Sublist3r

Resources

Stars

2 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors