All Projects → stormshadow07 → Beef Over Wan

stormshadow07 / Beef Over Wan

Licence: gpl-3.0
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 ]

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Beef Over Wan

Mouse
Mouse Framework is an iOS and macOS post-exploitation framework that gives you a command line session with extra functionality between you and a target machine using only a simple Mouse payload. Mouse gives you the power and convenience of uploading and downloading files, tab completion, taking pictures, location tracking, shell command execution, escalating privileges, password retrieval, and much more.
Stars: ✭ 186 (+126.83%)
Mutual labels:  hacking, exploit, hacking-tool, exploitation-framework
M3m0
M3m0 Tool ⚔️ Website Vulnerability Scanner & Auto Exploiter
Stars: ✭ 124 (+51.22%)
Mutual labels:  hacking, penetration-testing, exploit, hacking-tool
Thc Archive
All releases of the security research group (a.k.a. hackers) The Hacker's Choice
Stars: ✭ 474 (+478.05%)
Mutual labels:  hacking, penetration-testing, exploit, hacking-tool
Icg Autoexploiterbot
Wordpress 🔥 Joomla 🔥 Drupal 🔥 OsCommerce 🔥 Prestashop 🔥 Opencart 🔥
Stars: ✭ 242 (+195.12%)
Mutual labels:  hacking, penetration-testing, exploit, hacking-tool
Penetration Testing Tools
A collection of more than 140+ tools, scripts, cheatsheets and other loots that I have developed over years for Red Teaming/Pentesting/IT Security audits purposes. Most of them came handy on at least one of my real-world engagements.
Stars: ✭ 614 (+648.78%)
Mutual labels:  hacking, penetration-testing, exploit
Hack Tools
hack tools
Stars: ✭ 488 (+495.12%)
Mutual labels:  hacking, exploit, hacking-tool
Slowloris
Asynchronous Python implementation of SlowLoris DoS attack
Stars: ✭ 51 (-37.8%)
Mutual labels:  hacking, exploit, hacking-tool
Interlace
Easily turn single threaded command line applications into a fast, multi-threaded application with CIDR and glob support.
Stars: ✭ 760 (+826.83%)
Mutual labels:  hacking, penetration-testing, hacking-tool
A Red Teamer Diaries
RedTeam/Pentest notes and experiments tested on several infrastructures related to professional engagements.
Stars: ✭ 382 (+365.85%)
Mutual labels:  hacking, penetration-testing, exploit
Dirsearch
Web path scanner
Stars: ✭ 7,246 (+8736.59%)
Mutual labels:  hacking, penetration-testing, hacking-tool
Ghost
Ghost Framework is an Android post-exploitation framework that exploits the Android Debug Bridge to remotely access an Android device. Ghost Framework gives you the power and convenience of remote Android device administration.
Stars: ✭ 992 (+1109.76%)
Mutual labels:  hacking, exploit, exploitation-framework
Hackerpro
All in One Hacking Tool for Linux & Android (Termux). Make your linux environment into a Hacking Machine. Hackers are welcome in our blog
Stars: ✭ 474 (+478.05%)
Mutual labels:  hacking, penetration-testing, hacking-tool
Hacker Roadmap
📌 Your beginner pen-testing start guide. A guide for amateur pen testers and a collection of hacking tools, resources and references to practice ethical hacking and web security.
Stars: ✭ 7,752 (+9353.66%)
Mutual labels:  hacking, penetration-testing, hacking-tool
Powershell Rat
Python based backdoor that uses Gmail to exfiltrate data through attachment. This RAT will help during red team engagements to backdoor any Windows machines. It tracks the user activity using screen capture and sends it to an attacker as an e-mail attachment.
Stars: ✭ 636 (+675.61%)
Mutual labels:  hacking, penetration-testing, hacking-tool
Hosthunter
HostHunter a recon tool for discovering hostnames using OSINT techniques.
Stars: ✭ 427 (+420.73%)
Mutual labels:  hacking, penetration-testing, hacking-tool
Lockdoor Framework
🔐 Lockdoor Framework : A Penetration Testing framework with Cyber Security Resources
Stars: ✭ 677 (+725.61%)
Mutual labels:  hacking, penetration-testing, hacking-tool
Evillimiter
Tool that monitors, analyzes and limits the bandwidth of devices on the local network without administrative access.
Stars: ✭ 764 (+831.71%)
Mutual labels:  hacking, penetration-testing, hacking-tool
Brutus
A Python-powered exploitation framework and botnet.
Stars: ✭ 17 (-79.27%)
Mutual labels:  penetration-testing, hacking-tool, exploitation-framework
Givingstorm
Infection vector that bypasses AV, IDS, and IPS. (For now...)
Stars: ✭ 72 (-12.2%)
Mutual labels:  hacking, penetration-testing, hacking-tool
Osmedeus
Fully automated offensive security framework for reconnaissance and vulnerability scanning
Stars: ✭ 3,391 (+4035.37%)
Mutual labels:  hacking, penetration-testing, hacking-tool

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

STEP 3 : You will See 2 different links Forwarded to

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

STEP 4 : Enter these links in Script and Follow The Steps given in Script.

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].