Skip to content

Node.js RESTful API access for BeEF (Browser Exploitation Framework)

Notifications You must be signed in to change notification settings

danpopp/beef-cutter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 

Repository files navigation

beef-cutter

Node.js RESTful API access for BeEF, the Browser Exploitation Framework (https://github.com/beefproject/beef).

Uses commander.js (https://github.com/visionmedia/commander.js).

Installation

$ git clone https://github.com/danpopp/beef-cutter.git
$ cd beef-cutter
$ npm install commander

Usage

$ node beef-cutter.js [options] 

Options:

-h, --help     output usage information
-l, --local    Show connected clients on the LAN by MAC address.
-o, --online   List online hosts by IP only.
-O, --fullon   List online hosts with device URI included.
-x, --offline  List offline hosts by IP only.
-X, --fulloff  List offline hosts with device URI included.
-d, --debug    Show debugging info.
-V, --version  output the version number

About

Node.js RESTful API access for BeEF (Browser Exploitation Framework)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published