MCPcopy
hub / github.com/Z4nzu/hackingtool / qrjacking

Method qrjacking

hackingtool.py:939–955  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

937 self.phishattack()
938
939 def qrjacking(self):
940 self.clear_scr()
941 os.system("echo \"QR Code Jacking (Any Website) \" | boxes -d boy | lolcat")
942 choice = input("[1]Install [2]Run [99]Back >> ")
943
944 self.check_input(choice, self.qrjacking, ['1', '2', '99'])
945
946 if choice == "1":
947 os.system("sudo git clone https://github.com/cryptedwolf/ohmyqr && sudo apt-get install scrot")
948 self.qrjacking()
949
950 if choice == "2":
951 os.system("cd ohmyqr && sudo bash ohmyqr.sh")
952 self.qrjacking()
953
954 if choice == "99":
955 self.phishattack()
956
957 def shellphish(self):
958 self.clear_scr()

Callers

nothing calls this directly

Calls 3

clear_scrMethod · 0.95
check_inputMethod · 0.95
phishattackMethod · 0.95

Tested by

no test coverage detected