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

run is not recognized as an internal command ! - Error #164

Open RuchinHimasha opened 2 years ago

RuchinHimasha commented 2 years ago
QrlJacker Module(grabber/whatsapp) > options

 Name       Current value  Required  Description
 port       1337           Yes       The local port to listen on.
 host       0.0.0.0        Yes       The local host to listen on.
 useragent  (default)      Yes       Make useragent is the (default) one, a (random) generated useragent or a specifed useragent

I did everything you said in the Installing instructions But when I type run it is saying [!] run is not recognized as an internal command !

QrlJacker Module(grabber/whatsapp) > run
[!] run is not recognized as an internal command !
[+] Maybe you meant : , runreload, refresh, resource
[+] Type help or ? to learn more..
tikroute commented 2 years ago

Hello Anyone here to solve this problem?

aryanvats105 commented 2 years ago

There is some issue in module.py file at line 135

Crypton1337 commented 2 years ago

@RuchinHimasha use exec before you execute command run

Rsv002 commented 1 year ago

@RuchinHimasha use exec before you execute command run

still doesn't work