Sublist3r - A subdomian Scanner
sublist3r is the python script which scrub all the sub-domains of any domains found on various search engines like Google,baidu,virustotal and other sources. This tool helps all the ethical hackers or evil hackers to find the sub-domain of their targeted websites using OSINT. This tool was developed by Ahmed Aboul Ela. This is the tool which help to gather the information using various search engines.
subbrute was integrated with Sublist3r to increase the possibility of finding more subdomains using bruteforce with an improved wordlist whose credit goes to TheRook who is the author of subbrute.
installation process of sublist3r
step 1:
go to github link and clone the file to your machine desktop as
Now move inside the directory and installed all the required items to run the script smoothly as
step 3:
After installing the requirement now run the script as
root@sh3ll:~/Desktop/Tools/Sublist3r# python sublist3r.py -d <target host>
subbrute was integrated with Sublist3r to increase the possibility of finding more subdomains using bruteforce with an improved wordlist whose credit goes to TheRook who is the author of subbrute.
installation process of sublist3r
step 1:
go to github link and clone the file to your machine desktop as
git clone https://github.com/aboul3la/Sublist3r.git
step 2:Now move inside the directory and installed all the required items to run the script smoothly as
sudo pip install -r requirements.txt
step 3:
After installing the requirement now run the script as
root@sh3ll:~/Desktop/Tools/Sublist3r# python sublist3r.py -d <target host>
After this wait for sometime since it take some time to grab information about sub-domain
No comments: