From d7b182bf43ae0ce5a023989bc84354e3b9f63fe9 Mon Sep 17 00:00:00 2001 From: ATAO Date: Tue, 6 Feb 2024 15:06:23 +0100 Subject: [PATCH] Add README.md in proxy --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b483665..662f298 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ You can choose what you want to install with tags : - **docker** install Docker - **jackit** install [jackit](https://github.com/insecurityofthings/jackit) for exploit code for Mousejack - ~~**multitor** install a proxy with multiple TOR instances with load-balancing ([trimstray/multitor](https://github.com/trimstray/multitor)) -- [Known issues](https://github.com/atao/raspberrypi-setup/blob/main/roles/multitor/README.md)~~ -- **proxy** install Tor and proxy tools. +- **proxy** install Tor and proxy tools. [README](roles/proxy/README.md) - **rfid** install RFID tools ([libnfc](https://github.com/nfc-tools/libnfc), [mfoc](https://github.com/nfc-tools/mfoc), [mfcuk](https://github.com/nfc-tools/mfcuk)) and keys from [MifareClassicTool](https://github.com/ikarus23/MifareClassicTool/tree/master/Mifare%20Classic%20Tool/app/src/main/assets/key-files) - **web** install nginx and certbot - **wifi** install Wifi and GPS tools for wardriving @@ -48,7 +48,7 @@ Containers : ## Examples -Install only standard, proxy, rfid, docker, web : +Install only some tags : ``` curl -s https://raw.githubusercontent.com/atao/raspberrypi-setup/main/install.sh | bash -s -- standard,proxy,rfid,docker,web,jd2 ```