mirror of
https://github.com/Z4nzu/hackingtool
synced 2026-05-23 08:58:22 +00:00
fixed link error
This commit is contained in:
parent
a87ca673fc
commit
513545f6f3
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue