Sponsored
Exploiting Tools

Social Analyzer – Analyzing & Finding a Person Profiles

Hey Folks, in this tutorial we will introduce an information gathering tool called “Social-Analyzer“. Social Analyzer tool is an web application for analyzing & finding a person profile across +300 social media websites. It includes different string analysis and detection modules, you can choose which combination of modules to use during the investigation.

Let’s take a look 😛 !!

Docker Installation

We have to install some dependencies first instead of jumping directly to the installation of this tool. Let’s download the docker utility for kali linux using the following command.

apt install docker.io

Install docker-compose

Basically the developers use the YAML file to configure the services of their application and then the client can create and start all the services from the configuration file using the following command.

apt-get install docker-compose

Now we will activate the docker by executing both these commands.

systemctl start docker
systemctl enable docker

Social Analyzer Tool Installation

Done 😛 !! All dependencies have been established, now we will download this tool using the git command and then penetrate the directory of this tool.

git clone https://github.com/qeeqbox/social-analyzer.git
cd social-analyzer

There is a YAML file inside the directory of this tool and as we told you that the file is used to start all services. SAMAJH RAHE HO NA 😛 !! Let’s activate all the services at once using the following command.

sudo docker build -t social-analyzer . && sudo docker run -p 9005:9005 -it social-analyzer

Alright 😛 !! After all services are activated it gives us the server location where it has hosted the web application. Just open that location on your browser.

Nice :0 !! And you will find the interface of this tool as shown in the image below. Now enter the name of the person that you want to find worldwide.

Select the option that you want to spy on him and click on setting.

Now select the platform where you want to try to find information of that profile and click on analyze.

Definition of Profile

This will show all the definition and meaning related to the name of that profile.

Detecting Profiles

Also, the person’s profile became available on any social media or other platform then it will find and give it to us.

About the Author
Shubham Goyal Certified Ethical Hacker, information security analyst, penetration tester and researcher. Can be Contact on Linkedin.
Sponsored

View Comments

  • Great looking website. Assjme you did a great deal of
    yyour very owwn coding.

  • Excellent post. I was checking continuously this blog and I am impressed!
    Extremely useful information. I care for suchh information a
    lot. I was lookinng ffor this certain information for a very long time.Thank you and good
    luck.

Recent Posts

Gau (GetAllUrls) – Find Known and Hidden URL

The gau (Get All URLs) tool is a versatile open-source utility that collects URLs from…

3 months ago

Jsluicepp – Burp Extension for JS Secrets – BugBountyTip

Jsluice++ is a Burp Suite extension designed for passive and active scanning of JavaScript traffic…

8 months ago

Bypassing Firewalls (WAF) with XSS Payloads

Hey Folks :) !! In this tutorial, we will describe some of the techniques commonly…

8 months ago

Termux Cheat Sheet for Hackers

Hey Folks :) !! In this article, we present the "Termux Cheat Sheet for Hackers"…

1 year ago

Cracking the X-Factor in Cybersecurity: How Humans are Protecting the Systems?

Amid the rapid advancement of technology, the significance of human involvement in cybersecurity frequently goes…

2 years ago

Cariddi – Hidden Endpoint Finder for Bug Hunting

Hey Folks, we are back today after such a long break, but don't worry we…

3 years ago
Sponsored

This website uses cookies.