Giter Club home page Giter Club logo

bitm's Introduction

Installation and Usage

  1. perform default install of archlinux for ARM on a beaglebone here

  2. install dependencies with yaourt/pacman (or manually with the pkg files from AUR)

  3. change necessary config files (pointers in the stealth block below)

  4. make sure autosniff.py starts on startup

  5. connect two usb ethernet dongles and reboot the device (you need two because the builtin ethernet won't support promiscuous mode)

  6. perform physical ethernet cable beagle in the middle and wait for dhcp on the wireless AP

  7. It's probably good if you bind a SSH server to the wlan0 interface (make sure it doesn't burn the device to the switch).

Deps

python2 pycrypto python2-pcapy impacket libpcap bridge-utils ebtables iptables arptables hostapd

Stealth

[root@alarm ~]# cat /etc/sysctl.d/40-ipv6.conf 
# Disable IPv6

net.ipv6.conf.all.disable_ipv6 = 1
#net.ipv6.conf.interface0.disable_ipv6 = 1
#net.ipv6.conf.interfaceN.disable_ipv6 = 1

rm /etc/netctl/eth0

hostapd.conf

interface=wlan0
driver=nl80211
ssid=Nothingtoseehere
hw_mode=g
channel=11
wpa=2
wpa_passphrase=hackallthethings
wpa_key_mgmt=WPA-PSK
wpa_ptk_rekey=600
wpa_pairwise=TKIP
rsn_pairwise=CCMP

License

Just give me some credits if you build on this and keep it open source :)

bitm's People

Contributors

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