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'}
|
||||
|
||||
Reference in New Issue
Block a user