A open port scanner.
cargo install --force opscan
Download from Github Releases, unzip and add opscan to your $PATH.
``` A open port scanner
Usage: opscan [OPTIONS] [ADDRESSES]...
Arguments: [ADDRESSES]... CIDRs, IPs, or hosts to be scanned
Options:
-t, --timeout
Scan top 100 ports:
opscan 192.168.1.5
Scan a whole CIDR:
opscan 192.168.1.1/24
Scan a domain
opscan www.bing.com
Scan specific ports:
opscan -p 80,443,21-23 192.168.1.5
Scan top-N ports:
opscan -p top10 192.168.1.5
opscan -p top50 192.168.1.5
opscan -p top1000 192.168.1.5
Scan all ports from 1-65535:
opscan -p full 192.168.1.5
Adjust batch size and timeout for faster scans:
opscan -p full 192.168.1.5 -b 10000 -t 1
Copyright (c) 2022 opscan-developers.
argc is made available under the terms of either the MIT License or the Apache License 2.0, at your option.
See the LICENSE-APACHE and LICENSE-MIT files for license details.