mirror of
https://github.com/skerkour/black-hat-rust
synced 2026-06-08 17:29:34 +00:00
ch_09/evil_twin: Fix README
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user