stormshadow07 / BeeF-Over-Wan

Browser Exploitation Framework is a Open-source penetration testing tool that focuses on browser-based vulnerabilities .This Python Script does the changes Required to make hooked Linked Accessible Over WAN .So anyone can use this framework and Attack Over WAN without Port Forwarding [NGROK or any Localhost to Webhost Service Required ]
GNU General Public License v3.0
153 stars 93 forks source link

showing error #50

Open gonewrong2910 opened 2 years ago

gonewrong2910 commented 2 years ago

Traceback (most recent call last): File "BeeFOverWan.py", line 8, in from termcolor import colored ImportError: No module named termcolor

Warhammar commented 2 years ago

I have the same failure.

Warhammar commented 2 years ago

─$ sudo chmod +x BeeFOverWan.py && python BeeFOverWan.py 1 ⨯ Traceback (most recent call last): File "BeeFOverWan.py", line 8, in from termcolor import colored ImportError: No module named termcolor

KityKat6813 commented 2 years ago

Traceback (most recent call last): File "BeeFOverWan.py", line 8, in from termcolor import colored ImportError: No module named termcolor

  1. nano BeeFOverWan.py
  2. Locate line 8
  3. comment out (form termcolor import colored)
  4. form termcolor import colored

  5. Ctrl+o
  6. Ctrl+x
Warhammar commented 2 years ago

Now the Password beef wont work..

la 17. heinäk. 2021 klo 14.36 Kitkat6813 @.***) kirjoitti:

Traceback (most recent call last): File "BeeFOverWan.py", line 8, in from termcolor import colored ImportError: No module named termcolor

  1. nano BeeFOverWan.py
  2. Locate line 8
  3. comment out (form termcolor import colored)
  4. form termcolor import colored

  5. Ctrl+o
  6. Ctrl+v

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/stormshadow07/BeeF-Over-Wan/issues/50#issuecomment-881891667, or unsubscribe https://github.com/notifications/unsubscribe-auth/ARMQZXV2AARHYYA7FDV4DGDTYF2LXANCNFSM5ABRDMKA .

messaouddhia commented 2 years ago

1.nano BeeFOverWan.py 2.Delete the line 8 completely "from termcolor import colored" 3.chmod +x BeeFOverWan.py 4.python2.7 BeeFOverWan.py

Alexjr9777 commented 2 years ago

Traceback (most recent call last): File "BeeFOverWan.py", line 8, in from termcolor import colored ImportError: No module named termcolor

for linux download termcolor tar from python org extract it open terminal in that dir """python setup.py install""" then try the tools

it will work

asmahdi08 commented 2 years ago

Step 1: install gedit by doing "sudo apt install gedit"

Step 2: go to your BeeF-Over-Wan directory

Step 3: do "gedit BeeFOverWan.py"

Step 4: remove the line 8 and paste " #from termcolor import colored " in line 8

Now do "python BeeFOverWan.py" and it should work perfectly

soullessrat5 commented 1 year ago

Step 1: install gedit by doing "sudo apt install gedit"

Step 2: go to your BeeF-Over-Wan directory

Step 3: do "gedit BeeFOverWan.py"

Step 4: remove the line 8 and paste " #from termcolor import colored " in line 8

Now do "python BeeFOverWan.py" and it should work perfectly

You sir are just like your profile picture. A true chad