1
0
mirror of https://github.com/byReqz/conn.git synced 2024-11-22 09:01:15 +00:00

Update README.md

This commit is contained in:
Nils 2021-01-17 16:15:15 +00:00 committed by GitHub
parent 7e12291968
commit b7ff034b49
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,3 +20,19 @@ Options: <br>
-n/--no -- dont portscan <br> -n/--no -- dont portscan <br>
-p/--portscan -- same as -y <br> -p/--portscan -- same as -y <br>
-w/--wait -- wait for active connection <br> -w/--wait -- wait for active connection <br>
# installation
1. download the script: <br>
```bash
wget https://git.byreqz.de/byreqz/conn/raw/branch/main/conn.sh
```
2. run it with <br>
``
bash conn.sh
``
or <br>
``
chmod +x && ./conn.sh
``
3. optionally alias it <br>
``alias conn="~/conn.sh"``