From dc325802fd500d1d328a39c69dad55e51e636ed1 Mon Sep 17 00:00:00 2001 From: wismna Date: Thu, 12 Jan 2017 15:13:18 -0500 Subject: [PATCH] Clearer installation guide --- readme.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/readme.md b/readme.md index fc9e005..48b90da 100644 --- a/readme.md +++ b/readme.md @@ -6,14 +6,18 @@ I wanted to integrate the two hacking mechanisms on a single Raspberry Pi Zero s

Walkthrough

Quick guide

-Basically, clone the poisontap project but replace the files that have the same name by mine: +Basically, clone the poisontap project but replace the pi_startup.sh file by mine, and replace the following files: -And merge the contents of config.txt (located in /boot), modules (located in /etc) and isc-dhcp-server (located in /etc/defaults) in your own files. + +Then, install the bridge-utils package: +`sudo apt-get install bridge-utils`

Create an ethernet gadget

This was the most irritating part of all. The really simple way to do this on the Pi is to follow this guide and use g_ether kernel module. However, this is the old way of doing it and it would definitely not work at all on Windows. During all my test, the gadget was systematically recognized as a COM3 device. I couldn't even force newer versions of Windows (10) to use an Ethernet driver. Also, it's impossible to emulate more than one device at the same time.