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

How to install this websploit version from scratch? #9

Open
gb1r opened this issue Sep 24, 2024 · 0 comments
Open

How to install this websploit version from scratch? #9

gb1r opened this issue Sep 24, 2024 · 0 comments

Comments

@gb1r
Copy link

gb1r commented Sep 24, 2024

Hi,

This is an amateur question. Besides running git clone https://github.com/The404Hacking/websploit.git what else do I need to do to make this version work?

I did the following on /home/kali:

git clone https://github.com/The404Hacking/websploit.git
ls
cd websploit
ls
python3 websploit.py

Here I don´t know if I have to install or update something else, but I get the following error:

python3 websploit.py

File "/home/kali/websploit/websploit.py", line 152
print "Wrong Command => ", terminal
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

I know I´m supposed to edit it, however even if I do it (I not a programer so I just try to replicate the same structure to make it "work") it continues to give me an error

So:

mousepad websploit.py
Then I change line 153 from:

print "Wrong Command => ", terminal

to:

print("Wrong Command => ", terminal)

I change nothing else, and then save the file. I open the file again to see if the editing took place and it did.

python3 websploit.py
A different printing error appears:

Traceback (most recent call last):
File "/home/kali/websploit/websploit.py", line 38, in
from core import menu
File "/home/kali/websploit/core/menu.py", line 11
print ""
^^^^^^^^
SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

But I don´t see any errors on line 38 or 11, but I´m not a programer and my knowledge goes from limited to unexisting.

I stopped here. I don´t know if I´m missing some requirements (if so, I would need the commands since I don´t know python or coding) or something else

I basically want this or other version because I´m running some bluetooth tests, on my own devices of course, and the current version does not have the bluetooth capabilities that I need.

The bluetooth testing community will appreciate any help here!

Thanks in advance,

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

1 participant