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

same code but works with python3 #82

Open BigMrLemon opened 1 year ago

BigMrLemon commented 1 year ago

small chnages so that it works with python3: syntax like print(), consistency of spaces and tabs, input instead of 'raw_input' etc.