Namespace: BeefJS

BeefJS

Register the BeEF JS on the window object.

Properties:
Name Type Description
version string

BeEf Version

pageIsLoaded boolean

This gets set to true during window.onload(). It's a useful hack when messing with document.write().

onpopstate array

An array containing functions to be executed by the window.onpopstate() method.

onclose array

An array containing functions to be executed by the window.onclose() method.

commands array

An array containing functions to be executed by Beef.

components array

An array containing all the BeEF JS components.

Source:

Methods

(static) debug()

Adds a function to display debug messages (wraps console.log())

Source:

(static) execute()

Adds a function to execute.

Source:

(static) regCmp()

Registers a component in BeEF JS.

Source: