From 7c7fc5ae6eac9cebfa6668e34dfe551775fff414 Mon Sep 17 00:00:00 2001 From: bcoles Date: Mon, 22 Oct 2012 23:26:33 +1030 Subject: [PATCH] Small modifications to a few modules Updated a few default IP addresses to 127.0.0.1 Updated a few module names Fixed config.yaml whitespace bug --- modules/exploits/beefbind/beef_bind_shell/config.yaml | 2 +- modules/exploits/beefbind/beef_bind_shell/module.rb | 2 +- modules/exploits/beefbind/beef_bind_staged_deploy/module.rb | 2 +- modules/exploits/zenoss_add_user_csrf/config.yaml | 4 ++-- modules/exploits/zenoss_daemon_csrf/config.yaml | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/modules/exploits/beefbind/beef_bind_shell/config.yaml b/modules/exploits/beefbind/beef_bind_shell/config.yaml index 9ce2708a9..89bb770f0 100755 --- a/modules/exploits/beefbind/beef_bind_shell/config.yaml +++ b/modules/exploits/beefbind/beef_bind_shell/config.yaml @@ -22,4 +22,4 @@ beef: description: "Send commands to be executed on the already deployed BeEF_bind shellcode, and get results back." authors: ["antisnatchor", "tymiller"] # shellcode awesomeness -> Ty Miller target: - working: ["FF","C","S"] + working: ["FF", "C", "S"] diff --git a/modules/exploits/beefbind/beef_bind_shell/module.rb b/modules/exploits/beefbind/beef_bind_shell/module.rb index 30e7d174a..86a7c0b96 100755 --- a/modules/exploits/beefbind/beef_bind_shell/module.rb +++ b/modules/exploits/beefbind/beef_bind_shell/module.rb @@ -17,7 +17,7 @@ class Beef_bind_shell < BeEF::Core::Command def self.options return [ - { 'name' => 'rhost', 'ui_label' => 'Host', 'value' => '172.16.67.135'}, + { 'name' => 'rhost', 'ui_label' => 'Host', 'value' => '127.0.0.1'}, { 'name' => 'rport', 'ui_label' => 'BeEF Bind Port', 'value' => '4444'}, { 'name' => 'path', 'ui_label' => 'Path', 'value' => '/'}, { 'name' => 'cmd', 'ui_label' => 'Command', 'value' => 'hostname'} diff --git a/modules/exploits/beefbind/beef_bind_staged_deploy/module.rb b/modules/exploits/beefbind/beef_bind_staged_deploy/module.rb index 9ca8c3bde..69dd2d9b9 100755 --- a/modules/exploits/beefbind/beef_bind_staged_deploy/module.rb +++ b/modules/exploits/beefbind/beef_bind_staged_deploy/module.rb @@ -21,7 +21,7 @@ class Beef_bind_staged_deploy < BeEF::Core::Command beef_port = "#{configuration.get("beef.http.port")}" return [ - { 'name' => 'rhost', 'ui_label' => 'Target Host', 'value' => '172.16.67.135'}, + { 'name' => 'rhost', 'ui_label' => 'Target Host', 'value' => '127.0.0.1'}, { 'name' => 'service_port', 'ui_label' => 'Target Port', 'value' => '143'}, { 'name' => 'rport', 'ui_label' => 'BeEF Bind Port', 'value' => '4444'}, { 'name' => 'path', 'ui_label' => 'Path', 'value' => '/'}, diff --git a/modules/exploits/zenoss_add_user_csrf/config.yaml b/modules/exploits/zenoss_add_user_csrf/config.yaml index eaf9a25f5..8dd39d022 100644 --- a/modules/exploits/zenoss_add_user_csrf/config.yaml +++ b/modules/exploits/zenoss_add_user_csrf/config.yaml @@ -18,8 +18,8 @@ beef: zenoss_add_user_csrf: enable: true category: "Exploits" - name: "Zenoss <= 3.2.1 Add User CSRF" - description: "Attempts to add a user to a Zenoss Core <= 3.2.1 server." + name: "Zenoss 3.x Add User CSRF" + description: "Attempts to add a user to a Zenoss Core 3.x server." authors: ["bcoles"] target: working: ["ALL"] diff --git a/modules/exploits/zenoss_daemon_csrf/config.yaml b/modules/exploits/zenoss_daemon_csrf/config.yaml index 923946d5d..0d474f6f0 100644 --- a/modules/exploits/zenoss_daemon_csrf/config.yaml +++ b/modules/exploits/zenoss_daemon_csrf/config.yaml @@ -18,8 +18,8 @@ beef: zenoss_daemon_csrf: enable: true category: "Exploits" - name: "Zenoss <= 3.2.1 Daemon CSRF" - description: "Attempts to start/stop/restart daemons on a Zenoss Core <= 3.2.1 server." + name: "Zenoss 3.x Daemon CSRF" + description: "Attempts to start/stop/restart daemons on a Zenoss Core 3.x server." authors: ["bcoles"] target: working: ["ALL"]