17 lines
943 B
YAML
17 lines
943 B
YAML
#
|
|
# Copyright (c) 2006-2023 Wade Alcorn - wade@bindshell.net
|
|
# Browser Exploitation Framework (BeEF) - http://beefproject.com
|
|
# See the file 'doc/COPYING' for copying permission
|
|
#
|
|
beef:
|
|
module:
|
|
inter_protocol_win_bindshell:
|
|
enable: true
|
|
category: "IPEC"
|
|
name: "Bindshell (Windows)"
|
|
description: "Using Inter-Protocol Exploitation/Communication (IPEC) the hooked browser will send commands to a listening Windows shell bound on the target specified in the 'Target Address' input field.<br/><br/>The target address can be on the hooked browser's subnet which is potentially not directly accessible from the Internet.<br/><br/>The results of the commands are not returned to BeEF.<br/><br/>Note: ampersands are required to seperate commands."
|
|
authors: ["bcoles", "wade"]
|
|
target:
|
|
working: ["FF", "C"]
|
|
not_working: ["S", "O", "IE"]
|