Skip to content

Yezz123-Archive/Phisher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Header

Star Badge

Phisher

  • Tool designed for performing various social engineering attacks using PHP Apache & Ngrok.

Getting Started

  • For phishing, Phisher allows for sending phishing Website to get the Number | Email | Username & password, as well as some more advanced options, such as Original Template, and fast phish connection with Ngrok.

Prerequisites

  • Linux environment (Ubuntu, Debian, CentOS, RedHat, Fedora, etc.).
  • PHP 5.6+, Apache 2.4+.
  • Curl, OpenSSL.

Project setup

# clone the repo
$ git clone https://github.com/yezz123/Phisher

# move to the project folder
$ cd Phisher

Install dependencies

  • Install all the dependencies used to run Phisher (PHP, Apache, Ngrok, Curl, OpenSSL).

1- Install PHP.

# install all php deps
$ sudo apt install php libapache2-mod-php

# Once the packages are installed restart the Apache service
$ sudo systemctl restart apache2

2- Install Wget.

# login via SSH as root and run the command
$ sudo apt-get install wget

# confirm the installation of the wget
$ sudo dpkg -l | grep wget

3- Install UnZip & Curl.

# Ubuntu or Debian use the command below to install unzip
$ sudo apt-get install unzip

# get latest stable curl version
$ sudo apt install curl

Running the Application

  • After the dependencies are installed, you can run the application by running the following command.
# Running the application
$ bash Phisher.sh

Preconfigured Packages

Includes preconfigured packages to kick start Phisher by just setting appropriate configuration.

Package Usage
NGROK cross-platform application that enables developers to expose a local development server to the Internet with minimal effort.

Contributing

  • Join the Phisher Creator and Contribute to the Project if you have any enhancement or add-ons to create a good and Secure Project, Help any User to Use it in a good and simple way.

Disclaimer

This project can only be used for educational purposes. Using this software against target systems without prior permission is illegal, and any damages from misuse of this software will not be the responsibility of the author.

License

This project is licensed under the terms of the MIT license.