Skip to content

Commit

Permalink
Rc -> Rcat
Browse files Browse the repository at this point in the history
  • Loading branch information
robiot committed Oct 2, 2021
1 parent 1a9ceb7 commit c33a31f
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "rustcat"
version = "1.3.0"
version = "2.0.0"
authors = ["robiot"]
description = "rustcat - The Modern Port Listener & Reverse Shell"
license = "MIT"
repository = "https://github.com/robiot/rustcat"
edition = "2018"

[[bin]]
name = "rc"
name = "rcat"
path = "src/main.rs"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#Makefile to create release files
RELEASE_PATH = "pkg-env/release"
RELEASE_VERSION := ${shell cargo pkgid | cut -d# -f2 | cut -d: -f2}
BIN_NAME = "rc"
BIN_NAME = "rcat"

.PHONY: install
install:
Expand Down
2 changes: 1 addition & 1 deletion install-scripts/debian-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ main(){
sudo rm -rf /tmp/${name} && curl -OL https://github.com/robiot/rustcat/releases/latest/download/${name} && sudo apt install ./${name}

if [ $? -eq 0 ]; then
echo "Rustcat $version sucessfully installed! | Run with 'rc"
echo "Rustcat $version sucessfully installed! | Run with 'rcat"
else
echo "Failed to install"
fi
Expand Down

0 comments on commit c33a31f

Please sign in to comment.