Raw Javascript Module
This module will send the code entered in the 'JavaScript Code' section to the selected zombie browsers where it will be executed.
The return_result() will send its string parameter back to the BeEF server.
UserAgent Regexp
JavaScript Code
alert('BeEF Raw Javascript Module'); var my_return_value = "result data"; return_result(result_id, my_return_value); // BeEF related function