> For the complete documentation index, see [llms.txt](https://ceh-practical.cavementech.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ceh-practical.cavementech.com/module-2.-footprinting-and-reconnaissance/3.-footprinting-through-social-networking-sites.md).

# 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>" %}
