Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      The Case For Minimal WordPress Setups: A Contrarian View On Theme Frameworks

      June 4, 2025

      How To Fix Largest Contentful Paint Issues With Subpart Analysis

      June 4, 2025

      How To Prevent WordPress SQL Injection Attacks

      June 4, 2025

      Smashing Animations Part 4: Optimising SVGs

      June 4, 2025

      I test AI tools for a living. Here are 3 image generators I actually use and how

      June 4, 2025

      The world’s smallest 65W USB-C charger is my latest travel essential

      June 4, 2025

      This Spotlight alternative for Mac is my secret weapon for AI-powered search

      June 4, 2025

      Tech prophet Mary Meeker just dropped a massive report on AI trends – here’s your TL;DR

      June 4, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      Beyond AEM: How Adobe Sensei Powers the Full Enterprise Experience

      June 4, 2025
      Recent

      Beyond AEM: How Adobe Sensei Powers the Full Enterprise Experience

      June 4, 2025

      Simplify Negative Relation Queries with Laravel’s whereDoesntHaveRelation Methods

      June 4, 2025

      Cast Model Properties to a Uri Instance in 12.17

      June 4, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      My Favorite Obsidian Plugins and Their Hidden Settings

      June 4, 2025
      Recent

      My Favorite Obsidian Plugins and Their Hidden Settings

      June 4, 2025

      Rilasciata /e/OS 3.0: Nuova Vita per Android Senza Google, Più Privacy e Controllo per l’Utente

      June 4, 2025

      Rilasciata Oracle Linux 9.6: Scopri le Novità e i Miglioramenti nella Sicurezza e nelle Prestazioni

      June 4, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Learning Resources»Sublist3r — Sub-Domain Enumeration Tool

    Sublist3r — Sub-Domain Enumeration Tool

    June 2, 2025

    Subdomain discovery is very essential for information gathering during penetration testing on web applications. There are lots of tools available for it. We need to use them and find our subdomains because it is possible to find subdomains with some valuable information or some bugs which may lead our penetration testing or bug hunting process.

    In today’s article we are going to discuss about how we can find subdomains using sublist3r on our Kali Linux system. Sublist3r is a Python tool designed to enumerate subdomains of websites using OSINT. It helps penetration testers and bug bounty hunters collect and gather subdomains for the domain they are targeting. Sublist3r enumerates subdomains using many search engines such as Google, Yahoo, Bing, Baidu and Ask. Sublist3r also enumerates subdomains using Netcraft, Virustotal, ThreatCrowd, DNSdumpster and ReverseDNS.

    Sublist3r -- Sub-Domain Enumeration Tool  on Kali Linux

    Subbrute is integrated with Sublist3r to increase the possibility of finding more subdomains using bruteforce technology with an improved password list.

    Install & Use Sublist3r on Kali Linux

    Enough discussion, let’s install Sublist3r on our Kali Linux system. Sublist3r comes with Kali Linux repository and we can easily install it by applying following command:

    sudo apt install sublist3r

    This command will install sublist3r on our system, as we can see in the following screenshot:

    installing sublist3r on Kali Linux

    After the task is finished, we can use sublist3r on our system. First of all let’s check it’s help options by using following command:

    sublist3r -h

    In the following screenshot we can see the options of sublist3r tool.

    sublist3r help options

    Simply we can put a target domain to find it’s subdomains by using -d flag. Lets check for subdomains of Google by using following command:

    sublist3r -d google.com

    In the following screenshot we can see that sublist3r discovered subdomains of Google.com.

    Checking for Google subdomains

    In the above screenshot we can see that we got almost 38k unique subdomains for google.com.

    If we want to save all the subdomains in a text file then we can use -o flag. Then our command will be like following:

    sublist3r -d google.com -o Googlesubdomains.txt

    By using above command we can save the subdomains list on a txt file with any name.

    We also can search for subdomains of specific domain and show only subdomains which have open ports. We can specify our required open ports by using -p flag.

    For an example if we want to check subdomains on facebook.com domain which have port 80 and 443 is opened and save the output on a file named fbsubdomains.txt then we need to use following command:

    sublist3r -d facebook.com -p 80,443 -o fbsubdomains.txt

    We can see in the following screenshot that we have discovered the subdomains of facebook.com which have port 80 and port 443 opened and we saved the output on a text file.

    facebook sublist3r subdomains

    This is how we can perform subdomain enumeration using Sublist3r on our Kali Linux system. This is very useful for cybersecurity experts, during the recon process.

    Love our articles? Make sure to follow us on Twitter and GitHub, we post article updates there. To join our KaliLinuxIn family, join our Telegram Group and Whatsapp Channel. We are trying to build a community for Linux and Cybersecurity. For anything we always happy to help everyone on the comment section. As we know our comment section is always open to everyone. We read each and every comment and we always reply.

    Source: Read More

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleThe Secret Defense Strategy of Four Critical Industries Combating Advanced Cyber Threats
    Next Article Basic Networking Part 6 – What is OSI Model?

    Related Posts

    Learning Resources

    What I learned from Inspired

    June 4, 2025
    Learning Resources

    macOS Apprentice [SUBSCRIBER]

    June 4, 2025
    Leave A Reply Cancel Reply

    Continue Reading

    The Singularity: Humanity’s Last Invention – The Complete Guidebook

    Artificial Intelligence

    CVE-2025-4458 – Code-projects Patient Record Management System SQL Injection Vulnerability

    Common Vulnerabilities and Exposures (CVEs)

    Yokogawa Recorders Vulnerable to Attack Due to Insecure Default Settings

    Security

    Arm withdraws threat against Qualcomm that could have seen Copilot+ PCs with Snapdragon chips destroyed

    News & Updates

    Highlights

    CISA Adds Five New Vulnerabilities to  KEV Catalog

    June 3, 2025

    CISA Adds Five New Vulnerabilities to  KEV Catalog

    The Cybersecurity and Infrastructure Security Agency (CISA) has expanded its Known Exploited Vulnerabilities (KEV) Catalog, adding five new vulnerabilities that pose a high risk to federal agencies an …
    Read more

    Published Date:
    Jun 03, 2025 (1 hour, 26 minutes ago)

    Vulnerabilities has been mentioned in this article.

    CVE-2025-35939

    CVE-2025-3935

    CVE-2025-24054

    CVE-2024-56145

    CVE-2024-29988

    CVE-2023-39780

    CVE-2021-32030

    Build a self-service digital assistant using Amazon Lex and Knowledge Bases for Amazon Bedrock

    July 1, 2024

    Google DeepMind Introduces AlphaFold 3: A Revolutionary AI Model that can Predict the Structure and Interactions of All Life’s Molecules with Unprecedented Accuracy

    May 9, 2024

    10 VisionOS features I’d like to see Apple announce at WWDC this week

    June 9, 2024
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.