update mob-droid run instructions

This commit is contained in:
Greatest125 2020-12-17 12:07:57 -05:00 committed by GitHub
parent 7b309a641e
commit c36197d7a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,7 @@ class MobDroid(HackingTool):
"easy way\n without typing long commands and save your time" "easy way\n without typing long commands and save your time"
INSTALL_COMMANDS = [ INSTALL_COMMANDS = [
"git clone https://github.com/kinghacker0/mob-droid.git"] "git clone https://github.com/kinghacker0/mob-droid.git"]
RUN_COMMANDS = ["cd Mob-Droid;sudo python mob-droid.py"] RUN_COMMANDS = ["cd mob-droid;sudo python mob-droid.py"]
PROJECT_URL = "https://github.com/kinghacker0/Mob-Droid" PROJECT_URL = "https://github.com/kinghacker0/Mob-Droid"