1
0
mirror of https://github.com/Z4nzu/hackingtool.git synced 2025-06-20 06:15:54 +02:00

automatically downloads dependencies

for QR code jacking
This commit is contained in:
Greatest125
2020-12-16 12:30:02 -05:00
committed by GitHub
parent 0d3d4e6f0b
commit 7b309a641e

View File

@ -86,7 +86,7 @@ class QRJacking(HackingTool):
TITLE = "QR Code Jacking" TITLE = "QR Code Jacking"
DESCRIPTION = "QR Code Jacking (Any Website)" DESCRIPTION = "QR Code Jacking (Any Website)"
INSTALL_COMMANDS = [ 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"] RUN_COMMANDS = ["cd ohmyqr && sudo bash ohmyqr.sh"]
PROJECT_URL = "https://github.com/cryptedwolf/ohmyqr" PROJECT_URL = "https://github.com/cryptedwolf/ohmyqr"