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:
bcoles
2012-10-22 23:26:33 +10:30
parent ce4018d464
commit 7c7fc5ae6e
5 changed files with 7 additions and 7 deletions

View File

@@ -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"]

View File

@@ -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'}