From 513545f6f33fda4fb7fbc9d67b75eea4e780755c Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Mon, 14 Dec 2020 12:28:41 -0500 Subject: [PATCH] fixed link error --- tools/remote_administration.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/remote_administration.py b/tools/remote_administration.py index b5d7e0e..b8f226a 100644 --- a/tools/remote_administration.py +++ b/tools/remote_administration.py @@ -21,7 +21,7 @@ class Pyshell(HackingTool): DESCRIPTION = "Pyshell is a Rat Tool that can be able to download & upload " \ "files,\n Execute OS Command and more.." INSTALL_COMMANDS = [ - "sudo git clone https://github.com/khalednassar702/Pyshell.git;" + "sudo git clone https://github.com/knassar702/Pyshell.git;" "sudo pip install pyscreenshot python-nmap requests" ] RUN_COMMANDS = ["cd Pyshell;./Pyshell"]