Skip to content

Module: Get Page Links

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

Summary

  • Objective: This module will retrieve HREFs from the target page.
  • Date: ???
  • Authors: vo
  • Browsers: All
  • Code

Internal Working

This module uses the [[beef.dom.getLinks method|https://github.com/beefproject/beef/blob/master/core/main/client/dom.js]] to gather all links in the hooked web page. This method uses the document.links function to gather this information.

Feedback

Clone this wiki locally