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

I'm facing an Error. #61

Open aNetworkError opened 2 years ago

aNetworkError commented 2 years ago

I'm trying config BeeF-Over-Wan and I keep getting this error

File "/home/kali/Desktop/BeeF-Over-Wan/BeeFOverWan.py", line 90 print '"{old_string}" not found in {filename}.'.format(**locals()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)?

Screenshot_2

DorkyMC commented 2 years ago

-pip install termcolor
-python BeeFOverWan.py if not install this: https://files.pythonhosted.org/packages/8a/48/a76be51647d0eb9f10e2a4511bf3ffb8cc1e6b14e9e4fab46173aa79f981/termcolor-1.1.0.tar.gz Then extract it to the desktop. Open cmd or terminal window inside the folder. Then first: -python setup.py build -python setup.py install And it's okay. It should be loaded.