Reverted back two MSF related files, inadvertently committed before...

git-svn-id: https://beef.googlecode.com/svn/trunk@1028 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
antisnatchor
2011-06-26 18:12:56 +00:00
parent 6af4f673d3
commit 9009ed85bd
2 changed files with 3 additions and 4 deletions

View File

@@ -7,10 +7,10 @@
beef:
extension:
metasploit:
enable: false
host: "192.168.10.128"
enable: true
host: "192.168.84.1"
path: "/RPC2"
port: 55553
user: "msf"
pass: "abc123"
callback_host: "192.168.10.128"
callback_host: "192.168.84.1"

View File

@@ -130,7 +130,6 @@ module Commands
'mode' => 'local',
'reloadOnChange' => true, # reload payloads
'defaultPayload' => "generic/shell_bind_tcp", # default combobox value
'defaultPayload' => "generic/shell_bind_tcp",
'emptyText' => "select a payload..."
}