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.
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 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.
install -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder@latest
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.
shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…
Extract and execute a PE embedded within a PNG file using an LNK file. The…
Embark on the journey of becoming a certified Red Team professional with our definitive guide.…
This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…
This took me like 4 days (+2 days for an update), but I got it…
MaLDAPtive is a framework for LDAP SearchFilter parsing, obfuscation, deobfuscation and detection. Its foundation is…