OWASP / QRLJacking

QRLJacking or Quick Response Code Login Jacking is a simple-but-nasty attack vector affecting all the applications that relays on “Login with QR code” feature as a secure way to login into accounts which aims for hijacking users session by attackers.
GNU General Public License v3.0
1.35k stars 615 forks source link

user-agent from requirements installed in wrong directory and not being located with run command #103

Closed dallasmaverick closed 3 years ago

dallasmaverick commented 4 years ago

Hello,

I installed QRLJacker as a normal user but noticed that the requirements.txt file installed everything in correct location except user-agent. See the image below.

useragent Now, when i run the tool as non root user, I get an error as shown below.

nonroot If I try to run it as a root user, I get the user-agent not found error. Not sure what is going on. Any help is appreciated.

useragent1

Thank you

melbadry9 commented 3 years ago

The following command should fix the problem.

• sudo pip3 install -r requirements.txt • sudo python3 QRLJacker.py