ch_09/evil_twin: Fix README

This commit is contained in:
Sylvain Kerkour
2021-11-13 17:02:57 +00:00
committed by GitHub
parent fb9ce550cc
commit 6cdfdff9f1
+8 -1
View File
@@ -2,10 +2,17 @@
On a Raspberry Pi with Rust installed:
First, build the phishing portal:
```shell
$ sudo apt install -y macchanger hostapd dnsmasq sqlite3 libssl-dev
$ cargo install wasm-pack
$ git clone https://github.com/skerkour/black-hat-rust.git && cd black-hat-rust/ch_09/evil_twin
$ make -C ../phishing/ build && cp -r ../phishing/dist/* .
```
Then:
```shell
$ sudo apt install -y macchanger hostapd dnsmasq sqlite3 libssl-dev
$ sudo ./server -p 80 &
$ sudo ./evil_twin.sh
```