# 3. Footprinting through Social Networking sites

## <mark style="color:red;">1. Finding employees through Harvester</mark>

```
theHarvester -d microsoft -l 200 -b linkedin
```

## 2. Gather Personal Information from Various Social Networking Sites using Sherlock

Sherlock is a python-based tool that is used to gather information about a target person over various social networking sites. Sherlock searches a vast number of social networking sites for a given target user, locates the person, and displays the results along with the complete URL related to the target person.

{% embed url="<https://github.com/sherlock-project/sherlock>" %}

```
python3 sherlock.py user123
```

<figure><img src="/files/U37CtfMkTQSQUDebLOfi" alt=""><figcaption></figcaption></figure>

### Other tools

{% embed url="<https://www.social-searcher.com>" %}

{% embed url="<https://github.com/issamelferkh/userrecon>" %}

## <mark style="color:red;">3. Gather information with followerwank</mark>

It provides info about activity, followers, topics etc

{% embed url="<https://followerwonk.com/analyze>" %}

### <mark style="color:red;">Other tools</mark>

{% embed url="<https://www.hootsuite.com/>" %}

### Best CEH Practical Preparation Course

{% embed url="<https://www.udemy.com/course/ethical-hacker-practical/?referralCode=289CF01CF51246BCAD6C>" %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ceh-practical.cavementech.com/module-2.-footprinting-and-reconnaissance/3.-footprinting-through-social-networking-sites.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
