Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by whitelisting our website.

Pyphisher termux tool to hack social media account

Hello friends, welcome to this article that is about Pyphisher a termux tool to hack social media account. We are going to discuss this amazing tool that I discover somewhere during my research. You may be in need of testing your social media account password strength or having another reason why to use Pyphisher. You are going to like this tool but it depends on your need.

Well, nowadays social media accounts have become the target of some bad guys or script-kiddies on the internet. They try to hack social media accounts for different reasons like for money, impressing others or other reasons. Before discussing Pyphisher we are going to discuss how they do to hack social media account.

Also, know that Pyphisher works like Zphisher, Anonphisher, Mrphish and other social media hacking tools.

How do hackers do hack social media account?

Even if Facebook is more secure there are some techniques black hackers use to hack Facebook account. We can mention phishing, keylogging, Trojans/backdoors, Sniffing, Social Engineering, and Sessions Hijacking …

These techniques are not the only ones to use. But it depends on the attackers, some can develop their own scripts to perform their attacks and others can use other developers’ scripts. We are going to discuss phishing techniques as Pyphisher is a phishing tool.

phishing

phishing attack using termux

Phishing is one of the easiest ways to trick users into giving out their login credentials. All an attacker does is set up a webpage similar in design to the victim homepage. Then he attach a server-side script to track the username and password entered and store it in a log.

After the attacker finished setting up the server-side then he can send the link by using some attractive words to the victim. The attacker can combine both phishing and social engineering attacks to trick the victim.

The attacker will be waiting for the victim to log in to that fake page and get the information entered and “boom” the account will be hacked. Although some social media started detecting and blocking phishing links. But there is some other way to send a phishing link without getting blocked.

What is Pyphisher?

Pyphisher is the ultimate phishing tool in python. that includes popular websites like Facebook, Twitter, Instagram, Github, Reddit, Gmail and many others. With this tool, you can be able to generate a phishing link that can help you get your victim information.

Also, by using this tool you don’t need to root your smartphone because it works on both rooted and unrooted devices. But before using it there are some requirements.

Pyphisher requirements

Well, as you might know, most termux tools required some dependencies before being installed or used. We are going to see what are Pyphisher dependencies and how to get them so that we avoid getting errors during installation.

  • Python(3)
  • PHP
  • Curl
  • Unzip
  • Wget
  • 90MB storage (All files from git clone)
  • 60MB storage (Direct run script without git clone)

Well, you may find that you have some of these dependencies installed on your termux. But if you don’t have them, don’t worry we will discuss how to get them.

Installation of dependencies

Now we can start installing some dependencies before going on to the next step but if you have these dependencies you can go to the next step that is about the installation. But before doing any dependencies installation start by updating and upgrading the termux repository.

Installation of python 3

The installation of python on termux is simple to do, just by using the command:

pkg install python

Installation of php

Then, we can proceed to install PHP after we have done with python.

pkg install PHP

Installation of curl and wget

We can install curl and get by using the command:

pkg install curl wget -y

Also, we can’t forget to install git because to get Pyphisher from Github we will use the git command, only use the command if you don’t have git installed:

pkg install git 

Now, as we have seen how we can install all dependencies we can now continue with the installation.

installation process of Pyphisher

By using the command git we are going to get Pyphisher from Github and start the installation.

git clone https://github.com/KasRoudra/PyPhisher

Then, after we have got the Pyphisher folder into our termux we can now navigate into Pyphisher folder using the command: cd PyPhisher. And then to run the Pyphisher script we use the command:

python3 pyphisher.py

When you run the script the installation of Ngrok and Cloudflare will start.

And then after the installation will be finished we will now be ready to use Pyphisher.

Pyphisher installation process

Disclaimer

This article is for educational purposes. Here it demonstrates how phishing works. If anybody wants to gain unauthorized access to someone’s social media, he/she may try out this at his/her own risk. You have your own responsibilities and you are liable to any damage or violation of laws by this tool. The author is not responsible for any misuse of PyPhisher!

2 Responses

  1. mikigode says:

    i install it in termux but it doesn’t open when i writing this “python3 pyphisher.py”

Leave a Reply