Skip to content

Module: Get Page Links

Nbblrr edited this page Dec 20, 2012 · 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