Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
atao committed Feb 9, 2024
1 parent 6bde709 commit abd78ba
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ ansible-playbook playbook.yml -i hosts --tags all --ask-become-pass

You can choose what you want to install with tags :

- **standard** install [standard packages](roles/standard/vars/main.yml), configure .bashrc, .vimrc
- **display** configure my display with [LCD-show](https://github.com/goodtft/LCD-show)
- **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. [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
- **standard**, **std** : install [standard packages](roles/standard/vars/main.yml), configure .bashrc, .vimrc
- **display** : configure my display with [LCD-show](https://github.com/goodtft/LCD-show)
- **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. [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

_You will need to modify [this file](roles/display/tasks/main.yml) to configure the correct display._

Expand Down

0 comments on commit abd78ba

Please sign in to comment.