Coder Social home page Coder Social logo

iinc0gnit0 / blackphish Goto Github PK

View Code? Open in Web Editor NEW
552.0 21.0 87.0 19.88 MB

:trident: [ Phishing Made Easy ] :trident: (In Beta)

Home Page: https://iinc0gnit0.github.io/BlackPhish/

License: BSD 3-Clause "New" or "Revised" License

HTML 52.55% JavaScript 0.01% Shell 0.01% PHP 16.79% AGS Script 13.45% Python 0.48% Hack 16.72% Batchfile 0.01%
phishing phishing-attacks phishing-page phishing-sites phishing-kit python html website port-forwarding serveo

blackphish's Introduction

forthebadge

BlackPhish

GitHub last commit

GitHub followers GitHub stars

GitHub

GitHub closed pull requests GitHub closed issues

GitHub contributors

Fast and Lightweight

Super lightweight with many features and blazing fast speeds.

GitHub code size in bytes

in BETA

This is still in BETA so you may see problems, please open an issue on GitHub and report them!

Started October 31, 2019

Compatibility

  • Ubuntu 18.04.1 (Tested)

  • Kali Linux 2019.4 (Tested)

  • Any Debian/Ubuntu based OS(should work)

  • Termux (In progress)

Requirements

  • Compatible System

  • Python3

  • PHP

  • Apache2

  • npm

Installation

This will install Git

sudo apt-get install git

This will clone the repository

git clone https://github.com/iinc0gnit0/BlackPhish

Change into BlackPhish directory

cd BlackPhish

Run the Installation File

./install.sh

Or to install on Windows

https://www.apachefriends.org/xampp-files/8.0.6/xampp-windows-x64-8.0.6-0-VS16-installer.exe
run the installer

https://bin.equinox.io/c/4VmDzA7iaHb/ngrok-stable-windows-amd64.zip
extract the zip and place the ngrok.exe in Windows dir

Usage

sudo python3 blackphish.py

Update

./update.sh

Credit

Project Leader: inc0gnit0

Websites by: TableFlipGod | DarkSecDevelopers

Script by: inc0gnit0 | retro0001 | pythonier5001

Big thanks to DarkSecDevelopers for letting us use part of their tool

Contribution

Message inc0gnit0 or Email: [email protected] if you want to contribute

I AM NOT WORKING ON THIS PROJECT ANYMORE SO IT WILL BE ARCHIEVED

Updates

blackphish's People

Contributors

avan-pra avatar bobbbay avatar cv3xp avatar denseoriginal avatar greatest125 avatar iinc0gnit0 avatar nicolascarpi avatar retro0001 avatar unkn0wn-dev avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

blackphish's Issues

Color needs to be changed back after running program without dependencies

In the first part of blackphish.py it includes the following try-except loop in the beginning of the file:

try:
    from os import system, getcwd, geteuid
    from time import sleep
    from socket import create_connection, gethostname, gethostbyname
    from distutils.dir_util import copy_tree
except ImportError:
    print("\033[31;1m" + "[!] Import Error, Aborting! \033[0m")
    print("\033[31;1m" + "[!] Please run: \"chmod +x install.sh && ./install.sh\"") # Command to run install.sh # 
    exit(1)

The second line in the except block should be print("\033[31;1m" + "[!] Please run: \"chmod +x install.sh && ./install.sh\"\033[0m") so that the color will reset. Otherwise the terminal stays red.

All sites work with ngrok except netflix!

I have tried all sites with ngrok and I get every server to work and send me credentials except for Netflix. Netflix only opens on the local machine and in in-app browsers (for example in Snapchat's own browser on ios). It doesn't open in any other browser or device. This seems to be the issue with all Netflix phishing links from every phishing tool I have tried.

Any help?

Old Facebook Template

Not a major issue, but the Facebook template is not updated to the last version of it. Moreover, it even says "2019", which is very clear on mobile devices. Changing it or allowing people to include their own on an easier way would be great.

ngrok only working in my wifi network

The ngrok is working only in my wifi network and when i share the link that isn't working on other network or mobile data
please solve this issue as soon as possible
thank you

Only one account is captured before the tool closes!

Whenever I startup localhost and run it through ngrok everything seems to work fine, but as soon as one person has opened the link and signed in through it the tool shuts down. Basically, BlackPhish closes after a pair of credentials are entered.

Internet not found...

Pretty much, I just sudo python3 blackphish.py, and I get an Internet Not Found error. Here's the thing, though: I can ping and wget easy-peasy!

I dunno, I just updated it, I've run it clean before, but this was a problem before I updated it too, I believe.

Not that this is important, but:

  • RPi 2b
  • arm (duh)
  • 64gb of space, used 12%
  • Using a WiFi/USB dongle thing, CanaKit

Thanks, Bobbbay

Issue with Ngrok

[+] Apache2 Service Started

Local: 127.0.1.1

[*] Starting ngrok

 Waiting For Victim ...  [Control + C] to stop

(It gets stuck when it shows the port forwarding if you can get back to me @shoesnatchers on Instagram)

Error "./ngrok: not found"

I have ngrok installed and it is functioning outside of BlackPhish, however when trying to start up ngrok on BlackPhish I recieve the error message stated in the title.

Ngrok: Failed to complete tunnel connection

Failed to complete tunnel connection

The connection to http://6e872fae795f.ngrok.io was successfully tunneled to your ngrok client, but the client failed to establish a connection to the local address localhost:8080.

Make sure that a web service is running on localhost:8080 and that it is a valid address.

The error encountered was: dial tcp [::1]:8080: connect: connection refused

Grab a CI check???

A CircleCI check would really help the project gain trust (it works!), so there should probably be one running nightly or something. This should be done by @iinc0gnit0, because it is his repo, after all ;).

Not sure if this is needed, but would help.

P.S. Sorry for the spam, I finally found a repo that I like + matches my skills so I'm commiting to it (see what I did there 🤣)

Happy 🐟-ing (another one), Bobbbay

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.