1.8.0 • Published 11 months ago

beef-npm v1.8.0

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

BeEF-npm (Browser Exploitation Framework for npm)

This is a Node.js package that installs and interacts with the BeEF (Browser Exploitation Framework).

Installation

npm install beef-npm

usage

const beef = require('beef-npm');

async function run() {
    await beef.installBeEF();
    await beef.startBeEF();
    await beef.interactWithBeEF('api/your-endpoint'); // Replace with actual endpoint
}

run().catch(console.error);
1.8.0

11 months ago

1.7.0

11 months ago

1.6.0

11 months ago

1.5.0

11 months ago

1.4.0

11 months ago

1.3.0

11 months ago

1.2.0

11 months ago

1.1.0

11 months ago

1.0.0

11 months ago