Returns client's identity.
jutsu -i 192.168.1.1 // Single client
OR
jutsu -i 192.168.1.1-254 // Range of clients
OR
jutsu -i 192.168.1.1,4,8 // Specific clients
IpAddress, Hostname, Session(s)
Filter client(s) by the specified username where the user session is active. You can pass a single client, multiple clients or a range
jutsu -i 192.168.1.1-254 -u <username>
IpAddress, Hostname, Session(s)
You can pass a single client, multiple clients or a range
jutsu --deploy-client joshua@192.168.1.1-254
jutsu --purge-client joshua@192.168.1.1-254
cargo build --target x86_64-unknown-linux-musl --bin jutsu-client --release