Coder Social home page Coder Social logo

alexinn / pibunny Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tholum/pibunny

0.0 0.0 0.0 8.21 MB

Run Hak5 Bash Bunny scripts on a raspbery pi

License: MIT License

Shell 0.52% JavaScript 14.87% Python 81.91% Visual Basic 0.07% PowerShell 0.07% HTML 2.51% Batchfile 0.05%

pibunny's Introduction

Special Thanks to the following projects that made this possible ( I am not affiliated with any of them though )

Pi zero Bash Bunny

Step 1: Install Raspbian 2017-03-02 ( Others may work?? ) Step 2: Boot it with a network connection, I used a pi zero w, so I just configured the wirelesss

/etc/wpa_supplicant/wpa_supplicant.conf

country=US
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
network={
        ssid="MYWIFI"
        psk="mypassword"
}

Boot the pi, Expand the fs ext... Then do this

sudo su
apt install git
cd /
git clone https://github.com/tholum/PiBunny.git scripts
cd /scripts
chmod +x *.sh
chmod +x bin/*
./setup.sh
reboot
  • For arming mode pull pin 11 to 3.3v,
  • For switch1 ( the only mode at this point ) pull pin 11 to ground

This will not be a full replacement for a bash bunny, the bash bunny has a full ssd ( Much better speeds then a sd card ) And if you are using it for pen testing, would be much more likely to be plugged in by a target then a pi zero with a 3d printed case, Plus the guys at Hak5 do an amazing job of comunity develpment, and comming up with great out of the box ways of pen testing. I am not a pro pen tester, and only am interested in seeing if I can get it to work.

Current Status [ WORKS ]

  • ATTACKMODE successfully sets devices up
  • QUACK
  • bunny_helpers.sh Gets target_ip and other device info
  • SWITCH BETWEEN arming and switch 1

[ Yet to do ]

  • Test installing it to make sure all the needed files are where they need to be
  • Add a switch2
  • More docs ( Unlikly to actually happen unless there is interest :) )

pibunny's People

Contributors

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