Skip to content

Proxy and requester extension

bcoles edited this page Apr 21, 2023 · 3 revisions

Introduction

The proxy and requester extensions are designed to send requests through a victim browser. It tries to use cross origin requests, but will not work unless the target endpoint allows so. Most of the time, only same-origin requests will return responses.

The proxy extension starts a HTTP proxy on port 6789 by default.

Configuration

To enable the two extensions, simply change enable to true in the config.yaml file(s). The files are located in beef root extensions/proxy/config.yaml and extensions/requester/config.yaml

Screenshots

Use a hooked browser as proxy

Forge a request through a hooked browser

Clone this wiki locally