Kali Linux Tools

Subfinder – A New Tool to Discover Subdomains for Websites

Today, we will present a new tool for gathering information to identify subdomains linked to a particular domain.

The subdomains that should be “blog.kalilinuxtutorials.com” and “store.kalilinuxtutorials.com” are subdomains of the “kalilinuxtutorials.com” domain.

What is Subdomain?

Subdomains are created as subsets of the primary domain name to help organize and navigate different website sections.

The primary use of subdomains for site owners is to manage extensive sections of their website that require a distinct content hierarchy, such as online stores, blogs, or support platforms.

subfinder – Subdomain Discovery Tools

Subfinder is a tool for discovering subdomains of websites that uses passive online sources to return valid results.

It is designed with a simple, modular architecture optimized for speed.

Subfinder is designed explicitly for passive subdomain enumeration and excels at this task.

We have ensured that Subfinder complies with all the licensing and usage restrictions of the passive sources it utilizes.

The tool’s passive model provides speed and stealthiness, making it useful for penetration testers and bug bounty hunters.

Features

  • Fast and powerful resolution and wildcard elimination modules
  • Curated passive sources to maximize results
  • Multiple output formats supported (JSON, file, stdout)
  • Optimized for speed and lightweight on resources
  • STDIN/OUT support enables easy integration into workflows

Installation

install -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder@latest

Running Subfinder

Use the following command to find the subdomains of a domain.

subfinder -d testdomain.com

Please consider following and supporting us to stay updated with the latest information.

Linumonk

Recent Posts

garak, LLM Vulnerability Scanner : The Comprehensive Tool For Assessing Language Model Security

garak checks if an LLM can be made to fail in a way we don't…

3 hours ago

Vermilion : Mastering Linux Post-Exploitation For Red Team Success

Vermilion is a simple and lightweight CLI tool designed for rapid collection, and optional exfiltration…

3 hours ago

AD-CS-Forest-Exploiter : Mastering Security Through PowerShell For AD CS Misconfiguration

ADCFFS is a PowerShell script that can be used to exploit the AD CS container…

3 hours ago

Usage Of Tartufo – A Comprehensive Guide To Securing Your Git Repositories

Tartufo will, by default, scan the entire history of a git repository for any text…

3 hours ago

Loco : A Rails-Inspired Framework For Rust Developers

Loco is strongly inspired by Rails. If you know Rails and Rust, you'll feel at…

1 day ago

Monolith : The Ultimate Tool For Storing Entire Web Pages As Single HTML Files

A data hoarder’s dream come true: bundle any web page into a single HTML file.…

1 day ago