From 7a7e074bf0845e98149338a3f1a8587935f6bb7d Mon Sep 17 00:00:00 2001 From: robiot Date: Sat, 2 Oct 2021 14:58:23 +0300 Subject: [PATCH] Readme update --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6b55cad..1e69160 100644 --- a/README.md +++ b/README.md @@ -58,16 +58,16 @@ ## 👶 Everything Easy ![Ex](https://raw.githubusercontent.com/robiot/rustcat/main/img/easy-revshell.gif) -Starting a listener is just as simple as `rc -lp port`. While in netcat you would do something like `nc -nlvp port` to get the same results. +Starting a listener is just as simple as `rcat -lp port`. While in netcat you would do something like `nc -nlvp port` to get the same results. -And creating a reverse shell has never been easier, `rc host port -r shell` is all you need. No more long /dev/tcp stuff that you always forget. +And creating a reverse shell has never been easier, `rcat host port -r shell` is all you need. No more long /dev/tcp stuff that you always forget. ## 📃 Command History ![Ex](https://raw.githubusercontent.com/robiot/rustcat/main/img/history.gif) Command history is something we all need. How annoying isn't it when you accidently type a long command wrong, then you have to rewrite the entire thing. -But Rustcat fixes that with command history. Just add -H and you will get command history (`rc -lHp port`) and command completion, unlike netcat where you have to use another application and do `rlwrap -cAr nc -nlvp port` to get the same results. +But Rustcat fixes that with command history. Just add -H and you will get command history (`rcat -lHp port`) and command completion, unlike netcat where you have to use another application and do `rlwrap -cAr nc -nlvp port` to get the same results. When adding -H, the shell will almost work like a ssh shell.