1 unstable release

0.1.1 Dec 29, 2019

#99 in #scan

GPL-3.0 license

24KB
225 lines

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

Install

As package (recommend):

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

As binary:

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

Dependencies

~20MB
~446K SLoC