From 7b309a641ed87c69507ca7a191843e7e9b23fab9 Mon Sep 17 00:00:00 2001 From: Greatest125 <66028078+Greatest125@users.noreply.github.com> Date: Wed, 16 Dec 2020 12:30:02 -0500 Subject: [PATCH] automatically downloads dependencies for QR code jacking --- tools/phising_attack.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/phising_attack.py b/tools/phising_attack.py index d2aa700..319318d 100644 --- a/tools/phising_attack.py +++ b/tools/phising_attack.py @@ -86,7 +86,7 @@ class QRJacking(HackingTool): TITLE = "QR Code Jacking" DESCRIPTION = "QR Code Jacking (Any Website)" INSTALL_COMMANDS = [ - "sudo git clone https://github.com/cryptedwolf/ohmyqr.git && sudo apt-get install scrot"] + "sudo git clone https://github.com/cryptedwolf/ohmyqr.git && sudo apt -y install scrot"] RUN_COMMANDS = ["cd ohmyqr && sudo bash ohmyqr.sh"] PROJECT_URL = "https://github.com/cryptedwolf/ohmyqr"