From 9489e3c591ff1de4617d97d0a546dc803ef3387c Mon Sep 17 00:00:00 2001 From: antisnatchor Date: Tue, 24 Jan 2012 19:59:15 +0100 Subject: [PATCH] moved imap ipec modules in a proper directory, added a note to imap ipec module about portbanning. --- modules/ipec/{ => inter_protocol_imap}/command.js | 0 modules/ipec/{ => inter_protocol_imap}/config.yaml | 2 +- modules/ipec/{ => inter_protocol_imap}/module.rb | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename modules/ipec/{ => inter_protocol_imap}/command.js (100%) rename modules/ipec/{ => inter_protocol_imap}/config.yaml (89%) rename modules/ipec/{ => inter_protocol_imap}/module.rb (100%) diff --git a/modules/ipec/command.js b/modules/ipec/inter_protocol_imap/command.js similarity index 100% rename from modules/ipec/command.js rename to modules/ipec/inter_protocol_imap/command.js diff --git a/modules/ipec/config.yaml b/modules/ipec/inter_protocol_imap/config.yaml similarity index 89% rename from modules/ipec/config.yaml rename to modules/ipec/inter_protocol_imap/config.yaml index 618bd3255..214fa4152 100644 --- a/modules/ipec/config.yaml +++ b/modules/ipec/inter_protocol_imap/config.yaml @@ -19,7 +19,7 @@ beef: enable: true category: "IPEC" name: "IMAP" - description: "Using Inter-protocol Communication (IPEC) zombie browser will send commands to an IMAP4 server. The target address can be on the zombie's subnet which is potentially not directly accessible from the Internet." + description: "Using Inter-protocol Communication (IPEC) zombie browser will send commands to an IMAP4 server. The target address can be on the zombie's subnet which is potentially not directly accessible from the Internet. Have in mind that browser Port Banning is denying connections to default IMAP port 143." authors: ["jgaliana", "wade"] target: working: ["FF", "C", "S", "O"] diff --git a/modules/ipec/module.rb b/modules/ipec/inter_protocol_imap/module.rb similarity index 100% rename from modules/ipec/module.rb rename to modules/ipec/inter_protocol_imap/module.rb