From 4d684680dba5bc12c096800f15b3f9133792a3e7 Mon Sep 17 00:00:00 2001 From: wismna Date: Tue, 17 Jan 2017 23:19:04 -0500 Subject: [PATCH] Simpler installation thanks to gadget uncoupling --- readme.md | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/readme.md b/readme.md index 8d1f222..1fd8564 100644 --- a/readme.md +++ b/readme.md @@ -22,26 +22,17 @@ It works automatically on Windows, Linux and MacOs without any user interaction
git clone https://github.com/samyk/poisontap -
  • In the poisontap folder, replace the pi_startup.sh file with mine -
    - mv -f HackPi/pi_startup.sh poisontap/ -
  • Copy or clone Responder into your user's home folder (usually /home/pi)
    git clone https://github.com/lgandx/Responder
  • -
  • Move the umap folder from my repository into your user's home folder (usually /home/pi) -
    - mv HackPi/umap ~ -
  • -
  • (optional) Make a backup of the dwc2.ko file in /lib/modules/4.4.38+/kernel/drivers/usb/dwc2
    sudo cp /lib/modules/4.4.38+/kernel/drivers/usb/dwc2/dwc2.ko /lib/modules/4.4.38+/kernel/drivers/usb/dwc2/dwc2.ko.bak
  • -
  • Move the dwc2.ko file from the /home/pi/umap folder to /lib/modules/4.4.38+/kernel/drivers/usb/dwc2 +
  • Move the dwc2.ko file from the /home/pi/HackPi folder to /lib/modules/4.4.38+/kernel/drivers/usb/dwc2
    - sudo mv umap/dwc2.ko /lib/modules/4.4.38+/kernel/drivers/usb/dwc2/ + sudo mv HackPi/dwc2.ko /lib/modules/4.4.38+/kernel/drivers/usb/dwc2/
  • Replace system files (optionally make a backup of your originals beforehand)