GitPedia

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 ]

From stormshadow07·Updated June 23, 2026·View on GitHub·

You need two Links which are Forwarded To LocalHost:80 and LocalHost:3000 1. To send to Victim . 2. Beef listens on Port 3000 ,So this link should be forwared to LocalHost:3000 . The project is written primarily in Python, distributed under the GNU General Public License v3.0 license, first published in 2018. Key topics include: beef, browser, exploit, exploitation-framework, hacking.

BeeF-Over-Wan

Screenshots

1
2
3
4

Instructions :

You need two Links which are Forwarded To LocalHost:80 and LocalHost:3000

  1. To send to Victim .
  2. Beef listens on Port 3000 ,So this link should be forwared to LocalHost:3000 .

Just Enter your links in the Script ,Script will do neccessary changes required to opt for your Links .

NGROK Steps :-

STEP 1 : Add these Lines To ngrok.yml [Location .ngrok2/ngrok.yml ]

tunnels:
first-app:
	addr: 80
	proto: http
second-app:
	addr: 3000
	proto: http

STEP 2 : Now Start ngrok with :

	ngrok start --all
    Localhost:80                  [ Link To be Sent to Victim ]
    Localhost:3000		  [ Your Link will be Connecting to.. ] 	
					

Requirements

  • Beef-xss [Browser Exploitation Framework]
  • Apache
  • NGROK [If you want to do this without Port Forwarding]

⭕️ Getting Started

  1. git clone https://github.com/stormshadow07/BeeF-Over-Wan.git
  2. cd BeeF-Over-Wan
  3. chmod +x BeeFOverWan.py && python BeeFOverWan.py

Contributors

Showing top 1 contributor by commit count.

View all contributors on GitHub →

This article is auto-generated from stormshadow07/BeeF-Over-Wan via the GitHub API.Last fetched: 6/27/2026