Categories: Kali Linux

theHarvester – Tool To Gather Email Address, Sub Domain and Hosts

theHarvester Tool” is a simple and effective tool to gather the Email Address, Employee Names, Hostnames, Sub Domains, IP addresses, and Virtual Hosts, from different public sources (eg: Google, LinkedIn)

How do we do it? – theHarvester

git clone https://github.com/laramies/theHarvester.git

Open the directory where the files are cloned to:

Also read Mcreator – Encoded Reverse Shell Generator With Techniques To Bypass AV’s

Run the python file [Use ./ or “python” while executing a python file]

Examples:

Fetch from a domain (-d www.vulnweb.com), limiting the results to 300 (-l 300), using LinkedIn (-b LinkedIn)

Fetch from a domain (-d www.vulnweb.com), limiting the results to 300 (-l 300), using Google (-b google)

You can follow us on LinkedinTwitterFacebook for daily Cybersecurity updates also you can take the Best Cybersecurity courses online to keep your self-updated.

Pricilla

Recent Posts

ROADTools: The Modern Azure AD Exploration Framework

ROADTools is a powerful framework designed for exploring and interacting with Microsoft Azure Active Directory…

9 hours ago

How to Enumerate Microsoft 365 Groups Using PowerShell and Python

Microsoft 365 Groups (also known as M365 Groups or Unified Groups) are at the heart…

10 hours ago

SeamlessPass: Using Kerberos Tickets to Access Microsoft 365

SeamlessPass is a specialized tool designed to leverage on-premises Active Directory Kerberos tickets to obtain…

1 day ago

PPLBlade: Advanced Memory Dumping and Obfuscation Tool

PPLBlade is a powerful Protected Process Dumper designed to capture memory from target processes, hide…

1 day ago

HikPwn : Simple Scanner For Hikvision Devices With Basic Vulnerability Scanning

HikPwn: Comprehensive Guide to Scanning Hikvision Devices for Vulnerabilities If you’re searching for an efficient…

2 days ago

Comments in Bash Scripts

What Are Bash Comments? Comments in Bash scripts, are notes in your code that the…

1 week ago