updated evilapp install

This commit is contained in:
Greatest125 2020-12-29 16:36:38 +00:00 committed by GitHub
parent 91c3078999
commit 912e332c48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"