From c36197d7a7a88cab17b588dd0a3f2ad72699d4d7 Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Thu, 17 Dec 2020 12:07:57 -0500 Subject: [PATCH] update mob-droid run instructions --- tools/payload_creator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/payload_creator.py b/tools/payload_creator.py index 8a1c8e2..3f6e8d7 100644 --- a/tools/payload_creator.py +++ b/tools/payload_creator.py @@ -114,7 +114,7 @@ class MobDroid(HackingTool): "easy way\n without typing long commands and save your time" INSTALL_COMMANDS = [ "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"