From 0c64864ea6b7d78d489da4c979d6d88306c4d02e Mon Sep 17 00:00:00 2001 From: "wade@bindshell.net" Date: Thu, 18 Aug 2011 21:55:40 +0000 Subject: [PATCH] Inter-protocol modules moved to their own directory git-svn-id: https://beef.googlecode.com/svn/trunk@1208 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- .../inter_protocol_win_bindshell/command.js | 0 .../inter_protocol_win_bindshell/config.yaml | 6 +++--- .../inter_protocol_win_bindshell/module.rb | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename modules/{network => ipec}/inter_protocol_win_bindshell/command.js (100%) rename modules/{network => ipec}/inter_protocol_win_bindshell/config.yaml (67%) rename modules/{network => ipec}/inter_protocol_win_bindshell/module.rb (100%) 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