1
0
mirror of https://github.com/byReqz/conn.git synced 2025-06-15 20:47:48 +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

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"``