Skip to content

Module: Alert Dialog

Jess Williams edited this page Dec 31, 2019 · 3 revisions

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.
Clone this wiki locally