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
157 stars 90 forks source link

bug in the python code #62

Open TheToxicSideOfMe opened 2 years ago

TheToxicSideOfMe commented 2 years ago

when i try to run python BeefOver...py it just throws a python error ( i have termcolor installed) i mean i added a string to the python code and the that bug diseappeard but another bug showed please fix this Screenshot from 2022-05-23 20-30-33

schisanoluca commented 2 years ago

Try with python2, It should be working. python2 BeeFOverWan.py (if it is not working, try to install termcolor with pip2 install termocolor)

TheToxicSideOfMe commented 2 years ago

IT WORKS!! thank you !