Social Mapper — Find Social Media Profiles Using a Photo Only

Social Mapper — Find Social Media Profiles Using a Photo Only

Previously, we have talked about how to find social media by usernames using userrecon. But using that process we can’t do a mass scan. But using Social Mapper we can don mass scan. Not only that the main function is we can find someone with the photo only. Yes, Social Mapper uses facial recognition to perform scan. Let’s use the Social Mapper tool in our Kali Linux machine.

Social Mapper is a Python based open-source intelligence tool that correlates social media profiles via facial recognition.

Social Mapper in Kali Linux

Social Mapper collects data from many popular social media like

  • Facebook
  • Instagram
  • Linkedln
  • Google plus
  • Twitter
  • VKontakte

It also can collect information from micro blogging websites like Weibo and Douban.

This tool uses names and photos as input to scan social media profiles of the people on mass scan.

Social Mapper is aimed at penetration testers and red teams, they can use it to expand their target lists and find social media profiles. Social Mapper is created by Jacob Wilkin. Jacob presents this tool on Black Hat USA 2018 and DEFCON 16 security conference.

Now we set up Social Mapper in our Kali Linux system. First we need to configure our system for Social Mapper. We need to install Gecodriver in /usr/bin. We can download Geckodriver’s latest version for our Kali Linux 64 bit system from https://github.com/mozilla/geckodriver/releases

Gecodriver
we scrolled down to find Gecodriver

 After download it in our Downloads folder, we need to extract Geckodriver files, To do that we open our terminal and we go to Downloads directory by using following command:

cd Downloads

 Then we type following command to extract the tar.gz compressed file:

tar -xvzf geckodriver-vx.xx.x-linux32.tar.gz

Here x.xx.x is referring the downloaded version of Geckodriver. See the following screenshot:

de compressing gecodriver

Now we copy the Geckodriver folder to /usr/bin using following command:

cp geckodriver /usr/bin

coping geckodriver to /usr/bin

Geckodriver is copied, now we need to install some prerequisites to run Social Mapper. To do that we use following command:

apt install build-essential cmake libgtk-3-dev libboost-all-dev

The download and installation will depend on our internet speed and system performance.
The screenshot is following:

apt install build-essential cmake libgtk-3-dev libboost-all-dev

Now we go back to our root folder by using

cd #

Then we clone Social Mapper from it’s GitHub repository by applying following command:

git clone https://github.com/greenwolf/social_mapper

The screenshot is following:

social mapper download

Then we need to install some python modules from Social Mapper’s requirements we do this using following command:

cd social_mapper/setup && python3 -m pip install -r requirements.txt

The screenshot is following:

requirements of social mapper

Now we are almost able to run Social Mapper. Then we go back to Social Mapper’s directory using following command :

cd ..

We can check the help option by using

python3 social_mapper.py -h

The help menu is following:

help menu of social mapper

Social Mapper requires one account of social media to search across social media platforms, like if we want to search a photo on Facebook and Twitter we need to give our Facebook and Twitters username and password. Here for our safety we shouldn’t give our own social media account’s credentials. We should open fake account on social media to safer use of Social Mapper.
We can add our username and password in social_mapper.py file. To do we open the file in any text editor (we are using leafpad here).

leafpad social_mapper.py

 The screenshot of the command is following:

social_mapper.py

Then we need to scroll down and stop here as following screenshot:

giving crediantials
Credentials in plain text

Here we need to provide our username and password. Then we just save and close the text editor.

Then we open the Social Mapper folder in file manager and navigate to
Input-Examples > imagefolder as shown below

images-folder

Here we can see some examples. We can add target’s photo in this folder to perform a scan. Here we have added.

roger federer kali linux

Then we type following command to perform a fast scan on Facebook:

python3 social_mapper.py -f imagefolder -i /root/social_mapper/Input-Examples/imagefolder -m fast -fb

The screenshot is following:

social mapper

Here we can see the links of the profiles matched and also the results are saved in a csv and html file. We can open the html file in firefox web browser.

socialmapper

Here can come some fake profile of our target because we have used fast scan, to perform a accurate scan on Facebook and Twitter both we use following command:

python3 social_mapper.py -f imagefolder -i /root/social_mapper/Input-Examples/imagefolder -m accurate -fb -tw

KP AKA Koushik Pal is a Security researcher and specialist focused on educating about Linux for cybersecurity and URL‑masking vulnerabilities. Creator of MaskPhish, a well‑known open‑source bash-based URL‑masking tool. Linux enthusiasts Active speaker, trainer, and advocate for secure web practices.

25 comments

comments user
Sathish

Getting error while installing cmake

comments user
Kali Linux

Hi Sathish, Can you tell me the error please ?

comments user
Unknown

Bro pfb the error

root@kali:~/Downloads# apt install build-essential cmake libgtk-3-dev libboost-all-dev
Reading package lists… Done
Building dependency tree
Reading state information… Done
Package cmake is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'cmake' has no installation candidate
E: Unable to locate package libgtk-3-dev
E: Unable to locate package libboost-all-dev

comments user
Kali Linux

It seems you need to update and upgrade your Kali Linux. Do it easily by
sudo apt-get update
then upgrade it by using
sudo apt-get upgrade
If the process not working then you need to change the repository of Kali Linux do it by just google.

comments user
Kali Linux

you should update system by
apt-get update
then you can install cmake by
apt-get install cmake

comments user
Unknown

I try to update. It is showing as below

Hit:1 http://deb.i2p2.no unstable InRelease
Reading package lists… Done
Building dependency tree
Reading state information… Done
All packages are up to date.

I am new to linux. Please help me.

comments user
Kali Linux

You are using wrong sources.list
try following command

leafpad /etc/apt/sources.list

then delete all things from there and paste following

deb http://kali.cs.nctu.edu.tw/kali kali-rolling main non-free contrib

then save and close it…. then you need to update by following command

apt-get update

after updating do whatever you are doing… This may solve your problem

comments user
Unknown

received following error

oot@kali:~/social_mapper# python3 social_mapper.py -f imagefolder -i /root/social_mapper/Input-Examples/imagefolder -m fast -fb
[-] Error Filling out Facebook Profiles [-]
cmd=['Xvfb', '-help']
OSError=[Errno 2] No such file or directory: 'Xvfb': 'Xvfb'
Program install error!

comments user
Unknown

[+] Facebook Login Page loaded successfully [+]
[+] Facebook Login Success [+]

Facebook Check 3/3 : Steve Jobs

Results file: SM-Results/results-social-mapper.csv
HTML file: SM-Results/results-social-mapper.html

Sir i don't get the links plz help

comments user
Unknown

sir i get this error how to solve it

[+] Facebook Login Page loaded successfully [+]
[-] Error Filling out Facebook Profiles [-]
Message: Unable to locate element: //button[@data-testid='cookie-policy-banner-accept']

[-]

comments user
Kali Linux

You could try uninstalling soupsieve and reinstalling Beautifulsoup (which contains soupsieve I believe)? I've never had this issue though thinking.

comments user
Kali Linux

Hey! try with:
"apt update && apt install xvfb && pip3 install pyvirtualdisplay && pip install pyvirtualdisplay"
(without quotes).

comments user
Unknown

You have made some really good points there. I looked on the web to learn more about the issue and found most individuals will go along with your views on this website. In my opinion you will be a grat blogger in the future. Keep it up and give us some more information.
Windows10activator

comments user
Malik

I am very happy to read the posts on this site which contain a lot of useful information, thank you for providing this kind of information.
Altium Designer

comments user
Unknown

hello sir, This is a really good article. I recently discovered your blog. symptoms of sihr of separation.thank youThe Avast Pro Antivirus license key

comments user
Unknown

https://blog.oakagency.pt/melhores-ferramentas-para-escolher-cores/

comments user
Unknown

hi sir, Wow really interesting article, may later be able to share other helpful information are more interesting. Thank you! DxO PureRAW Crack

comments user
Unknown

hello sir,I truly appreciate this post. I?ve been looking everywhere for this! Thank goodness I found it on Bing. You have made my day! Thanks MindManager Crack

comments user
softskey

You can be "aware of the fact that Ms. Kitchner is retiring.adobe after effect

comments user
crack

Gross Res is a stunning alpine body of water that is open to the public for freeavs audio converter crack

comments user
Unknown

hi sir,That's an outstanding piece of work!I look forward to seeing more!thank you.
crack find

comments user
Anonymus

Thank you so much for awesome post! An opportunity to read a superb blogs, I really like to read your article, the points you have mentioned in this article are helpful for me.
ApowerREC Crack

comments user
Unknown

I get this error. please help me!

[-] Error Filling out Facebook Profiles [-]
Message: Process unexpectedly closed with status 1

[-]

comments user
Kali Linux

You might find your solution here. Thanks.

comments user
Anonymous

This article is very useful. Thanks for sharing.
Sandboxie Crack
Mobaxterm Professional Crack

Post Comment