Skip to content

ministic2001/2206_PhishNChips

Repository files navigation

2206_Phish_&_Chips

Introduction

Phish & Chips is a graphical user interface (GUI) based tool that allows users to perform phishing in a more efficient way through partial automation. This tool is intended for attackers who want to carry out phishing attacks using email and websites.

Installation

Please ensure that you have a python version of at least 3.10 and above. The "Python 3.10 setup for server guide" can be found here

The following are the required libraries in Windows or Linux environment:

For Windows

pip install requests beautifulsoup4 tld Pillow flask

For Linux

pip3 install requests beautifulsoup4 tld Pillow flask  

For local usage:

  1. Download the zip folder of the tool.
  2. Ensure that the above required libraries are installed.

For remote usage:

  1. Download the zip folder of the tool
  2. Transfer website.py, webscraper.py and the templates folder into the server. The directory structure inside the server should look like this:
current_directory_or_any_name
├── templates/
│   ├── carousell.html
│   ├── carousellfail.html
│   ├── facebook.html
│   ├── facebookfail.html
│   ├── lazada.html
│   ├── lazadafail.html
│   ├── shopee.html
│   └── shopeefail.html
├── server.py 
├── webscraper.py
└── website.py

How to use the tool

For local usage:

  1. Open a command prompt window
  2. Navigate to the folder
  3. Run the following: python gui.py

For remote usage:

  1. On the local side, run the gui with python gui.py
  2. On the server side, run the server with python3 server.py (ENSURE YOU HAVE PYTHON 3.10 OR ABOVE INSTALLED)

Generating App Password for Google

Enable two-step verification

  1. Go to this URL: https://myaccount.google.com/security
  2. Click on 2-step verification as shown below
    alt text
  3. Enter your email password and phone number when prompted. Once everything is complete, you will see something like this.
    alt text

NOTE: Ensure that your two-step verification has been enabled before executing the steps below.

  1. Click on two-step verification
  2. Enter your Gmail password
  3. Scroll down until you see App Passwords and click on it
    alt text
  4. Under the “Select App” portion, select the option “Other (Custom name)”
    alt text
  5. Give the application a name and click on the Generate button
  6. A 16 character password will be generated. This would be the password for you to enter in the Phish & Chips application
    alt text

Extras

  • If there is anymore website you want to add in, you can add the website html file inside the templates folder. Make sure you have the login page named as {APP_NAME}.html and the login failed page named as {APP_NAME}fail.html inside the templates folder.

About

Phishin' N Chippin'

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors