Path: blob/master/modules/browser/get_visited_urls/config.yaml
1154 views
#1# Copyright (c) 2006-2025 Wade Alcorn - [email protected]2# Browser Exploitation Framework (BeEF) - https://beefproject.com3# See the file 'doc/COPYING' for copying permission4#5beef:6module:7get_visited_urls:8enable: true9category: "Browser"10name: "Get Visited URLs (Old Browsers)"11description: "This module will detect whether or not the hooked browser has visited the specified URL(s)"12authors: ["passbe"]13target:14working:15IE:16min_ver: 617max_ver: 718FF:19min_ver: 320max_ver: 321C:22min_ver: 123max_ver: 524S:25min_ver: 326max_ver: 327O:28min_ver: 129max_ver: 1030not_working: ["All"]313233