Added README.md
This commit is contained in:
parent
b3d5aaba55
commit
27d9892ff1
1 changed files with 21 additions and 0 deletions
21
README.md
Normal file
21
README.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
# Ansible automation repo for kali linux VMs
|
||||
# Usage
|
||||
All necessary commands are included in the `install.sh` script. So, on a fresh Kali VM, do
|
||||
```
|
||||
git clone https://gitea.a-0.me/philip/kali-autosetup.git
|
||||
cd kali-autosetup
|
||||
sudo bash install.sh
|
||||
```
|
||||
Make sure to visit https://check.torproject.org afterwards to verify you are connected via the Tor network.
|
||||
|
||||
# Current functionality
|
||||
- System settings
|
||||
- set keyboard layout (default: de)
|
||||
- set screen resolution (default: FullHD)
|
||||
- Default gateway via TOR network
|
||||
- Transparent proxy for TCP traffic
|
||||
- Redirecting DNS queries through TOR
|
||||
- Any other traffic is dropped.
|
||||
|
||||
# Future functionality
|
||||
A lot.
|
Loading…
Add table
Add a link
Reference in a new issue