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