Abertay Ethical Hacking Society
  • Home
  • Information
    • Constitution
    • Change Logs
      • Website
      • Discord
      • Github
      • Server
    • Meetings
      • 2021-2022
    • Honourary Members
  • Contributing
    • Contributions
      • Using Git
      • Formatting and Best Practise
  • Society Events
    • Securi-Tay
      • History
  • Help Guides
    • Programming / Scripting
      • AWK
      • Bash Scripting
      • C Coding
      • Java Coding
      • LaTeX
      • Markdown
      • Project Ideas
      • Python Scripting
      • Tools
    • Software
      • Operating Systems
        • Installing Arch
        • Installing Kali
        • Linux Commands for Beginners
        • MacOS
      • Tools
        • PGP
          • A guide to using PGP on Android
          • A guide to using PGP on macOS
          • PGP
        • Radare2
        • Nmap
        • Regular Expressions
        • The Browser Exploitation Framework (BeEF)
        • Vim
        • Vimium
        • Zsh
    • Networking
      • Domain Name System (DNS)
      • Remote access to your Abertay network drive
      • Secure Shell (SSH)
      • TLS 1.3
      • Wireshark
      • Subnetting
    • Techniques
      • A guide to creating malicious macro-enabled Excel worksheets
      • Open Source Intelligence (OSINT)
      • Google-Fu
    • Jobs
      • Common Interview Questions
    • Home Lab
      • PiHole
  • Glossary
    • Infosec Terms
    • Computing Terms
    • Hardware Terms
    • General Terms
    • Development Terms
    • Networking Terms
  • Members
    • Profiles
      • AG
      • Isaac
      • Sam
  • Other
    • Other
      • Data Dumps
      • Meetups
      • Meltdown & Spectre
      • Movies
      • Project topic suggestions
      • Recommended Reading
Powered by GitBook
On this page
  • Links
  • Getting BeEF
  • Supported Platforms
  • Dependencies
  • TL;DR
  • Extensions
  • Social Engineering

Was this helpful?

  1. Help Guides
  2. Software
  3. Tools

The Browser Exploitation Framework (BeEF)

BeEF is a penetration testing tool that focuses on the web browser and facilities various client side attacks.

Links

  • Website

    • Blog

  • Github

    • Wiki

  • Twitter

Getting BeEF

Supported Platforms

  • Debian

    • Kali1)

  • Ubuntu

  • MacOS

The projects Github wiki provides install instructions for those platforms.

Dependencies

  • Ruby 2.1 or higher

    • Ruby Version Manager

    • Gems

  • SQLite 3.x

TL;DR

  1. Install Ruby Version Manager

  2. Set Ruby version to 2.1.5

  3. Git clone BeEF

  4. Install Ruby Gems

  5. Done

Extensions

Social Engineering

Web Cloner

The Web Cloner extension allows you to take a pixel for pixel clone, as far as is possible2), of a site and host it yourself. Cloned pages are modified on the fly to automatically hook any user that visits the page as well as intercept any form field POST requests.

The post 'BeEF web cloning, BeEF mass mailing, Social Engineering with better BeEF!' has a more detailed intro to the Web Cloner and a getting started using curl.

1)

BeEf is included with Kali Linux. See: http://tools.kali.org/tools-listing

2)

Custom £600 fonts and social medial widgets are a PITA

PreviousRegular ExpressionsNextVim

Last updated 4 years ago

Was this helpful?