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

Update README.md

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

View File

@ -6,9 +6,10 @@ requires fping and nmap (and bash)
# usage
Usage: conn (options) [ip] <br>
Options: <br>
-m/--multi -- test multiple ips / disable portscan" <br>
-h/--help -- show help" <br>
-6/--force-ipv6 -- force ipv6 portscanning (also forces portscanning)" <br>
-y/--yes -- portscan without asking" <br>
-n/--no -- dont portscan" <br>
-p/--portscan -- same as -y" <br>
-m/--multi -- test multiple ips / disable portscan <br>
-h/--help -- show help <br>
-6/--force-ipv6 -- force ipv6 portscanning (also forces portscanning) <br>
-y/--yes -- portscan without asking <br>
-n/--no -- dont portscan <br>
-p/--portscan -- same as -y <br>
-w/--wait -- wait for active connection <br>