17 lines
778 B
YAML
17 lines
778 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:
|
|
port_scanner:
|
|
enable: true
|
|
category: "Network"
|
|
name: "Port Scanner (Multiple Methods)"
|
|
description: "Scan ports in a given hostname, using WebSockets, CORS and img tags. It uses the three methods to avoid blocked ports or Same Origin Policy.<br/><br/>Note: The user may see authentication popups in the event any of the target ports are web servers using HTTP authentication."
|
|
authors: ["javier.marcos"]
|
|
target:
|
|
user_notify: ["FF", "C"]
|
|
not_working: ["S", "O", "IE"]
|