diff --git a/modules/network/inter_protocol_win_bindshell/command.js b/modules/ipec/inter_protocol_win_bindshell/command.js similarity index 100% rename from modules/network/inter_protocol_win_bindshell/command.js rename to modules/ipec/inter_protocol_win_bindshell/command.js diff --git a/modules/network/inter_protocol_win_bindshell/config.yaml b/modules/ipec/inter_protocol_win_bindshell/config.yaml similarity index 67% rename from modules/network/inter_protocol_win_bindshell/config.yaml rename to modules/ipec/inter_protocol_win_bindshell/config.yaml index 4eae87284..559277b18 100644 --- a/modules/network/inter_protocol_win_bindshell/config.yaml +++ b/modules/ipec/inter_protocol_win_bindshell/config.yaml @@ -17,9 +17,9 @@ beef: module: inter_protocol_win_bindshell: enable: true - category: "Network" - name: "Inter-Protocol Windows Bindshell" - description: "Using Inter-protocol Communication the zombie browser will send commands to a listening Windows shell bound on the target specified in the 'Target Address' input. The target address can be on the zombie's subnet which is potentially not directly accessible from the Internet.

The command results are returned to the BeEF control panel." + category: "IPEC" + name: "Bindshell (Windows)" + description: "Using Inter-protocol Expliotation/Communication (IPEC) the hooked browser will send commands to a listening Windows shell bound on the target specified in the 'Target Address' input.

The target address can be on the hooked browser's subnet which is potentially not directly accessible from the Internet." authors: ["bcoles", "wade"] target: working: ["FF"] diff --git a/modules/network/inter_protocol_win_bindshell/module.rb b/modules/ipec/inter_protocol_win_bindshell/module.rb similarity index 100% rename from modules/network/inter_protocol_win_bindshell/module.rb rename to modules/ipec/inter_protocol_win_bindshell/module.rb