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

Termux Cheat Sheet for Hackers

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

1 month 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…

8 months ago

Cariddi – Hidden Endpoint Finder for Bug Hunting

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

2 years ago

API Security Testing 101: Know Everything About API Security Testing!

The security of your API should be one of the top priorities of companies. Without…

2 years ago

7 Best Tools for Web Penetration Testing: Comprehensive Details

Hey Folks, In today's business world, it is essential to have an online presence. However,…

2 years ago

Cyber Security Audits: Everything You Need to Know About It

Hey Folks, Is your business prepared in case of a cyber attack? Many companies don't…

2 years ago
Sponsored

This website uses cookies.