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
This commit is contained in:
@@ -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"]
|
||||
|
||||
@@ -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'}
|
||||
|
||||
@@ -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' => '/'},
|
||||
|
||||
@@ -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"]
|
||||
|
||||
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user