Path: blob/master/modules/network/get_http_servers/config.yaml
1866 views
#1# Copyright (c) 2006-2026 Wade Alcorn - [email protected]2# Browser Exploitation Framework (BeEF) - https://beefproject.com3# See the file 'doc/COPYING' for copying permission4#5beef:6module:7get_http_servers:8enable: true9category: "Network"10name: "Get HTTP Servers (Favicon)"11description: "Attempts to discover HTTP servers on the specified IP range by checking for a favicon.<br/><br/>Note: You can specify multiple remote IP addresses (separated by commas) or a range of IP addresses for a class C network (10.1.1.1-10.1.1.254). Set the IP address to 'common' to scan a list of common LAN addresses."12authors: ["bcoles"]13target:14working: ["IE", "S"]15user_notify: ["FF", "C", "MI", "OD"]16not_working: ["O"]171819