rustcat 1.1.2

rustcat - The Modern Port Listener & Reverse Shell
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Whether you want to fix a typo or add major improvments, you are always welcome to contribute.

Before contributing to this project, please read our [Code of conduct](/CODE_OF_CONDUCT.md)

The flow for contributing to open source software is:
 - Fork the repository
 - Make changes
 - Pull request to the repository

When creating new files, place this template on the top and modify the text.
```
/*
Name: Name-here.rs
Description: Description here. 
*/
```