Working with Subscannon Tool

Now, we have successfully downloaded Subscannon tool on our system. No, it’s time to actually work with Subscannon.

Example 1:

python3 subscannon.py -d tesla.com

Example 2: 

python3 subscannon.py -d w3wiki.org

Note: The Wordlist is with limited subdomains names, so subdomains are identified in fewer numbers, you can make a strong wordlist and try with that to get results. 


Subscannon – Tool for Fastest Subdomains Finder in Kali Linux

Subscannon is a Python language-based tool that is used in the phase of Information Gathering and Enumeration. Subscannon is used for extracting subdomains for the target domain along with its status code. While Performing Penetration Testing on Web-based applications, there is very little probability of getting a valid bug in the central part. If you test their associate subdomains which many researchers don’t try, your chances of getting some relevant bug increase. You can go ahead according to the type of target; if it’s a Shopping Application, then you can search for Parameter Tampering, XSS, SQL injection, or another kind of vulnerability.

Similar Reads

Features of Subscannon Tool

Subscannon finds subdomains with a status code(99% Correct). Subscannon does DNS Lookup for all the Sub-Domains it finds. Subscannon also finds subdomains website titles. Subscannon is automatic and it tells interesting sub-domains that may be useful....

Installation of  Subscannon Tool in Kali Linux

Step 1: Open the Kali Linux terminal and move to the desktop using the following command. On the desktop, we have to create a directory in which we will install the tool or clone the tool from GitHub....

Working with Subscannon Tool

Now, we have successfully downloaded Subscannon tool on our system. No, it’s time to actually work with Subscannon....

Contact Us