#scan #cli #escl #escl-scan

app escl-scan-cli

escl-scan 的 CLI

1 个不稳定版本

0.1.1 2019年12月29日

#103#scan

GPL-3.0 许可证

24KB
225 代码行

escl-scan-cli


Copr build status Travis-CI build status dependency status

escl-scan-cli 0.1.1
ElXreno <elxreno@gmail.com>
CLI for escl-scan

USAGE:
    escl-scan-cli [FLAGS] [OPTIONS] <ip> <output file>

FLAGS:
    -f, --force      Force scan and override output file
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -d, --dpi <dpi>    Scan resolution [default: 75]

ARGS:
    <ip>             IP of scanner
    <output file>    Destination file

安装

作为包(推荐)

Fedora Copr: sudo dnf copr enable elxreno/escl-scan -y && sudo dnf install escl-scan

作为二进制文件

cargo install escl-scan-cli
# by default installed at ~/.cargo/bin, you may add it to path:
export PATH=$PATH:~/.cargo/bin
escl-scan-cli

依赖项

~20MB
~438K SLoC