robiot / rustcat

Rustcat(rcat) - The modern Port listener and Reverse shell
https://git.io/rustcat
GNU General Public License v3.0
675 stars 61 forks source link

Replace `structopt` with `clap` and use subcommands #38

Closed robiot closed 1 year ago

robiot commented 1 year ago

Now you have two subcommands, listen and connect.

rcat l 55660
rcat l -i 55660
rcat listen 0.0.0.0 55660
rcat c -s bash 55660
rcat connect --shell bash 55660