18 lines
845 B
YAML
18 lines
845 B
YAML
#
|
|
# Copyright (c) 2006-2026 Wade Alcorn - wade@bindshell.net
|
|
# Browser Exploitation Framework (BeEF) - https://beefproject.com
|
|
# See the file 'doc/COPYING' for copying permission
|
|
#
|
|
beef:
|
|
module:
|
|
get_http_servers:
|
|
enable: true
|
|
category: "Network"
|
|
name: "Get HTTP Servers (Favicon)"
|
|
description: "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."
|
|
authors: ["bcoles"]
|
|
target:
|
|
working: ["IE", "S"]
|
|
user_notify: ["FF", "C", "MI", "OD"]
|
|
not_working: ["O"]
|