1.8.0 • Published 9 months ago

beef-npm v1.8.0

Weekly downloads
-
License
ISC
Repository
-
Last release
9 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

9 months ago

1.7.0

9 months ago

1.6.0

9 months ago

1.5.0

9 months ago

1.4.0

9 months ago

1.3.0

9 months ago

1.2.0

9 months ago

1.1.0

9 months ago

1.0.0

9 months ago