Skip to main content

subfinder tools for linux

 

subfinder

 

subfinder is a subdomain discovery tool that returns valid subdomains for websites, using passive online sources. It has a simple, modular architecture and is optimized for speed. subfinder is built for doing one thing only - passive subdomain enumeration, and it does that very well.

We have made it to comply with all the used passive source licenses and usage restrictions. The passive model guarantees speed and stealthiness that can be leveraged by both penetration testers and bug bounty hunters alike.

 

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
  •  subfinder

    Installation

    subfinder requires go1.24 to install successfully. Run the following command to install the latest version:

    1. copy url and past terminal command --  go install -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder@latest

    Learn about more ways to install subfinder here: https://docs.projectdiscovery.io/tools/subfinder/install.

    2 copy and past terminal -- subfinder -h 

    Subfinder is a tool used for discovering valid subdomains of websites through passive online sources. It is commonly utilized by ethical hackers and bug bounty hunters during the reconnaissance phase of security assessments

     

     

     

     

    subfinder Tool in Linux

    subfinder is a subdomain enumeration tool written in the Go programming language. Subfinder is used for discovering passive subdomains of websites by using digital sources like Censys, Chaos, Recon.dev, Shodan, Spyse, Virustotal, and many other passive online sources. Subfinder is widely used by Ethical Hackers and Bug bounty hunters in the Information gathering Phase which is also known as Reconnaissance.

    SubFinder tool in linux

    Installing subfinder

    As subfinder is a Go tool you need to have the Go language package installed before installing subfinder.

    1. From Source(Recommended)

    All you need to do is open your terminal and paste this one line of code and press enter.

    GO111MODULE=on go get -v github.com/projectdiscovery/subfinder/v2/cmd/subfinder
    installing subfinder form source
    From Source

    2. From Binary

    Firstly download the release suitable for your OS from https://github.com/projectdiscovery/subfinder/releases/ and then unzip the folder and move the subfinder binary file to /usr/local/bin/ and you are good to go

    # download release from https://github.com/projectdiscovery/subfinder/releases/
    tar -xzvf subfinder-linux-amd64.tar.gz
    mv subfinder /usr/local/bin/
    subfinder -h

    3. From Github

    Clone https://github.com/projectdiscovery/subfinder.git repository and change directory to subfinder/v2/cmd/subfinder and then type go build . (don't forget to put a '.' at the end ) now move the subfinder binary file to /usr/local/bin and subfinder is ready to use.

    git clone https://github.com/projectdiscovery/subfinder.git
    cd subfinder/v2/cmd/subfinder
    go build .
    mv subfinder /usr/local/bin/
    subfinder -h
    installing subfinder form GitHub
    From Github

    Retrieving the Subfinder list of attributes

    subfinder -h 
    Subfinder help

    Working with SubFinder

    Here we will find out subdomains of the domain geeksforgeeks.org and setting a concurrency of 50. I got around 73 subdomains for geeksforgeeks.org in 4 seconds 71 milliseconds.

    subfinder -d geeksforgeeks.org -silent -t 50
    Working with subfinder
    Example usage of subfinder


Comments

Popular posts from this blog

Tiger vires

Tiger Virus WELCOME TO TIGER VIRUS TOOL Tiger Virus Created By ASHIK K I *Best Virus Making Tool To Make Virus Applications and Messeges For Whatsapp And Other Chat Applications Tool by  The Devil Tigers *For more details see my youtube channel *Click :-  YouTube How to run this Tool "Tiger Virus" Commands _________ $ apt update $ apt upgrade -y $ pkg install git -y $ git clone  https://github.com/Devil-Tigers/TigerVirus.git $ cd TigerVirus $ bash TigerVirus.sh After Installation the Virus Applications or text file Send To Victim If Application copy and past on whatsapp and sent if Text Enjoy Screenshots 2 options at First *1) Virus Applications (new 2021 ) When Any One Install It. Their Phone Will Be Damaged and Reset! *2) Virus Messeges For Whatsapp And Other Chat Apps ! 4 options *Minimum Range for (under 2GB Ram Mobile Phones) *Medium Range for (More than 2GB Ram Mobile Phones) *Maximum Range for (4GB Ram or More than 4GB Mobile phones) *Tiger ...

Understanding and Mitigating DDoS Attacks

  Understanding and Mitigating DDoS Attacks: Strategies, Tools, and Best Practices   What Are DDoS Attacks? Distributed Denial of Service (DDoS) attacks overwhelm online services, causing disruptions that impact both businesses and individuals. Defining DDoS Attacks DDoS attacks involve multiple compromised systems targeting a single system. Attackers use these systems to flood the target with a high volume of traffic. This deluge results in service unavailability. Attackers often coordinate these attacks using botnets, networks of infected computers. How DDoS Attacks Work DDoS attacks exploit a target’s bandwidth or resources. Attackers accomplish this using three primary methods: Volume-Based : These attacks inundate the target with junk data. For example, sending flood pings to use up bandwidth. Protocol : These attacks consume server resources. They exploit vulnerabilities in network protocols (e.g., SYN floods, ping of death). Application Layer : These att...

Is AI rewriting cybersecurity rules

👨‍💻 Is AI rewriting cybersecurity rules? Criminals are using LLMs to create natural-looking malware that evades detection. 🛡️ What’s happening: » 10,000+ malware variants generated at scale. » 88% trick tools like VirusTotal. » Detection systems risk degradation over time.   Cybersecurity researchers have found that it's possible to use large language models (LLMs) to generate new variants of malicious JavaScript code at scale in a manner that can better evade detection. "Although LLMs struggle to create malware from scratch, criminals can easily use them to rewrite or obfuscate existing malware, making it harder to detect," Palo Alto Networks Unit 42 researchers  said  in a new analysis. "Criminals can prompt LLMs to perform transformations that are much more natural-looking, which makes detecting this malware more challenging." With enough transformations over time, the approach could have the advantage of degrading the performance of malware classification...