diff --git a/tools/others/android_attack.py b/tools/others/android_attack.py index dfea85d..5b56a2a 100644 --- a/tools/others/android_attack.py +++ b/tools/others/android_attack.py @@ -52,7 +52,7 @@ class EvilApp(HackingTool): "hijack authenticated sessions in cookies." INSTALL_COMMANDS = [ "sudo git clone https://github.com/crypticterminal/EvilApp.git"] - RUN_COMMANDS = ["cd evilapp && bash evilapp.sh"] + RUN_COMMANDS = ["cd EvilApp && bash evilapp.sh"] PROJECT_URL = "https://github.com/crypticterminal/EvilApp"