aserebryakov / netrat

The purpose is to make a netcat clone in rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

netrat

This purpose of the project to make a rust clone of netcat program with some additional features.

Usage
    netrat [OPTIONS] HOST PORT

positional arguments:
  host                  Remote host
  port                  Remote port

optional arguments:
  -h,--help             show this help message and exit
  -r,--rate RATE        Data transfer rate
  -f,--file FILE        Input file

Roadmap

  • hostname
  • port[s] Single port case
  • -h' Prints out nc help.
  • -l
  • -n
  • -k
  • -i
  • port[s] Multiple ports case
  • -4
  • -6
  • -D
  • -d
  • -p
  • -r
  • -S
  • -s
  • -T
  • -C
  • -t
  • -U
  • -u
  • -v
  • -w
  • -X
  • -x
  • -z

About

The purpose is to make a netcat clone in rust.

License:MIT License


Languages

Language:Rust 100.0%