From 918eb948c449cd54a3f3cea2cbad2c53535d6bea Mon Sep 17 00:00:00 2001 From: evilsocket Date: Thu, 19 Sep 2019 15:54:15 +0200 Subject: [PATCH] misc: small fix or general refactoring i did not bother commenting --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2a2ece19..cc7186d6 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Also, multiple units can talk to each other, advertising their own presence usin Several states and states transitions are configurable and represented on the display as different expressions and sentences. -If instead you are a boring person, you can disable the AI and have the algorithm run just with the preconfigured default parameters. +If instead you are a boring person, you can disable the AI and have the algorithm run just with the preconfigured default parameters and enjoy a very portable bettercap + webui dedicated hardware. **NOTE:** The software **requires bettercap compiled from master**. @@ -24,6 +24,10 @@ If instead you are a boring person, you can disable the AI and have the algorith - [Waveshare eInk Display](https://www.waveshare.com/2.13inch-e-paper-hat.htm) (optional if you connect to usb0 and point your browser to the web ui, see config.yml) - A decent power bank (with 1500 mAh you get ~2 hours with AI on) +### Software + +- Raspbian + nexmon patches for monitor mode, or any Linux with a monitor mode enabled interface (if you tune config.yml). + ### Random Info - `hostname` sets the unit name. @@ -55,10 +59,6 @@ iptables -t nat -A POSTROUTING -o $UPSTREAM_IFACE -j MASQUERADE echo 1 > /proc/sys/net/ipv4/ip_forward ``` -### Software - -- Raspbian + nexmon patches for monitor mode, or any Linux with a monitor mode enabled interface (if you tune config.yml). - ## License `pwnagotchi` is made with ♥ by [@evilsocket](https://twitter.com/evilsocket) and it's released under the GPL3 license.