From afbadc357ad934d156e573a46acfa77a26f7704f Mon Sep 17 00:00:00 2001 From: antisnatchor Date: Sun, 2 Oct 2011 14:13:07 +0000 Subject: [PATCH] Fixed typos in IPC config.yaml files git-svn-id: https://beef.googlecode.com/svn/trunk@1342 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9 --- modules/ipec/inter_protocol_posix_bindshell/config.yaml | 2 +- modules/ipec/inter_protocol_win_bindshell/config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ipec/inter_protocol_posix_bindshell/config.yaml b/modules/ipec/inter_protocol_posix_bindshell/config.yaml index 1b26cbb91..73a459e3b 100644 --- a/modules/ipec/inter_protocol_posix_bindshell/config.yaml +++ b/modules/ipec/inter_protocol_posix_bindshell/config.yaml @@ -19,7 +19,7 @@ beef: enable: true category: "IPEC" name: "Bindshell (POSIX)" - description: "Using Inter-protocol Expliotation/Communication (IPEC) the hooked browser will send commands to a listening POSIX 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." + description: "Using Inter-protocol Exploitation/Communication (IPEC) the hooked browser will send commands to a listening POSIX shell bound on the target specified in the 'Target Address' input field.

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/ipec/inter_protocol_win_bindshell/config.yaml b/modules/ipec/inter_protocol_win_bindshell/config.yaml index 11a36691b..80d5ceee0 100644 --- a/modules/ipec/inter_protocol_win_bindshell/config.yaml +++ b/modules/ipec/inter_protocol_win_bindshell/config.yaml @@ -19,7 +19,7 @@ beef: enable: true 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." + 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.

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"]