From b4e8d67e3a1c73c012f717408570152a4831fa33 Mon Sep 17 00:00:00 2001 From: Jeroen Oudshoorn Date: Thu, 20 Jul 2023 20:40:25 +0200 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 04365250..7349ca74 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,8 @@ cd bettercap make all sudo make install sudo bettercap -eval "caplets.update; ui.update; quit" +sudo nano /usr/local/share/bettercap/caplets/pwnagotchi-auto.cap # change iface to wlan0 +sudo nano /usr/local/share/bettercap/caplets/pwnagotchi-manual.cap # change iface to wlan0 ``` # Install PwnGrid @@ -150,4 +152,4 @@ sudo systemctl enable pwnagotchi sudo sync sudo reboot -``` \ No newline at end of file +```