diff --git a/Gemfile b/Gemfile index dcc99f24d..c250c114d 100644 --- a/Gemfile +++ b/Gemfile @@ -1,7 +1,7 @@ # BeEF's Gemfile # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/README b/README index 8e4e587ec..09400d481 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ - Copyright 2011 Wade Alcorn wade@bindshell.net + Copyright 2012 Wade Alcorn wade@bindshell.net Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/VERSION b/VERSION index ef4aa3261..b4f3f53e9 100644 --- a/VERSION +++ b/VERSION @@ -1 +1,17 @@ +# +# Copyright 2012 Wade Alcorn wade@bindshell.net +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# + 0.4.3.1-alpha diff --git a/beef b/beef index 0390971b1..6dca9b55f 100755 --- a/beef +++ b/beef @@ -1,6 +1,7 @@ #!/usr/bin/env ruby + # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/config.yaml b/config.yaml index 4a66d94c3..1765a457d 100644 --- a/config.yaml +++ b/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/api.rb b/core/api.rb index c9537626b..aeafd6b40 100644 --- a/core/api.rb +++ b/core/api.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/api/extension.rb b/core/api/extension.rb index a596a42f9..c03294dad 100644 --- a/core/api/extension.rb +++ b/core/api/extension.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/api/extensions.rb b/core/api/extensions.rb index c9b84151e..3387c636c 100644 --- a/core/api/extensions.rb +++ b/core/api/extensions.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/api/main/configuration.rb b/core/api/main/configuration.rb index fcea8c355..d047068a3 100644 --- a/core/api/main/configuration.rb +++ b/core/api/main/configuration.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/api/main/migration.rb b/core/api/main/migration.rb index e1a58152d..947503c41 100644 --- a/core/api/main/migration.rb +++ b/core/api/main/migration.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/api/main/network_stack/assethandler.rb b/core/api/main/network_stack/assethandler.rb index 6f234a473..d2dffe0dd 100644 --- a/core/api/main/network_stack/assethandler.rb +++ b/core/api/main/network_stack/assethandler.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/api/main/server.rb b/core/api/main/server.rb index cc62cd88f..026a1ac5c 100644 --- a/core/api/main/server.rb +++ b/core/api/main/server.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/api/main/server/hook.rb b/core/api/main/server/hook.rb index 00d1534af..cb34f5244 100644 --- a/core/api/main/server/hook.rb +++ b/core/api/main/server/hook.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/api/module.rb b/core/api/module.rb index 721628873..c4bddcf62 100644 --- a/core/api/module.rb +++ b/core/api/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/api/modules.rb b/core/api/modules.rb index bb88db8d3..6f1367db4 100644 --- a/core/api/modules.rb +++ b/core/api/modules.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/core.rb b/core/core.rb index 32a431773..1abd7adc5 100644 --- a/core/core.rb +++ b/core/core.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/extension.rb b/core/extension.rb index aa55315f9..9a77f6011 100644 --- a/core/extension.rb +++ b/core/extension.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/extensions.rb b/core/extensions.rb index 9edde5543..e3f4199ef 100644 --- a/core/extensions.rb +++ b/core/extensions.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/filters.rb b/core/filters.rb index 1977bd4f0..31056a70d 100644 --- a/core/filters.rb +++ b/core/filters.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/filters/base.rb b/core/filters/base.rb index 9dac8f532..14492577b 100644 --- a/core/filters/base.rb +++ b/core/filters/base.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/filters/browser.rb b/core/filters/browser.rb index e7fe8773f..0bf881883 100644 --- a/core/filters/browser.rb +++ b/core/filters/browser.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/filters/command.rb b/core/filters/command.rb index c89d9cf7f..dcb779a8b 100644 --- a/core/filters/command.rb +++ b/core/filters/command.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/filters/http.rb b/core/filters/http.rb index 179ed25b6..74e316d03 100644 --- a/core/filters/http.rb +++ b/core/filters/http.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/filters/page.rb b/core/filters/page.rb index d165529b6..b75852f18 100644 --- a/core/filters/page.rb +++ b/core/filters/page.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/hbmanager.rb b/core/hbmanager.rb index bd58b1208..77177ee35 100644 --- a/core/hbmanager.rb +++ b/core/hbmanager.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/loader.rb b/core/loader.rb index 7851468fd..6e3bd192d 100644 --- a/core/loader.rb +++ b/core/loader.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/main/client/beef.js b/core/main/client/beef.js index b659706c4..547d1b1d8 100644 --- a/core/main/client/beef.js +++ b/core/main/client/beef.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/core/main/client/browser.js b/core/main/client/browser.js index bd62ad896..1ff439322 100644 --- a/core/main/client/browser.js +++ b/core/main/client/browser.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/core/main/client/browser/cookie.js b/core/main/client/browser/cookie.js index 880ef215b..d9b7cce98 100644 --- a/core/main/client/browser/cookie.js +++ b/core/main/client/browser/cookie.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/core/main/client/browser/popup.js b/core/main/client/browser/popup.js index 36c991842..656d41c6a 100644 --- a/core/main/client/browser/popup.js +++ b/core/main/client/browser/popup.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/core/main/client/dom.js b/core/main/client/dom.js index 82b4f1139..c27f3bb2b 100644 --- a/core/main/client/dom.js +++ b/core/main/client/dom.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/core/main/client/encode/base64.js b/core/main/client/encode/base64.js index 96c02cd6a..5ec117667 100644 --- a/core/main/client/encode/base64.js +++ b/core/main/client/encode/base64.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/core/main/client/encode/json.js b/core/main/client/encode/json.js index d5f0a0109..23c7317fa 100644 --- a/core/main/client/encode/json.js +++ b/core/main/client/encode/json.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/core/main/client/geolocation.js b/core/main/client/geolocation.js index fbab37a68..0da30c433 100644 --- a/core/main/client/geolocation.js +++ b/core/main/client/geolocation.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/core/main/client/init.js b/core/main/client/init.js index c5f1bc6c0..1b2221597 100644 --- a/core/main/client/init.js +++ b/core/main/client/init.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/core/main/client/lib/evercookie.js b/core/main/client/lib/evercookie.js index e0c36b5f3..bc6b0889d 100644 --- a/core/main/client/lib/evercookie.js +++ b/core/main/client/lib/evercookie.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/core/main/client/logger.js b/core/main/client/logger.js index 4e6242b8f..0cf765f03 100644 --- a/core/main/client/logger.js +++ b/core/main/client/logger.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/core/main/client/mitb.js b/core/main/client/mitb.js index 2df931e6a..bfad2b6d4 100644 --- a/core/main/client/mitb.js +++ b/core/main/client/mitb.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/core/main/client/net.js b/core/main/client/net.js index 07692e18e..9f84f5acc 100644 --- a/core/main/client/net.js +++ b/core/main/client/net.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/core/main/client/net/dns.js b/core/main/client/net/dns.js index 9c591f9e7..be172c61c 100644 --- a/core/main/client/net/dns.js +++ b/core/main/client/net/dns.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/core/main/client/net/local.js b/core/main/client/net/local.js index f486985c9..858b75bd0 100644 --- a/core/main/client/net/local.js +++ b/core/main/client/net/local.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/core/main/client/net/portscanner.js b/core/main/client/net/portscanner.js index 8a6980cb8..75baede99 100644 --- a/core/main/client/net/portscanner.js +++ b/core/main/client/net/portscanner.js @@ -1,18 +1,18 @@ -// -// Copyright 2011 Wade Alcorn wade@bindshell.net -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// +// +// Copyright 2012 Wade Alcorn wade@bindshell.net +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// /*! * @literal object: beef.net.portscanner * diff --git a/core/main/client/net/requester.js b/core/main/client/net/requester.js index 5740f5d2c..8d51128f1 100644 --- a/core/main/client/net/requester.js +++ b/core/main/client/net/requester.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/core/main/client/os.js b/core/main/client/os.js index b12024860..c133edcc9 100644 --- a/core/main/client/os.js +++ b/core/main/client/os.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/core/main/client/session.js b/core/main/client/session.js index ab61a5a95..2d3ea7425 100644 --- a/core/main/client/session.js +++ b/core/main/client/session.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/core/main/client/updater.js b/core/main/client/updater.js index f7c390da1..2c272b4e2 100644 --- a/core/main/client/updater.js +++ b/core/main/client/updater.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/core/main/command.rb b/core/main/command.rb index 53fb53d2c..fab0f965e 100644 --- a/core/main/command.rb +++ b/core/main/command.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/main/configuration.rb b/core/main/configuration.rb index 0466668f9..9fc1268b2 100644 --- a/core/main/configuration.rb +++ b/core/main/configuration.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/main/constants/browsers.rb b/core/main/constants/browsers.rb index 4325e1a36..d43e156e5 100644 --- a/core/main/constants/browsers.rb +++ b/core/main/constants/browsers.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/main/constants/commandmodule.rb b/core/main/constants/commandmodule.rb index e5c7e42bf..d37cc1169 100644 --- a/core/main/constants/commandmodule.rb +++ b/core/main/constants/commandmodule.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/main/constants/distributedengine.rb b/core/main/constants/distributedengine.rb index 8a06f56a0..ddbf8426f 100644 --- a/core/main/constants/distributedengine.rb +++ b/core/main/constants/distributedengine.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/main/constants/os.rb b/core/main/constants/os.rb index e3ad74c32..2e86f1e39 100644 --- a/core/main/constants/os.rb +++ b/core/main/constants/os.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/main/crypto.rb b/core/main/crypto.rb index e4c6840d7..25c751446 100644 --- a/core/main/crypto.rb +++ b/core/main/crypto.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/main/distributed_engine/models/rules.rb b/core/main/distributed_engine/models/rules.rb index 986a91ae7..5061f96b1 100644 --- a/core/main/distributed_engine/models/rules.rb +++ b/core/main/distributed_engine/models/rules.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/main/handlers/commands.rb b/core/main/handlers/commands.rb index bda3c723d..5e38490de 100644 --- a/core/main/handlers/commands.rb +++ b/core/main/handlers/commands.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/main/handlers/hookedbrowsers.rb b/core/main/handlers/hookedbrowsers.rb index 5e3598d23..4db2d59a6 100644 --- a/core/main/handlers/hookedbrowsers.rb +++ b/core/main/handlers/hookedbrowsers.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/main/handlers/modules/beefjs.rb b/core/main/handlers/modules/beefjs.rb index 7bfbab5f6..a43fc5674 100644 --- a/core/main/handlers/modules/beefjs.rb +++ b/core/main/handlers/modules/beefjs.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/main/handlers/modules/command.rb b/core/main/handlers/modules/command.rb index 1ec513a1d..e2f2a16da 100644 --- a/core/main/handlers/modules/command.rb +++ b/core/main/handlers/modules/command.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/main/logger.rb b/core/main/logger.rb index bb3d92cbf..f9e128d77 100644 --- a/core/main/logger.rb +++ b/core/main/logger.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/main/migration.rb b/core/main/migration.rb index 2ecfb3856..e9b553fc4 100644 --- a/core/main/migration.rb +++ b/core/main/migration.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/main/models/command.rb b/core/main/models/command.rb index 069f51d61..c4f8751e4 100644 --- a/core/main/models/command.rb +++ b/core/main/models/command.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/main/models/commandmodule.rb b/core/main/models/commandmodule.rb index a819c3701..b372f2628 100644 --- a/core/main/models/commandmodule.rb +++ b/core/main/models/commandmodule.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/main/models/dynamiccommandinfo.rb b/core/main/models/dynamiccommandinfo.rb index dc9793d33..a70b7d707 100644 --- a/core/main/models/dynamiccommandinfo.rb +++ b/core/main/models/dynamiccommandinfo.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/main/models/dynamicpayloadinfo.rb b/core/main/models/dynamicpayloadinfo.rb index 4834d914b..6fe9813a9 100644 --- a/core/main/models/dynamicpayloadinfo.rb +++ b/core/main/models/dynamicpayloadinfo.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/main/models/dynamicpayloads.rb b/core/main/models/dynamicpayloads.rb index 0ff1444f7..8aab50ef3 100644 --- a/core/main/models/dynamicpayloads.rb +++ b/core/main/models/dynamicpayloads.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/main/models/hookedbrowser.rb b/core/main/models/hookedbrowser.rb index c46699015..0f48f00a8 100644 --- a/core/main/models/hookedbrowser.rb +++ b/core/main/models/hookedbrowser.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/main/models/log.rb b/core/main/models/log.rb index 7bd992fce..9089c0c07 100644 --- a/core/main/models/log.rb +++ b/core/main/models/log.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/main/models/optioncache.rb b/core/main/models/optioncache.rb index 729bf9306..74851f908 100644 --- a/core/main/models/optioncache.rb +++ b/core/main/models/optioncache.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/main/models/result.rb b/core/main/models/result.rb index 9cc40653b..481069b86 100644 --- a/core/main/models/result.rb +++ b/core/main/models/result.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/main/models/user.rb b/core/main/models/user.rb index b7cd05762..34d98151e 100644 --- a/core/main/models/user.rb +++ b/core/main/models/user.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/main/network_stack/api.rb b/core/main/network_stack/api.rb index 219c6f839..731853f64 100644 --- a/core/main/network_stack/api.rb +++ b/core/main/network_stack/api.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/main/network_stack/assethandler.rb b/core/main/network_stack/assethandler.rb index 2764e25ce..c3a450337 100644 --- a/core/main/network_stack/assethandler.rb +++ b/core/main/network_stack/assethandler.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/main/network_stack/handlers/dynamicreconstruction.rb b/core/main/network_stack/handlers/dynamicreconstruction.rb index cee0a1906..d2e41a4f4 100644 --- a/core/main/network_stack/handlers/dynamicreconstruction.rb +++ b/core/main/network_stack/handlers/dynamicreconstruction.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/main/server.rb b/core/main/server.rb index 18c49ad05..8f4b81046 100644 --- a/core/main/server.rb +++ b/core/main/server.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/module.rb b/core/module.rb index bf5ae3e74..19c8c306f 100644 --- a/core/module.rb +++ b/core/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/modules.rb b/core/modules.rb index 1b076aa13..ed2e287be 100644 --- a/core/modules.rb +++ b/core/modules.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/ruby.rb b/core/ruby.rb index 3ad0f7360..d606555f9 100644 --- a/core/ruby.rb +++ b/core/ruby.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/ruby/hash.rb b/core/ruby/hash.rb index fdf3090a4..5ea4e4e67 100644 --- a/core/ruby/hash.rb +++ b/core/ruby/hash.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/ruby/module.rb b/core/ruby/module.rb index f0214a92f..4aaba8e7e 100644 --- a/core/ruby/module.rb +++ b/core/ruby/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/ruby/object.rb b/core/ruby/object.rb index a792e91ca..f51a611d5 100644 --- a/core/ruby/object.rb +++ b/core/ruby/object.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/ruby/patches/dm-do-adapter/adapter.rb b/core/ruby/patches/dm-do-adapter/adapter.rb index fd701ff4c..b43fe15c0 100644 --- a/core/ruby/patches/dm-do-adapter/adapter.rb +++ b/core/ruby/patches/dm-do-adapter/adapter.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/ruby/print.rb b/core/ruby/print.rb index 4c9bd5dbd..bfd52e6fe 100644 --- a/core/ruby/print.rb +++ b/core/ruby/print.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/ruby/security.rb b/core/ruby/security.rb index 096a93910..b3de1d769 100644 --- a/core/ruby/security.rb +++ b/core/ruby/security.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/ruby/string.rb b/core/ruby/string.rb index 84805da95..fe28e9af4 100644 --- a/core/ruby/string.rb +++ b/core/ruby/string.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/core/settings.rb b/core/settings.rb index 0b2de39f0..60b01c869 100644 --- a/core/settings.rb +++ b/core/settings.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/api/command.rb b/extensions/admin_ui/api/command.rb index 937db7799..a35d52839 100644 --- a/extensions/admin_ui/api/command.rb +++ b/extensions/admin_ui/api/command.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/api/handler.rb b/extensions/admin_ui/api/handler.rb index 25ac3de0f..e2ab272e8 100644 --- a/extensions/admin_ui/api/handler.rb +++ b/extensions/admin_ui/api/handler.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/classes/httpcontroller.rb b/extensions/admin_ui/classes/httpcontroller.rb index 3517b8f7c..7d6c37965 100644 --- a/extensions/admin_ui/classes/httpcontroller.rb +++ b/extensions/admin_ui/classes/httpcontroller.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/classes/session.rb b/extensions/admin_ui/classes/session.rb index a46e83bd3..85b16b813 100644 --- a/extensions/admin_ui/classes/session.rb +++ b/extensions/admin_ui/classes/session.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/config.yaml b/extensions/admin_ui/config.yaml index e16701ab4..0e29a226a 100644 --- a/extensions/admin_ui/config.yaml +++ b/extensions/admin_ui/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/constants/agents.rb b/extensions/admin_ui/constants/agents.rb index 016f665c8..546f0b0f2 100644 --- a/extensions/admin_ui/constants/agents.rb +++ b/extensions/admin_ui/constants/agents.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/constants/icons.rb b/extensions/admin_ui/constants/icons.rb index 4f81b00cb..73afc7fb3 100644 --- a/extensions/admin_ui/constants/icons.rb +++ b/extensions/admin_ui/constants/icons.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/controllers/authentication/authentication.rb b/extensions/admin_ui/controllers/authentication/authentication.rb index 7e27633fa..ad94d452e 100644 --- a/extensions/admin_ui/controllers/authentication/authentication.rb +++ b/extensions/admin_ui/controllers/authentication/authentication.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/controllers/logs/logs.rb b/extensions/admin_ui/controllers/logs/logs.rb index 91e0f829f..3759ebdec 100644 --- a/extensions/admin_ui/controllers/logs/logs.rb +++ b/extensions/admin_ui/controllers/logs/logs.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/controllers/modules/modules.rb b/extensions/admin_ui/controllers/modules/modules.rb index cf64b53fa..1595b4f9f 100644 --- a/extensions/admin_ui/controllers/modules/modules.rb +++ b/extensions/admin_ui/controllers/modules/modules.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/controllers/panel/panel.rb b/extensions/admin_ui/controllers/panel/panel.rb index d836012b0..64fd04593 100644 --- a/extensions/admin_ui/controllers/panel/panel.rb +++ b/extensions/admin_ui/controllers/panel/panel.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/controllers/proxy/proxy.rb b/extensions/admin_ui/controllers/proxy/proxy.rb index 061e8a83d..b77062a49 100644 --- a/extensions/admin_ui/controllers/proxy/proxy.rb +++ b/extensions/admin_ui/controllers/proxy/proxy.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/controllers/requester/requester.rb b/extensions/admin_ui/controllers/requester/requester.rb index bc5a60599..d15f0d19f 100644 --- a/extensions/admin_ui/controllers/requester/requester.rb +++ b/extensions/admin_ui/controllers/requester/requester.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/controllers/xssrays/xssrays.rb b/extensions/admin_ui/controllers/xssrays/xssrays.rb index 06178b2cb..31d5903ad 100644 --- a/extensions/admin_ui/controllers/xssrays/xssrays.rb +++ b/extensions/admin_ui/controllers/xssrays/xssrays.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/extension.rb b/extensions/admin_ui/extension.rb index d10ab26bb..041d30d30 100644 --- a/extensions/admin_ui/extension.rb +++ b/extensions/admin_ui/extension.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/handlers/ui.rb b/extensions/admin_ui/handlers/ui.rb index a2e483677..3bfc0da3a 100644 --- a/extensions/admin_ui/handlers/ui.rb +++ b/extensions/admin_ui/handlers/ui.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/media/css/base.css b/extensions/admin_ui/media/css/base.css index aad86f068..ca32174a6 100644 --- a/extensions/admin_ui/media/css/base.css +++ b/extensions/admin_ui/media/css/base.css @@ -1,5 +1,5 @@ /* - * Copyright 2011 Wade Alcorn wade@bindshell.net + * Copyright 2012 Wade Alcorn wade@bindshell.net * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/media/css/ext-all.css b/extensions/admin_ui/media/css/ext-all.css index b52ea6444..7e56a6030 100644 --- a/extensions/admin_ui/media/css/ext-all.css +++ b/extensions/admin_ui/media/css/ext-all.css @@ -1,5 +1,5 @@ /* - * Copyright 2011 Wade Alcorn wade@bindshell.net + * Copyright 2012 Wade Alcorn wade@bindshell.net * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/media/javascript/ext-beef.js b/extensions/admin_ui/media/javascript/ext-beef.js index bbc532e6e..079900739 100644 --- a/extensions/admin_ui/media/javascript/ext-beef.js +++ b/extensions/admin_ui/media/javascript/ext-beef.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/media/javascript/ui/authentication.js b/extensions/admin_ui/media/javascript/ui/authentication.js index fa37b514b..2744a7ca1 100644 --- a/extensions/admin_ui/media/javascript/ui/authentication.js +++ b/extensions/admin_ui/media/javascript/ui/authentication.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/media/javascript/ui/panel/DataGrid.js b/extensions/admin_ui/media/javascript/ui/panel/DataGrid.js index 3214120f2..acc25334b 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/DataGrid.js +++ b/extensions/admin_ui/media/javascript/ui/panel/DataGrid.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/media/javascript/ui/panel/DistributedEngine.js b/extensions/admin_ui/media/javascript/ui/panel/DistributedEngine.js index 675a15787..c4734c2f9 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/DistributedEngine.js +++ b/extensions/admin_ui/media/javascript/ui/panel/DistributedEngine.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/media/javascript/ui/panel/Logout.js b/extensions/admin_ui/media/javascript/ui/panel/Logout.js index ef7dd75f8..d2dc4de6d 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/Logout.js +++ b/extensions/admin_ui/media/javascript/ui/panel/Logout.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/media/javascript/ui/panel/MainPanel.js b/extensions/admin_ui/media/javascript/ui/panel/MainPanel.js index c10680f9e..84a0ecd70 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/MainPanel.js +++ b/extensions/admin_ui/media/javascript/ui/panel/MainPanel.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/media/javascript/ui/panel/PanelStatusBar.js b/extensions/admin_ui/media/javascript/ui/panel/PanelStatusBar.js index b76929064..2074c681a 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/PanelStatusBar.js +++ b/extensions/admin_ui/media/javascript/ui/panel/PanelStatusBar.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/media/javascript/ui/panel/PanelViewer.js b/extensions/admin_ui/media/javascript/ui/panel/PanelViewer.js index 0668f3505..49696f87f 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/PanelViewer.js +++ b/extensions/admin_ui/media/javascript/ui/panel/PanelViewer.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/media/javascript/ui/panel/WelcomeTab.js b/extensions/admin_ui/media/javascript/ui/panel/WelcomeTab.js index df0cc769b..c804b8a60 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/WelcomeTab.js +++ b/extensions/admin_ui/media/javascript/ui/panel/WelcomeTab.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/media/javascript/ui/panel/ZombieTab.js b/extensions/admin_ui/media/javascript/ui/panel/ZombieTab.js index 2693de5c2..fda43b095 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/ZombieTab.js +++ b/extensions/admin_ui/media/javascript/ui/panel/ZombieTab.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/media/javascript/ui/panel/ZombieTabs.js b/extensions/admin_ui/media/javascript/ui/panel/ZombieTabs.js index c26fbdb79..242ddcb2d 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/ZombieTabs.js +++ b/extensions/admin_ui/media/javascript/ui/panel/ZombieTabs.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/media/javascript/ui/panel/ZombiesMgr.js b/extensions/admin_ui/media/javascript/ui/panel/ZombiesMgr.js index 5afd61346..c764f94cf 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/ZombiesMgr.js +++ b/extensions/admin_ui/media/javascript/ui/panel/ZombiesMgr.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/media/javascript/ui/panel/common.js b/extensions/admin_ui/media/javascript/ui/panel/common.js index 64879de79..1ffa07a39 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/common.js +++ b/extensions/admin_ui/media/javascript/ui/panel/common.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabCommands.js b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabCommands.js index bcaa0239b..b9e0dabc1 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabCommands.js +++ b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabCommands.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabDetails.js b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabDetails.js index 4d5b45ae6..9e038cff2 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabDetails.js +++ b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabDetails.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabLogs.js b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabLogs.js index 72406f80c..e0c8ac7dd 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabLogs.js +++ b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabLogs.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabRider.js b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabRider.js index 60fea3273..1dd8b8f09 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabRider.js +++ b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabRider.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabXssRays.js b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabXssRays.js index 747b387bb..093377010 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabXssRays.js +++ b/extensions/admin_ui/media/javascript/ui/panel/tabs/ZombieTabXssRays.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/media/javascript/ui/panel/zombiesTreeList.js b/extensions/admin_ui/media/javascript/ui/panel/zombiesTreeList.js index 774beaebe..9cbe9ecc3 100644 --- a/extensions/admin_ui/media/javascript/ui/panel/zombiesTreeList.js +++ b/extensions/admin_ui/media/javascript/ui/panel/zombiesTreeList.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/media/javascript/ux/PagingStore.js b/extensions/admin_ui/media/javascript/ux/PagingStore.js index f4f0dd797..d8c66b236 100644 --- a/extensions/admin_ui/media/javascript/ux/PagingStore.js +++ b/extensions/admin_ui/media/javascript/ux/PagingStore.js @@ -1,18 +1,18 @@ -// -// Copyright 2011 Wade Alcorn wade@bindshell.net -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// +// +// Copyright 2012 Wade Alcorn wade@bindshell.net +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// /* * PagingStore for Ext 3.2 - v0.5 */ diff --git a/extensions/admin_ui/media/javascript/ux/StatusBar.js b/extensions/admin_ui/media/javascript/ux/StatusBar.js index 0e02abe63..ac1e5f5c6 100644 --- a/extensions/admin_ui/media/javascript/ux/StatusBar.js +++ b/extensions/admin_ui/media/javascript/ux/StatusBar.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/extensions/admin_ui/media/javascript/ux/TabCloseMenu.js b/extensions/admin_ui/media/javascript/ux/TabCloseMenu.js index 1579453f9..7ed3a50ac 100644 --- a/extensions/admin_ui/media/javascript/ux/TabCloseMenu.js +++ b/extensions/admin_ui/media/javascript/ux/TabCloseMenu.js @@ -1,24 +1,24 @@ -// -// Copyright 2011 Wade Alcorn wade@bindshell.net -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// -/*! - * Ext JS Library 3.1.1 - * Copyright(c) 2006-2010 Ext JS, LLC - * licensing@extjs.com - * http://www.extjs.com/license - */ +// +// Copyright 2012 Wade Alcorn wade@bindshell.net +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// +/*! + * Ext JS Library 3.1.1 + * Copyright(c) 2006-2010 Ext JS, LLC + * licensing@extjs.com + * http://www.extjs.com/license + */ /** * @class Ext.ux.TabCloseMenu * @extends Object diff --git a/extensions/autoloader/config.yaml b/extensions/autoloader/config.yaml index 2dd15a525..dc560be9f 100644 --- a/extensions/autoloader/config.yaml +++ b/extensions/autoloader/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/autoloader/extension.rb b/extensions/autoloader/extension.rb index 2f05e8c45..241d02885 100644 --- a/extensions/autoloader/extension.rb +++ b/extensions/autoloader/extension.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/autoloader/model.rb b/extensions/autoloader/model.rb index 1d43f6de2..a6f268706 100644 --- a/extensions/autoloader/model.rb +++ b/extensions/autoloader/model.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/console/banners.rb b/extensions/console/banners.rb index f09a30d8b..9886fe97e 100644 --- a/extensions/console/banners.rb +++ b/extensions/console/banners.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/console/commandline.rb b/extensions/console/commandline.rb index 78dbb5655..8932bdf32 100644 --- a/extensions/console/commandline.rb +++ b/extensions/console/commandline.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/console/config.yaml b/extensions/console/config.yaml index 22ad1952b..6612e66d3 100644 --- a/extensions/console/config.yaml +++ b/extensions/console/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/console/extension.rb b/extensions/console/extension.rb index 0f0b390e1..f602fc098 100644 --- a/extensions/console/extension.rb +++ b/extensions/console/extension.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/console/lib/command_dispatcher.rb b/extensions/console/lib/command_dispatcher.rb index ac93c3129..ffade9889 100644 --- a/extensions/console/lib/command_dispatcher.rb +++ b/extensions/console/lib/command_dispatcher.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/console/lib/command_dispatcher/command.rb b/extensions/console/lib/command_dispatcher/command.rb index 6420a0588..2b7d8a77c 100644 --- a/extensions/console/lib/command_dispatcher/command.rb +++ b/extensions/console/lib/command_dispatcher/command.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/console/lib/command_dispatcher/core.rb b/extensions/console/lib/command_dispatcher/core.rb index 541035ad0..94f10fdd6 100644 --- a/extensions/console/lib/command_dispatcher/core.rb +++ b/extensions/console/lib/command_dispatcher/core.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/console/lib/command_dispatcher/target.rb b/extensions/console/lib/command_dispatcher/target.rb index 9c4ae091d..a7b737360 100644 --- a/extensions/console/lib/command_dispatcher/target.rb +++ b/extensions/console/lib/command_dispatcher/target.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/console/lib/shellinterface.rb b/extensions/console/lib/shellinterface.rb index d59bf9751..c10d3fe27 100644 --- a/extensions/console/lib/shellinterface.rb +++ b/extensions/console/lib/shellinterface.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/console/shell.rb b/extensions/console/shell.rb index c40ed5614..89cc6b20d 100644 --- a/extensions/console/shell.rb +++ b/extensions/console/shell.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/demos/api.rb b/extensions/demos/api.rb index 9fe0d69d8..1f3e883a8 100644 --- a/extensions/demos/api.rb +++ b/extensions/demos/api.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/demos/config.yaml b/extensions/demos/config.yaml index a6014e269..2cdbc00c7 100644 --- a/extensions/demos/config.yaml +++ b/extensions/demos/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/demos/extension.rb b/extensions/demos/extension.rb index 10f62649f..635cea52d 100644 --- a/extensions/demos/extension.rb +++ b/extensions/demos/extension.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/demos/html/butcher/butch.css b/extensions/demos/html/butcher/butch.css index 34d9d4bbb..c5e6b59b4 100644 --- a/extensions/demos/html/butcher/butch.css +++ b/extensions/demos/html/butcher/butch.css @@ -1,5 +1,5 @@ /* - * Copyright 2011 Wade Alcorn wade@bindshell.net + * Copyright 2012 Wade Alcorn wade@bindshell.net * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/extensions/demos/html/butcher/jquery-1.5.min.js b/extensions/demos/html/butcher/jquery-1.5.min.js index 4f6c3ad5d..fe9eef546 100644 --- a/extensions/demos/html/butcher/jquery-1.5.min.js +++ b/extensions/demos/html/butcher/jquery-1.5.min.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/extensions/events/api.rb b/extensions/events/api.rb index 6ba2c7a36..30300b591 100644 --- a/extensions/events/api.rb +++ b/extensions/events/api.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/events/config.yaml b/extensions/events/config.yaml index 4011cf77a..efe6cddeb 100644 --- a/extensions/events/config.yaml +++ b/extensions/events/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/events/extension.rb b/extensions/events/extension.rb index 624699cb3..1b35b0cbb 100644 --- a/extensions/events/extension.rb +++ b/extensions/events/extension.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/events/handler.rb b/extensions/events/handler.rb index 3d3bebd3b..aeef6d204 100644 --- a/extensions/events/handler.rb +++ b/extensions/events/handler.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/initialization/api.rb b/extensions/initialization/api.rb index 5673d193e..ea3138e9d 100644 --- a/extensions/initialization/api.rb +++ b/extensions/initialization/api.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/initialization/config.yaml b/extensions/initialization/config.yaml index 5857c91f4..d83ae154c 100644 --- a/extensions/initialization/config.yaml +++ b/extensions/initialization/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/initialization/extension.rb b/extensions/initialization/extension.rb index c9f1b2731..e13f67fe0 100644 --- a/extensions/initialization/extension.rb +++ b/extensions/initialization/extension.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/initialization/handler.rb b/extensions/initialization/handler.rb index b53b0e061..bcd16bf50 100644 --- a/extensions/initialization/handler.rb +++ b/extensions/initialization/handler.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/initialization/models/browserdetails.rb b/extensions/initialization/models/browserdetails.rb index b7cec5d36..f2ac1edb6 100644 --- a/extensions/initialization/models/browserdetails.rb +++ b/extensions/initialization/models/browserdetails.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/metasploit/api.rb b/extensions/metasploit/api.rb index 6bbae6e51..df0491b26 100644 --- a/extensions/metasploit/api.rb +++ b/extensions/metasploit/api.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/metasploit/config.yaml b/extensions/metasploit/config.yaml index a9de40136..e2783123f 100644 --- a/extensions/metasploit/config.yaml +++ b/extensions/metasploit/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/metasploit/extension.rb b/extensions/metasploit/extension.rb index ca5ea94bb..cdb54d7e6 100644 --- a/extensions/metasploit/extension.rb +++ b/extensions/metasploit/extension.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/metasploit/module.rb b/extensions/metasploit/module.rb index 2781ee89e..8d2b0cc7c 100644 --- a/extensions/metasploit/module.rb +++ b/extensions/metasploit/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/metasploit/rpcclient.rb b/extensions/metasploit/rpcclient.rb index 5653f085b..80e2d2f5b 100644 --- a/extensions/metasploit/rpcclient.rb +++ b/extensions/metasploit/rpcclient.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/proxy/api.rb b/extensions/proxy/api.rb index 294443f5b..96c67d586 100644 --- a/extensions/proxy/api.rb +++ b/extensions/proxy/api.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/proxy/config.yaml b/extensions/proxy/config.yaml index 3f75cadff..9eda17888 100644 --- a/extensions/proxy/config.yaml +++ b/extensions/proxy/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/proxy/extension.rb b/extensions/proxy/extension.rb index f3f7e152e..1b3858c7b 100644 --- a/extensions/proxy/extension.rb +++ b/extensions/proxy/extension.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/proxy/proxy.rb b/extensions/proxy/proxy.rb index 49c9b908e..4700cb37f 100644 --- a/extensions/proxy/proxy.rb +++ b/extensions/proxy/proxy.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/qrcode/config.yaml b/extensions/qrcode/config.yaml index f0b83a3cf..39e7257b8 100644 --- a/extensions/qrcode/config.yaml +++ b/extensions/qrcode/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/qrcode/extension.rb b/extensions/qrcode/extension.rb index 920b85069..bc2c176cf 100644 --- a/extensions/qrcode/extension.rb +++ b/extensions/qrcode/extension.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/qrcode/qrcode.rb b/extensions/qrcode/qrcode.rb index 433aa6960..86f6a4c36 100644 --- a/extensions/qrcode/qrcode.rb +++ b/extensions/qrcode/qrcode.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/requester/api.rb b/extensions/requester/api.rb index f7f5d0b1f..6f9db7b0d 100644 --- a/extensions/requester/api.rb +++ b/extensions/requester/api.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/requester/api/hook.rb b/extensions/requester/api/hook.rb index 477476794..10e300f04 100644 --- a/extensions/requester/api/hook.rb +++ b/extensions/requester/api/hook.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/requester/config.yaml b/extensions/requester/config.yaml index 1149a4be2..3e697324a 100644 --- a/extensions/requester/config.yaml +++ b/extensions/requester/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/requester/extension.rb b/extensions/requester/extension.rb index af8487d51..9fbdafbbd 100644 --- a/extensions/requester/extension.rb +++ b/extensions/requester/extension.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/requester/handler.rb b/extensions/requester/handler.rb index 84267e7f0..7183b3c65 100644 --- a/extensions/requester/handler.rb +++ b/extensions/requester/handler.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/requester/models/http.rb b/extensions/requester/models/http.rb index 263060c9f..06eb07b94 100644 --- a/extensions/requester/models/http.rb +++ b/extensions/requester/models/http.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/xssrays/api.rb b/extensions/xssrays/api.rb index aab701e6b..ee98ed8e0 100644 --- a/extensions/xssrays/api.rb +++ b/extensions/xssrays/api.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/xssrays/api/scan.rb b/extensions/xssrays/api/scan.rb index 908680913..b2cbcc28e 100644 --- a/extensions/xssrays/api/scan.rb +++ b/extensions/xssrays/api/scan.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/xssrays/config.yaml b/extensions/xssrays/config.yaml index c13407daf..15a229fb5 100644 --- a/extensions/xssrays/config.yaml +++ b/extensions/xssrays/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/xssrays/extension.rb b/extensions/xssrays/extension.rb index 177b50715..4c024aed9 100644 --- a/extensions/xssrays/extension.rb +++ b/extensions/xssrays/extension.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/xssrays/handler.rb b/extensions/xssrays/handler.rb index 21eb2eefb..ac008c318 100644 --- a/extensions/xssrays/handler.rb +++ b/extensions/xssrays/handler.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/xssrays/models/xssraysdetail.rb b/extensions/xssrays/models/xssraysdetail.rb index 708530476..8201e7b91 100644 --- a/extensions/xssrays/models/xssraysdetail.rb +++ b/extensions/xssrays/models/xssraysdetail.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/extensions/xssrays/models/xssraysscan.rb b/extensions/xssrays/models/xssraysscan.rb index c76b568a4..544cb251b 100644 --- a/extensions/xssrays/models/xssraysscan.rb +++ b/extensions/xssrays/models/xssraysscan.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/install b/install index 518f56516..e7039844b 100755 --- a/install +++ b/install @@ -1,7 +1,7 @@ #!/usr/bin/env ruby # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/alert_dialog/command.js b/modules/browser/alert_dialog/command.js index a7f6ae5bb..a5f5e57c5 100644 --- a/modules/browser/alert_dialog/command.js +++ b/modules/browser/alert_dialog/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/browser/alert_dialog/config.yaml b/modules/browser/alert_dialog/config.yaml index 1a4d222eb..f72fb28f6 100644 --- a/modules/browser/alert_dialog/config.yaml +++ b/modules/browser/alert_dialog/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/alert_dialog/module.rb b/modules/browser/alert_dialog/module.rb index 1dd467c95..a1750451a 100644 --- a/modules/browser/alert_dialog/module.rb +++ b/modules/browser/alert_dialog/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/browser_fingerprinting/command.js b/modules/browser/browser_fingerprinting/command.js index 5a355488c..3f9012df6 100644 --- a/modules/browser/browser_fingerprinting/command.js +++ b/modules/browser/browser_fingerprinting/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/browser/browser_fingerprinting/config.yaml b/modules/browser/browser_fingerprinting/config.yaml index 323183436..0e9c2ea94 100644 --- a/modules/browser/browser_fingerprinting/config.yaml +++ b/modules/browser/browser_fingerprinting/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/browser_fingerprinting/module.rb b/modules/browser/browser_fingerprinting/module.rb index e99379e3a..ad2157d29 100644 --- a/modules/browser/browser_fingerprinting/module.rb +++ b/modules/browser/browser_fingerprinting/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/deface_web_page/command.js b/modules/browser/deface_web_page/command.js index 35da8d22a..1c43fa298 100644 --- a/modules/browser/deface_web_page/command.js +++ b/modules/browser/deface_web_page/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/browser/deface_web_page/config.yaml b/modules/browser/deface_web_page/config.yaml index 171fbef52..3355784ce 100644 --- a/modules/browser/deface_web_page/config.yaml +++ b/modules/browser/deface_web_page/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/deface_web_page/module.rb b/modules/browser/deface_web_page/module.rb index 5d519fa9c..d624577d8 100644 --- a/modules/browser/deface_web_page/module.rb +++ b/modules/browser/deface_web_page/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/detect_popup_blocker/command.js b/modules/browser/detect_popup_blocker/command.js index 8141e101f..29b785aba 100644 --- a/modules/browser/detect_popup_blocker/command.js +++ b/modules/browser/detect_popup_blocker/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/browser/detect_popup_blocker/config.yaml b/modules/browser/detect_popup_blocker/config.yaml index 00b3e31bd..2a1789fac 100644 --- a/modules/browser/detect_popup_blocker/config.yaml +++ b/modules/browser/detect_popup_blocker/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/detect_popup_blocker/module.rb b/modules/browser/detect_popup_blocker/module.rb index d7a09a6b0..85f4bc718 100644 --- a/modules/browser/detect_popup_blocker/module.rb +++ b/modules/browser/detect_popup_blocker/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/get_cookie/command.js b/modules/browser/get_cookie/command.js index 9642deea6..7f0049186 100644 --- a/modules/browser/get_cookie/command.js +++ b/modules/browser/get_cookie/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/browser/get_cookie/config.yaml b/modules/browser/get_cookie/config.yaml index 896ca3c6a..fb92775eb 100644 --- a/modules/browser/get_cookie/config.yaml +++ b/modules/browser/get_cookie/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/get_cookie/module.rb b/modules/browser/get_cookie/module.rb index 860e9a1b1..ba0fc1350 100644 --- a/modules/browser/get_cookie/module.rb +++ b/modules/browser/get_cookie/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/get_local_storage/command.js b/modules/browser/get_local_storage/command.js index 5789fff3c..72db98fd6 100644 --- a/modules/browser/get_local_storage/command.js +++ b/modules/browser/get_local_storage/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/browser/get_local_storage/config.yaml b/modules/browser/get_local_storage/config.yaml index d676cf5f6..4b5a753d6 100644 --- a/modules/browser/get_local_storage/config.yaml +++ b/modules/browser/get_local_storage/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/get_local_storage/module.rb b/modules/browser/get_local_storage/module.rb index afe92baa2..fd57f511e 100644 --- a/modules/browser/get_local_storage/module.rb +++ b/modules/browser/get_local_storage/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/get_page_html/command.js b/modules/browser/get_page_html/command.js index 56a9319f0..27077e895 100644 --- a/modules/browser/get_page_html/command.js +++ b/modules/browser/get_page_html/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/browser/get_page_html/config.yaml b/modules/browser/get_page_html/config.yaml index efc3c3882..ad767a53e 100644 --- a/modules/browser/get_page_html/config.yaml +++ b/modules/browser/get_page_html/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/get_page_html/module.rb b/modules/browser/get_page_html/module.rb index bda3b7c7f..653bcc8fd 100644 --- a/modules/browser/get_page_html/module.rb +++ b/modules/browser/get_page_html/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/get_page_links/command.js b/modules/browser/get_page_links/command.js index aea3fc77b..9f12337ac 100644 --- a/modules/browser/get_page_links/command.js +++ b/modules/browser/get_page_links/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/browser/get_page_links/config.yaml b/modules/browser/get_page_links/config.yaml index f1be051f3..7ac1e0930 100644 --- a/modules/browser/get_page_links/config.yaml +++ b/modules/browser/get_page_links/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/get_page_links/module.rb b/modules/browser/get_page_links/module.rb index 9e1a1b211..c8c005c96 100644 --- a/modules/browser/get_page_links/module.rb +++ b/modules/browser/get_page_links/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/get_session_storage/command.js b/modules/browser/get_session_storage/command.js index dc88f7744..9e23c3c9e 100644 --- a/modules/browser/get_session_storage/command.js +++ b/modules/browser/get_session_storage/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/browser/get_session_storage/config.yaml b/modules/browser/get_session_storage/config.yaml index f893ee06c..fcdf9fc1e 100644 --- a/modules/browser/get_session_storage/config.yaml +++ b/modules/browser/get_session_storage/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/get_session_storage/module.rb b/modules/browser/get_session_storage/module.rb index 91d03614d..6b75c2eeb 100644 --- a/modules/browser/get_session_storage/module.rb +++ b/modules/browser/get_session_storage/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/get_stored_credentials/command.js b/modules/browser/get_stored_credentials/command.js index f4c882aaf..948435a53 100644 --- a/modules/browser/get_stored_credentials/command.js +++ b/modules/browser/get_stored_credentials/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/browser/get_stored_credentials/config.yaml b/modules/browser/get_stored_credentials/config.yaml index b538edda8..e8b1fe4ac 100644 --- a/modules/browser/get_stored_credentials/config.yaml +++ b/modules/browser/get_stored_credentials/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/get_stored_credentials/module.rb b/modules/browser/get_stored_credentials/module.rb index fb97c2998..243fddcbe 100644 --- a/modules/browser/get_stored_credentials/module.rb +++ b/modules/browser/get_stored_credentials/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/get_visited_urls/command.js b/modules/browser/get_visited_urls/command.js index 1c3c0eda3..acffd1b22 100644 --- a/modules/browser/get_visited_urls/command.js +++ b/modules/browser/get_visited_urls/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/browser/get_visited_urls/config.yaml b/modules/browser/get_visited_urls/config.yaml index 6bc80d4ad..02f2cc7b2 100644 --- a/modules/browser/get_visited_urls/config.yaml +++ b/modules/browser/get_visited_urls/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/get_visited_urls/module.rb b/modules/browser/get_visited_urls/module.rb index fb10fe401..5cd8626a5 100644 --- a/modules/browser/get_visited_urls/module.rb +++ b/modules/browser/get_visited_urls/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/link_rewrite/command.js b/modules/browser/link_rewrite/command.js index abd6552e4..03c9ac917 100644 --- a/modules/browser/link_rewrite/command.js +++ b/modules/browser/link_rewrite/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/browser/link_rewrite/config.yaml b/modules/browser/link_rewrite/config.yaml index ea29fca7d..083fabe36 100644 --- a/modules/browser/link_rewrite/config.yaml +++ b/modules/browser/link_rewrite/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/link_rewrite/module.rb b/modules/browser/link_rewrite/module.rb index 088062048..9176a2173 100644 --- a/modules/browser/link_rewrite/module.rb +++ b/modules/browser/link_rewrite/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/link_rewrite_sslstrip/command.js b/modules/browser/link_rewrite_sslstrip/command.js index 4597d4626..9e68bc542 100644 --- a/modules/browser/link_rewrite_sslstrip/command.js +++ b/modules/browser/link_rewrite_sslstrip/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/browser/link_rewrite_sslstrip/config.yaml b/modules/browser/link_rewrite_sslstrip/config.yaml index 66e3c3ab4..236c307f5 100644 --- a/modules/browser/link_rewrite_sslstrip/config.yaml +++ b/modules/browser/link_rewrite_sslstrip/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/link_rewrite_sslstrip/module.rb b/modules/browser/link_rewrite_sslstrip/module.rb index 98cc4d72b..61d9e8969 100644 --- a/modules/browser/link_rewrite_sslstrip/module.rb +++ b/modules/browser/link_rewrite_sslstrip/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/play_sound/command.js b/modules/browser/play_sound/command.js index 40ca65995..f0c4c7b58 100644 --- a/modules/browser/play_sound/command.js +++ b/modules/browser/play_sound/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/browser/play_sound/config.yaml b/modules/browser/play_sound/config.yaml index d7a3d362c..34d95eed7 100644 --- a/modules/browser/play_sound/config.yaml +++ b/modules/browser/play_sound/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/play_sound/module.rb b/modules/browser/play_sound/module.rb index 76355451d..ecb66ab2e 100644 --- a/modules/browser/play_sound/module.rb +++ b/modules/browser/play_sound/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/prompt_dialog/command.js b/modules/browser/prompt_dialog/command.js index 7f50f4f13..ab02786fb 100644 --- a/modules/browser/prompt_dialog/command.js +++ b/modules/browser/prompt_dialog/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/browser/prompt_dialog/config.yaml b/modules/browser/prompt_dialog/config.yaml index 882250b09..be29f5f87 100644 --- a/modules/browser/prompt_dialog/config.yaml +++ b/modules/browser/prompt_dialog/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/prompt_dialog/module.rb b/modules/browser/prompt_dialog/module.rb index 55c80447f..0718acbf9 100644 --- a/modules/browser/prompt_dialog/module.rb +++ b/modules/browser/prompt_dialog/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/replace_video/command.js b/modules/browser/replace_video/command.js index cb46e5cf3..28ca0622f 100644 --- a/modules/browser/replace_video/command.js +++ b/modules/browser/replace_video/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -13,11 +13,11 @@ // See the License for the specific language governing permissions and // limitations under the License. // -beef.execute(function() { - $j('<%= @jquery_selector %>').each(function(){ - var width = $j(this).css('width'); - var height = $j(this).css('height'); - $j(this).replaceWith(''); - }); - beef.net.send("<%= @command_url %>", <%= @command_id %>, "result=Replace Video Successful"); -}); +beef.execute(function() { + $j('<%= @jquery_selector %>').each(function(){ + var width = $j(this).css('width'); + var height = $j(this).css('height'); + $j(this).replaceWith(''); + }); + beef.net.send("<%= @command_url %>", <%= @command_id %>, "result=Replace Video Successful"); +}); diff --git a/modules/browser/replace_video/config.yaml b/modules/browser/replace_video/config.yaml index 0bd57c56a..45436aec3 100644 --- a/modules/browser/replace_video/config.yaml +++ b/modules/browser/replace_video/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/replace_video/module.rb b/modules/browser/replace_video/module.rb index 23b82a42b..c99c020c4 100644 --- a/modules/browser/replace_video/module.rb +++ b/modules/browser/replace_video/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,20 +13,20 @@ # See the License for the specific language governing permissions and # limitations under the License. # -class Replace_video < BeEF::Core::Command - +class Replace_video < BeEF::Core::Command + def self.options return [ - {'name' => 'youtube_id', 'ui_label' => 'YouTube Video ID', 'value' => 'XZ5TajZYW6Y', 'width'=>'150px'}, - {'name' => 'jquery_selector', 'ui_label' => 'jQuery Selector', 'value' => 'embed', 'width'=>'150px'} + {'name' => 'youtube_id', 'ui_label' => 'YouTube Video ID', 'value' => 'XZ5TajZYW6Y', 'width'=>'150px'}, + {'name' => 'jquery_selector', 'ui_label' => 'jQuery Selector', 'value' => 'embed', 'width'=>'150px'} ] end - - def post_execute - content = {} - content['Result'] = @datastore['result'] - save content - - end - + + def post_execute + content = {} + content['Result'] = @datastore['result'] + save content + + end + end diff --git a/modules/browser/rickroll/command.js b/modules/browser/rickroll/command.js index f1116322c..832b6d723 100644 --- a/modules/browser/rickroll/command.js +++ b/modules/browser/rickroll/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -13,13 +13,13 @@ // See the License for the specific language governing permissions and // limitations under the License. // -beef.execute(function() { - $j('body').html(''); - - $j('body').css({'padding':'0px', 'margin':'0px', 'height':'100%'}); - $j('html').css({'padding':'0px', 'margin':'0px', 'height':'100%'}); - - $j('body').html(''); - - beef.net.send("<%= @command_url %>", <%= @command_id %>, "result=Rickroll Successful"); -}); +beef.execute(function() { + $j('body').html(''); + + $j('body').css({'padding':'0px', 'margin':'0px', 'height':'100%'}); + $j('html').css({'padding':'0px', 'margin':'0px', 'height':'100%'}); + + $j('body').html(''); + + beef.net.send("<%= @command_url %>", <%= @command_id %>, "result=Rickroll Successful"); +}); diff --git a/modules/browser/rickroll/config.yaml b/modules/browser/rickroll/config.yaml index 4ca194d4e..0bef59b52 100644 --- a/modules/browser/rickroll/config.yaml +++ b/modules/browser/rickroll/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/rickroll/module.rb b/modules/browser/rickroll/module.rb index 887749580..920b9065c 100644 --- a/modules/browser/rickroll/module.rb +++ b/modules/browser/rickroll/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,13 +13,13 @@ # See the License for the specific language governing permissions and # limitations under the License. # -class Rickroll < BeEF::Core::Command - - def post_execute - content = {} - content['Result'] = @datastore['result'] - save content - - end - +class Rickroll < BeEF::Core::Command + + def post_execute + content = {} + content['Result'] = @datastore['result'] + save content + + end + end diff --git a/modules/browser/site_redirect/command.js b/modules/browser/site_redirect/command.js index 01b4b6830..2c48293fd 100644 --- a/modules/browser/site_redirect/command.js +++ b/modules/browser/site_redirect/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/browser/site_redirect/config.yaml b/modules/browser/site_redirect/config.yaml index 9af2f1327..298956203 100644 --- a/modules/browser/site_redirect/config.yaml +++ b/modules/browser/site_redirect/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/site_redirect/module.rb b/modules/browser/site_redirect/module.rb index efabbb04b..25dcee03e 100644 --- a/modules/browser/site_redirect/module.rb +++ b/modules/browser/site_redirect/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/site_redirect_iframe/command.js b/modules/browser/site_redirect_iframe/command.js index 459b4e692..2a0c1a59f 100644 --- a/modules/browser/site_redirect_iframe/command.js +++ b/modules/browser/site_redirect_iframe/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/browser/site_redirect_iframe/config.yaml b/modules/browser/site_redirect_iframe/config.yaml index 9ca1d8a63..fec16662c 100644 --- a/modules/browser/site_redirect_iframe/config.yaml +++ b/modules/browser/site_redirect_iframe/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/site_redirect_iframe/module.rb b/modules/browser/site_redirect_iframe/module.rb index d19d6eb06..9d7860f51 100644 --- a/modules/browser/site_redirect_iframe/module.rb +++ b/modules/browser/site_redirect_iframe/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/tabnapping/command.js b/modules/browser/tabnapping/command.js index ab90d036f..bb6ee8c16 100644 --- a/modules/browser/tabnapping/command.js +++ b/modules/browser/tabnapping/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/browser/tabnapping/config.yaml b/modules/browser/tabnapping/config.yaml index 8f078e427..b2eeeb1d7 100644 --- a/modules/browser/tabnapping/config.yaml +++ b/modules/browser/tabnapping/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/browser/tabnapping/module.rb b/modules/browser/tabnapping/module.rb index 823045a2b..a18c4e13f 100644 --- a/modules/browser/tabnapping/module.rb +++ b/modules/browser/tabnapping/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/chrome_extensions/execute_tabs/command.js b/modules/chrome_extensions/execute_tabs/command.js index 6f6ea418b..1b9ceb907 100644 --- a/modules/chrome_extensions/execute_tabs/command.js +++ b/modules/chrome_extensions/execute_tabs/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/chrome_extensions/execute_tabs/config.yaml b/modules/chrome_extensions/execute_tabs/config.yaml index 24ecf3110..b95d00e4e 100644 --- a/modules/chrome_extensions/execute_tabs/config.yaml +++ b/modules/chrome_extensions/execute_tabs/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/chrome_extensions/execute_tabs/module.rb b/modules/chrome_extensions/execute_tabs/module.rb index bacf19912..cf476cc61 100644 --- a/modules/chrome_extensions/execute_tabs/module.rb +++ b/modules/chrome_extensions/execute_tabs/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/chrome_extensions/grab_google_contacts/command.js b/modules/chrome_extensions/grab_google_contacts/command.js index 974806566..0f75afdeb 100644 --- a/modules/chrome_extensions/grab_google_contacts/command.js +++ b/modules/chrome_extensions/grab_google_contacts/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/chrome_extensions/grab_google_contacts/config.yaml b/modules/chrome_extensions/grab_google_contacts/config.yaml index aa19b4deb..5fdd56471 100644 --- a/modules/chrome_extensions/grab_google_contacts/config.yaml +++ b/modules/chrome_extensions/grab_google_contacts/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/chrome_extensions/grab_google_contacts/module.rb b/modules/chrome_extensions/grab_google_contacts/module.rb index 5a9e13a73..01b9f8c0a 100644 --- a/modules/chrome_extensions/grab_google_contacts/module.rb +++ b/modules/chrome_extensions/grab_google_contacts/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/debug/test_network_request/command.js b/modules/debug/test_network_request/command.js index 836f4d0e9..f71ef814c 100644 --- a/modules/debug/test_network_request/command.js +++ b/modules/debug/test_network_request/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/debug/test_network_request/config.yaml b/modules/debug/test_network_request/config.yaml index 47f516a26..f753bf17c 100644 --- a/modules/debug/test_network_request/config.yaml +++ b/modules/debug/test_network_request/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/debug/test_network_request/module.rb b/modules/debug/test_network_request/module.rb index 0c74227a4..e649dbdaa 100644 --- a/modules/debug/test_network_request/module.rb +++ b/modules/debug/test_network_request/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/debug/test_return_ascii_chars/command.js b/modules/debug/test_return_ascii_chars/command.js index d744d5852..e19a1ea91 100644 --- a/modules/debug/test_return_ascii_chars/command.js +++ b/modules/debug/test_return_ascii_chars/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/debug/test_return_ascii_chars/config.yaml b/modules/debug/test_return_ascii_chars/config.yaml index 5f0bdf4a6..64eff01e8 100644 --- a/modules/debug/test_return_ascii_chars/config.yaml +++ b/modules/debug/test_return_ascii_chars/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/debug/test_return_ascii_chars/module.rb b/modules/debug/test_return_ascii_chars/module.rb index ee882eb47..1f4b40690 100644 --- a/modules/debug/test_return_ascii_chars/module.rb +++ b/modules/debug/test_return_ascii_chars/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,12 +13,12 @@ # See the License for the specific language governing permissions and # limitations under the License. # -class Test_return_ascii_chars < BeEF::Core::Command - - def post_execute - content = {} - content['Result String'] = @datastore['result_string'] - save content - end - -end +class Test_return_ascii_chars < BeEF::Core::Command + + def post_execute + content = {} + content['Result String'] = @datastore['result_string'] + save content + end + +end diff --git a/modules/debug/test_return_long_string/command.js b/modules/debug/test_return_long_string/command.js index a14343538..da26b067d 100644 --- a/modules/debug/test_return_long_string/command.js +++ b/modules/debug/test_return_long_string/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/debug/test_return_long_string/config.yaml b/modules/debug/test_return_long_string/config.yaml index a4d70e40d..c44d85390 100644 --- a/modules/debug/test_return_long_string/config.yaml +++ b/modules/debug/test_return_long_string/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/debug/test_return_long_string/module.rb b/modules/debug/test_return_long_string/module.rb index 3dfc804e6..4e1edc68f 100644 --- a/modules/debug/test_return_long_string/module.rb +++ b/modules/debug/test_return_long_string/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,20 +13,20 @@ # See the License for the specific language governing permissions and # limitations under the License. # -class Test_return_long_string < BeEF::Core::Command - +class Test_return_long_string < BeEF::Core::Command + def self.options return [ - {'name' => 'repeat', 'description' => 'Times to repeat', 'ui_label' => 'Times to repeat', 'value' =>'1024'}, - {'name' => 'repeat_string', 'description' => 'Strings to repeat', 'ui_label' => 'String to repeat', 'value' =>'\u00AE'} + {'name' => 'repeat', 'description' => 'Times to repeat', 'ui_label' => 'Times to repeat', 'value' =>'1024'}, + {'name' => 'repeat_string', 'description' => 'Strings to repeat', 'ui_label' => 'String to repeat', 'value' =>'\u00AE'} ] end - - def post_execute - content = {} - content['Result String'] = @datastore['result_string'] - save content - end - -end + + def post_execute + content = {} + content['Result String'] = @datastore['result_string'] + save content + end + +end diff --git a/modules/exploits/coldfusion_dir_traversal_exploit/command.js b/modules/exploits/coldfusion_dir_traversal_exploit/command.js index a770a6271..ec06b38d9 100644 --- a/modules/exploits/coldfusion_dir_traversal_exploit/command.js +++ b/modules/exploits/coldfusion_dir_traversal_exploit/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/exploits/coldfusion_dir_traversal_exploit/config.yaml b/modules/exploits/coldfusion_dir_traversal_exploit/config.yaml index 29063e25b..e65daa2c1 100644 --- a/modules/exploits/coldfusion_dir_traversal_exploit/config.yaml +++ b/modules/exploits/coldfusion_dir_traversal_exploit/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/exploits/coldfusion_dir_traversal_exploit/module.rb b/modules/exploits/coldfusion_dir_traversal_exploit/module.rb index 3a9805ee0..21d58a474 100644 --- a/modules/exploits/coldfusion_dir_traversal_exploit/module.rb +++ b/modules/exploits/coldfusion_dir_traversal_exploit/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/exploits/java_payload/command.js b/modules/exploits/java_payload/command.js index 22ab60497..8ebcfcc28 100755 --- a/modules/exploits/java_payload/command.js +++ b/modules/exploits/java_payload/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/exploits/java_payload/config.yaml b/modules/exploits/java_payload/config.yaml index e0fc31fd3..0d58413ba 100755 --- a/modules/exploits/java_payload/config.yaml +++ b/modules/exploits/java_payload/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/exploits/java_payload/module.rb b/modules/exploits/java_payload/module.rb index 517bd1466..2f3380bc7 100755 --- a/modules/exploits/java_payload/module.rb +++ b/modules/exploits/java_payload/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/exploits/jboss_jmx_upload_exploit/command.js b/modules/exploits/jboss_jmx_upload_exploit/command.js index c0de8b897..1d64217ff 100644 --- a/modules/exploits/jboss_jmx_upload_exploit/command.js +++ b/modules/exploits/jboss_jmx_upload_exploit/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/exploits/jboss_jmx_upload_exploit/config.yaml b/modules/exploits/jboss_jmx_upload_exploit/config.yaml index 3df012505..880a582a3 100644 --- a/modules/exploits/jboss_jmx_upload_exploit/config.yaml +++ b/modules/exploits/jboss_jmx_upload_exploit/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/exploits/jboss_jmx_upload_exploit/module.rb b/modules/exploits/jboss_jmx_upload_exploit/module.rb index 44a16b80f..a5345cdb6 100644 --- a/modules/exploits/jboss_jmx_upload_exploit/module.rb +++ b/modules/exploits/jboss_jmx_upload_exploit/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/exploits/safari_launch_app/command.js b/modules/exploits/safari_launch_app/command.js index 2952af608..91970c842 100755 --- a/modules/exploits/safari_launch_app/command.js +++ b/modules/exploits/safari_launch_app/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/exploits/safari_launch_app/config.yaml b/modules/exploits/safari_launch_app/config.yaml index fc5bfd984..1099bb595 100755 --- a/modules/exploits/safari_launch_app/config.yaml +++ b/modules/exploits/safari_launch_app/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/exploits/safari_launch_app/module.rb b/modules/exploits/safari_launch_app/module.rb index b9165b6c5..50eb85b4a 100755 --- a/modules/exploits/safari_launch_app/module.rb +++ b/modules/exploits/safari_launch_app/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/exploits/vtiger_crm_upload_exploit/command.js b/modules/exploits/vtiger_crm_upload_exploit/command.js index 7c42d292f..f95758eb6 100644 --- a/modules/exploits/vtiger_crm_upload_exploit/command.js +++ b/modules/exploits/vtiger_crm_upload_exploit/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/exploits/vtiger_crm_upload_exploit/config.yaml b/modules/exploits/vtiger_crm_upload_exploit/config.yaml index afefdd067..1f10055aa 100644 --- a/modules/exploits/vtiger_crm_upload_exploit/config.yaml +++ b/modules/exploits/vtiger_crm_upload_exploit/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/exploits/vtiger_crm_upload_exploit/module.rb b/modules/exploits/vtiger_crm_upload_exploit/module.rb index 4d321c6e4..ad2d6f0bc 100644 --- a/modules/exploits/vtiger_crm_upload_exploit/module.rb +++ b/modules/exploits/vtiger_crm_upload_exploit/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/host/clipboard_theft/command.js b/modules/host/clipboard_theft/command.js index b4cc1e303..1c717da87 100644 --- a/modules/host/clipboard_theft/command.js +++ b/modules/host/clipboard_theft/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/host/clipboard_theft/config.yaml b/modules/host/clipboard_theft/config.yaml index 57c4c01db..ec30fcb28 100644 --- a/modules/host/clipboard_theft/config.yaml +++ b/modules/host/clipboard_theft/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/host/clipboard_theft/module.rb b/modules/host/clipboard_theft/module.rb index 0f89f0e0b..75274ab32 100644 --- a/modules/host/clipboard_theft/module.rb +++ b/modules/host/clipboard_theft/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/host/detect_protocol_handlers/command.js b/modules/host/detect_protocol_handlers/command.js index 1c84d64b6..90246fba2 100644 --- a/modules/host/detect_protocol_handlers/command.js +++ b/modules/host/detect_protocol_handlers/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/host/detect_protocol_handlers/config.yaml b/modules/host/detect_protocol_handlers/config.yaml index 081923ab3..baf8fe08d 100644 --- a/modules/host/detect_protocol_handlers/config.yaml +++ b/modules/host/detect_protocol_handlers/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/host/detect_protocol_handlers/module.rb b/modules/host/detect_protocol_handlers/module.rb index a46293ec2..13a295ac1 100644 --- a/modules/host/detect_protocol_handlers/module.rb +++ b/modules/host/detect_protocol_handlers/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/host/get_registry_keys/command.js b/modules/host/get_registry_keys/command.js index d46f8c0da..df90099bc 100644 --- a/modules/host/get_registry_keys/command.js +++ b/modules/host/get_registry_keys/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/host/get_registry_keys/config.yaml b/modules/host/get_registry_keys/config.yaml index e8ee1ee1f..fda7b3d7a 100644 --- a/modules/host/get_registry_keys/config.yaml +++ b/modules/host/get_registry_keys/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/host/get_registry_keys/module.rb b/modules/host/get_registry_keys/module.rb index 5b8debd46..07d4e4d17 100644 --- a/modules/host/get_registry_keys/module.rb +++ b/modules/host/get_registry_keys/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/host/get_system_info/command.js b/modules/host/get_system_info/command.js index e642d3472..9eea6fb32 100644 --- a/modules/host/get_system_info/command.js +++ b/modules/host/get_system_info/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/host/get_system_info/config.yaml b/modules/host/get_system_info/config.yaml index 37e97f399..765749e17 100644 --- a/modules/host/get_system_info/config.yaml +++ b/modules/host/get_system_info/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/host/get_system_info/module.rb b/modules/host/get_system_info/module.rb index f8f8bf28a..128db8a54 100644 --- a/modules/host/get_system_info/module.rb +++ b/modules/host/get_system_info/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/host/hook_default_browser/command.js b/modules/host/hook_default_browser/command.js index 683999892..2e565a778 100644 --- a/modules/host/hook_default_browser/command.js +++ b/modules/host/hook_default_browser/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/host/hook_default_browser/config.yaml b/modules/host/hook_default_browser/config.yaml index 62317767e..8047b18a0 100644 --- a/modules/host/hook_default_browser/config.yaml +++ b/modules/host/hook_default_browser/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/host/hook_default_browser/module.rb b/modules/host/hook_default_browser/module.rb index ca04a2830..bcb1488fb 100644 --- a/modules/host/hook_default_browser/module.rb +++ b/modules/host/hook_default_browser/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/host/insecure_url_skype/command.js b/modules/host/insecure_url_skype/command.js index 00f6ac8f4..6521d73bc 100644 --- a/modules/host/insecure_url_skype/command.js +++ b/modules/host/insecure_url_skype/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/host/insecure_url_skype/config.yaml b/modules/host/insecure_url_skype/config.yaml index b2d153bd6..190d2cc17 100644 --- a/modules/host/insecure_url_skype/config.yaml +++ b/modules/host/insecure_url_skype/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/host/insecure_url_skype/module.rb b/modules/host/insecure_url_skype/module.rb index b08fd15cb..2b19303ed 100644 --- a/modules/host/insecure_url_skype/module.rb +++ b/modules/host/insecure_url_skype/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/host/iphone_tel/command.js b/modules/host/iphone_tel/command.js index 4d34a95c2..18966fc49 100644 --- a/modules/host/iphone_tel/command.js +++ b/modules/host/iphone_tel/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/host/iphone_tel/config.yaml b/modules/host/iphone_tel/config.yaml index e1d6fd0d8..54a177bab 100644 --- a/modules/host/iphone_tel/config.yaml +++ b/modules/host/iphone_tel/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/host/iphone_tel/module.rb b/modules/host/iphone_tel/module.rb index 92244093e..2d14f1c25 100644 --- a/modules/host/iphone_tel/module.rb +++ b/modules/host/iphone_tel/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/host/physical_location/command.js b/modules/host/physical_location/command.js index 1f9796926..7d2c1947c 100644 --- a/modules/host/physical_location/command.js +++ b/modules/host/physical_location/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/host/physical_location/config.yaml b/modules/host/physical_location/config.yaml index 2111cbbe2..704f77ffd 100644 --- a/modules/host/physical_location/config.yaml +++ b/modules/host/physical_location/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/host/physical_location/module.rb b/modules/host/physical_location/module.rb index 5cb3c8017..82bd71e8c 100644 --- a/modules/host/physical_location/module.rb +++ b/modules/host/physical_location/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/ipec/dns_tunnel/command.js b/modules/ipec/dns_tunnel/command.js index dca5ae840..f2b6040fe 100644 --- a/modules/ipec/dns_tunnel/command.js +++ b/modules/ipec/dns_tunnel/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/ipec/dns_tunnel/config.yaml b/modules/ipec/dns_tunnel/config.yaml index b7e70f8b4..81404dbd1 100644 --- a/modules/ipec/dns_tunnel/config.yaml +++ b/modules/ipec/dns_tunnel/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/ipec/dns_tunnel/module.rb b/modules/ipec/dns_tunnel/module.rb index b01b0db84..08b07aa91 100644 --- a/modules/ipec/dns_tunnel/module.rb +++ b/modules/ipec/dns_tunnel/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/ipec/inter_protocol_irc/command.js b/modules/ipec/inter_protocol_irc/command.js index 5b72f1b7e..47eae7975 100644 --- a/modules/ipec/inter_protocol_irc/command.js +++ b/modules/ipec/inter_protocol_irc/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/ipec/inter_protocol_irc/config.yaml b/modules/ipec/inter_protocol_irc/config.yaml index 2765cb5c0..1341b4b7c 100644 --- a/modules/ipec/inter_protocol_irc/config.yaml +++ b/modules/ipec/inter_protocol_irc/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/ipec/inter_protocol_irc/module.rb b/modules/ipec/inter_protocol_irc/module.rb index 786ba36fc..cad8d0380 100644 --- a/modules/ipec/inter_protocol_irc/module.rb +++ b/modules/ipec/inter_protocol_irc/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/ipec/inter_protocol_posix_bindshell/command.js b/modules/ipec/inter_protocol_posix_bindshell/command.js index 6ea46f97a..f8e228380 100644 --- a/modules/ipec/inter_protocol_posix_bindshell/command.js +++ b/modules/ipec/inter_protocol_posix_bindshell/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/ipec/inter_protocol_posix_bindshell/config.yaml b/modules/ipec/inter_protocol_posix_bindshell/config.yaml index 73a459e3b..474d0940c 100644 --- a/modules/ipec/inter_protocol_posix_bindshell/config.yaml +++ b/modules/ipec/inter_protocol_posix_bindshell/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/ipec/inter_protocol_posix_bindshell/module.rb b/modules/ipec/inter_protocol_posix_bindshell/module.rb index 6c6de8bc5..063cb66d7 100644 --- a/modules/ipec/inter_protocol_posix_bindshell/module.rb +++ b/modules/ipec/inter_protocol_posix_bindshell/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/ipec/inter_protocol_win_bindshell/command.js b/modules/ipec/inter_protocol_win_bindshell/command.js index af088f4f3..4d4729420 100644 --- a/modules/ipec/inter_protocol_win_bindshell/command.js +++ b/modules/ipec/inter_protocol_win_bindshell/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/ipec/inter_protocol_win_bindshell/config.yaml b/modules/ipec/inter_protocol_win_bindshell/config.yaml index 80d5ceee0..e49666a0a 100644 --- a/modules/ipec/inter_protocol_win_bindshell/config.yaml +++ b/modules/ipec/inter_protocol_win_bindshell/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/ipec/inter_protocol_win_bindshell/module.rb b/modules/ipec/inter_protocol_win_bindshell/module.rb index 9ffc01fec..c8b4e2565 100644 --- a/modules/ipec/inter_protocol_win_bindshell/module.rb +++ b/modules/ipec/inter_protocol_win_bindshell/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/ipec/window_mail_client_dos/command.js b/modules/ipec/window_mail_client_dos/command.js index 0bd04292c..38eebf375 100644 --- a/modules/ipec/window_mail_client_dos/command.js +++ b/modules/ipec/window_mail_client_dos/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/ipec/window_mail_client_dos/config.yaml b/modules/ipec/window_mail_client_dos/config.yaml index e6a6409ab..d7be2489d 100644 --- a/modules/ipec/window_mail_client_dos/config.yaml +++ b/modules/ipec/window_mail_client_dos/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/ipec/window_mail_client_dos/module.rb b/modules/ipec/window_mail_client_dos/module.rb index 312f8ccfd..d752b3e4b 100644 --- a/modules/ipec/window_mail_client_dos/module.rb +++ b/modules/ipec/window_mail_client_dos/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/metasploit/browser_autopwn/command.js b/modules/metasploit/browser_autopwn/command.js index 97b0e5227..11829cca4 100644 --- a/modules/metasploit/browser_autopwn/command.js +++ b/modules/metasploit/browser_autopwn/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/metasploit/browser_autopwn/config.yaml b/modules/metasploit/browser_autopwn/config.yaml index 9344fb7a7..f2d6c67ce 100644 --- a/modules/metasploit/browser_autopwn/config.yaml +++ b/modules/metasploit/browser_autopwn/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/metasploit/browser_autopwn/module.rb b/modules/metasploit/browser_autopwn/module.rb index c235ed142..1cebf51ac 100644 --- a/modules/metasploit/browser_autopwn/module.rb +++ b/modules/metasploit/browser_autopwn/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/misc/iframe_keylogger/command.js b/modules/misc/iframe_keylogger/command.js index c9ce7d3d0..7f1ed6fd1 100644 --- a/modules/misc/iframe_keylogger/command.js +++ b/modules/misc/iframe_keylogger/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/misc/iframe_keylogger/config.yaml b/modules/misc/iframe_keylogger/config.yaml index d00136bd2..f65092754 100644 --- a/modules/misc/iframe_keylogger/config.yaml +++ b/modules/misc/iframe_keylogger/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/misc/iframe_keylogger/module.rb b/modules/misc/iframe_keylogger/module.rb index 688828df0..6156f8ecd 100644 --- a/modules/misc/iframe_keylogger/module.rb +++ b/modules/misc/iframe_keylogger/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/misc/pretty_theft/command.js b/modules/misc/pretty_theft/command.js index 92c3a08e1..f53d6e311 100644 --- a/modules/misc/pretty_theft/command.js +++ b/modules/misc/pretty_theft/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/misc/pretty_theft/config.yaml b/modules/misc/pretty_theft/config.yaml index af23220e5..5fdff7fc6 100644 --- a/modules/misc/pretty_theft/config.yaml +++ b/modules/misc/pretty_theft/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/misc/pretty_theft/module.rb b/modules/misc/pretty_theft/module.rb index 8c2095c75..404925405 100644 --- a/modules/misc/pretty_theft/module.rb +++ b/modules/misc/pretty_theft/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/misc/raw_javascript/command.js b/modules/misc/raw_javascript/command.js index d74f4e25e..15ece6d01 100644 --- a/modules/misc/raw_javascript/command.js +++ b/modules/misc/raw_javascript/command.js @@ -1,18 +1,18 @@ -// -// Copyright 2011 Wade Alcorn wade@bindshell.net -// -// Licensed under the Apache License, Version 2.0 (the "License"); -// you may not use this file except in compliance with the License. -// You may obtain a copy of the License at -// -// http://www.apache.org/licenses/LICENSE-2.0 -// -// Unless required by applicable law or agreed to in writing, software -// distributed under the License is distributed on an "AS IS" BASIS, -// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -// See the License for the specific language governing permissions and -// limitations under the License. -// +// +// Copyright 2012 Wade Alcorn wade@bindshell.net +// +// Licensed under the Apache License, Version 2.0 (the "License"); +// you may not use this file except in compliance with the License. +// You may obtain a copy of the License at +// +// http://www.apache.org/licenses/LICENSE-2.0 +// +// Unless required by applicable law or agreed to in writing, software +// distributed under the License is distributed on an "AS IS" BASIS, +// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +// See the License for the specific language governing permissions and +// limitations under the License. +// beef.execute(function() { var result; diff --git a/modules/misc/raw_javascript/config.yaml b/modules/misc/raw_javascript/config.yaml index 1c5b4680e..3f9512332 100644 --- a/modules/misc/raw_javascript/config.yaml +++ b/modules/misc/raw_javascript/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/misc/raw_javascript/module.rb b/modules/misc/raw_javascript/module.rb index 68431235d..5a507d0b8 100644 --- a/modules/misc/raw_javascript/module.rb +++ b/modules/misc/raw_javascript/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -13,21 +13,21 @@ # See the License for the specific language governing permissions and # limitations under the License. # -class Raw_javascript < BeEF::Core::Command - +class Raw_javascript < BeEF::Core::Command + def self.options return [ - {'name' => 'cmd', 'description' => 'Javascript Code', 'ui_label' => 'Javascript Code', 'value' => "alert(\'BeEF Raw Javascript\');\nreturn \'It worked!\';", 'type' => 'textarea', 'width' => '400px', 'height' => '100px'}, + {'name' => 'cmd', 'description' => 'Javascript Code', 'ui_label' => 'Javascript Code', 'value' => "alert(\'BeEF Raw Javascript\');\nreturn \'It worked!\';", 'type' => 'textarea', 'width' => '400px', 'height' => '100px'}, ] end - - # - # This method is being called when a zombie sends some - # data back to the framework. - # - def post_execute - - save({'result' => @datastore['result']}) - end - + + # + # This method is being called when a zombie sends some + # data back to the framework. + # + def post_execute + + save({'result' => @datastore['result']}) + end + end diff --git a/modules/network/detect_soc_nets/command.js b/modules/network/detect_soc_nets/command.js index d99e692f2..333bce662 100644 --- a/modules/network/detect_soc_nets/command.js +++ b/modules/network/detect_soc_nets/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/network/detect_soc_nets/config.yaml b/modules/network/detect_soc_nets/config.yaml index f31b45c1b..90a1c6355 100644 --- a/modules/network/detect_soc_nets/config.yaml +++ b/modules/network/detect_soc_nets/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/network/detect_soc_nets/module.rb b/modules/network/detect_soc_nets/module.rb index 6c43ecea3..8cb1549e1 100644 --- a/modules/network/detect_soc_nets/module.rb +++ b/modules/network/detect_soc_nets/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/network/detect_tor/command.js b/modules/network/detect_tor/command.js index b360ba0ce..78b94c763 100644 --- a/modules/network/detect_tor/command.js +++ b/modules/network/detect_tor/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/network/detect_tor/config.yaml b/modules/network/detect_tor/config.yaml index 2ccd92735..d0294391e 100644 --- a/modules/network/detect_tor/config.yaml +++ b/modules/network/detect_tor/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/network/detect_tor/module.rb b/modules/network/detect_tor/module.rb index 3ca0cd920..f75c91be9 100644 --- a/modules/network/detect_tor/module.rb +++ b/modules/network/detect_tor/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/network/dns_enumeration/command.js b/modules/network/dns_enumeration/command.js index 550d4a2d6..14449138b 100644 --- a/modules/network/dns_enumeration/command.js +++ b/modules/network/dns_enumeration/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/network/dns_enumeration/config.yaml b/modules/network/dns_enumeration/config.yaml index e0c78ef5f..c0fa2511c 100644 --- a/modules/network/dns_enumeration/config.yaml +++ b/modules/network/dns_enumeration/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/network/dns_enumeration/module.rb b/modules/network/dns_enumeration/module.rb index b67c6a497..21449af1d 100644 --- a/modules/network/dns_enumeration/module.rb +++ b/modules/network/dns_enumeration/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/network/internal_network_fingerprinting/command.js b/modules/network/internal_network_fingerprinting/command.js index ac5d33df8..5d9dbfc75 100644 --- a/modules/network/internal_network_fingerprinting/command.js +++ b/modules/network/internal_network_fingerprinting/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/network/internal_network_fingerprinting/config.yaml b/modules/network/internal_network_fingerprinting/config.yaml index 7f6447bda..c4f937fe9 100644 --- a/modules/network/internal_network_fingerprinting/config.yaml +++ b/modules/network/internal_network_fingerprinting/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/network/internal_network_fingerprinting/module.rb b/modules/network/internal_network_fingerprinting/module.rb index 930de27fe..7861480cc 100644 --- a/modules/network/internal_network_fingerprinting/module.rb +++ b/modules/network/internal_network_fingerprinting/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/network/ping_sweep/command.js b/modules/network/ping_sweep/command.js index a8a1f982b..acddd61ea 100644 --- a/modules/network/ping_sweep/command.js +++ b/modules/network/ping_sweep/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/network/ping_sweep/config.yaml b/modules/network/ping_sweep/config.yaml index 5c44ebc05..1e9fa9a7d 100644 --- a/modules/network/ping_sweep/config.yaml +++ b/modules/network/ping_sweep/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/network/ping_sweep/module.rb b/modules/network/ping_sweep/module.rb index c074b9f4b..cc8c7120d 100644 --- a/modules/network/ping_sweep/module.rb +++ b/modules/network/ping_sweep/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/network/ping_sweep_java/command.js b/modules/network/ping_sweep_java/command.js index 3a1237fa7..cd5fcc719 100644 --- a/modules/network/ping_sweep_java/command.js +++ b/modules/network/ping_sweep_java/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/network/ping_sweep_java/config.yaml b/modules/network/ping_sweep_java/config.yaml index 1705194b4..5b11939b2 100644 --- a/modules/network/ping_sweep_java/config.yaml +++ b/modules/network/ping_sweep_java/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/network/ping_sweep_java/module.rb b/modules/network/ping_sweep_java/module.rb index 859ef47e1..4342f61f6 100644 --- a/modules/network/ping_sweep_java/module.rb +++ b/modules/network/ping_sweep_java/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/network/port_scanner/command.js b/modules/network/port_scanner/command.js index 6fe76a2d1..415c914e6 100644 --- a/modules/network/port_scanner/command.js +++ b/modules/network/port_scanner/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/network/port_scanner/config.yaml b/modules/network/port_scanner/config.yaml index 40c48e74e..a1ac2d103 100644 --- a/modules/network/port_scanner/config.yaml +++ b/modules/network/port_scanner/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/network/port_scanner/module.rb b/modules/network/port_scanner/module.rb index d3423b36c..4b0957bdd 100644 --- a/modules/network/port_scanner/module.rb +++ b/modules/network/port_scanner/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/persistence/iframe_above/command.js b/modules/persistence/iframe_above/command.js index b55187056..00dd40ef4 100644 --- a/modules/persistence/iframe_above/command.js +++ b/modules/persistence/iframe_above/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/persistence/iframe_above/config.yaml b/modules/persistence/iframe_above/config.yaml index a2423d51f..7bff8e43b 100644 --- a/modules/persistence/iframe_above/config.yaml +++ b/modules/persistence/iframe_above/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/persistence/iframe_above/module.rb b/modules/persistence/iframe_above/module.rb index 79a38fa43..053986199 100644 --- a/modules/persistence/iframe_above/module.rb +++ b/modules/persistence/iframe_above/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/persistence/man_in_the_browser/command.js b/modules/persistence/man_in_the_browser/command.js index d2820dd9a..148b64eb0 100644 --- a/modules/persistence/man_in_the_browser/command.js +++ b/modules/persistence/man_in_the_browser/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/persistence/man_in_the_browser/config.yaml b/modules/persistence/man_in_the_browser/config.yaml index 66e9d58a2..1f022ef1d 100644 --- a/modules/persistence/man_in_the_browser/config.yaml +++ b/modules/persistence/man_in_the_browser/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/persistence/man_in_the_browser/module.rb b/modules/persistence/man_in_the_browser/module.rb index ed645e726..75e8255c0 100644 --- a/modules/persistence/man_in_the_browser/module.rb +++ b/modules/persistence/man_in_the_browser/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/persistence/popunder_window/command.js b/modules/persistence/popunder_window/command.js index ec4c64ccb..f99e11033 100644 --- a/modules/persistence/popunder_window/command.js +++ b/modules/persistence/popunder_window/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/persistence/popunder_window/config.yaml b/modules/persistence/popunder_window/config.yaml index 7c7faa3bf..cda006873 100644 --- a/modules/persistence/popunder_window/config.yaml +++ b/modules/persistence/popunder_window/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/persistence/popunder_window/module.rb b/modules/persistence/popunder_window/module.rb index 580010a34..850d1b6b6 100644 --- a/modules/persistence/popunder_window/module.rb +++ b/modules/persistence/popunder_window/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/router/linksys_befsr41_csrf/command.js b/modules/router/linksys_befsr41_csrf/command.js index 78a97f073..dca74aa47 100644 --- a/modules/router/linksys_befsr41_csrf/command.js +++ b/modules/router/linksys_befsr41_csrf/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/router/linksys_befsr41_csrf/config.yaml b/modules/router/linksys_befsr41_csrf/config.yaml index 8a63c36ba..034ea1534 100644 --- a/modules/router/linksys_befsr41_csrf/config.yaml +++ b/modules/router/linksys_befsr41_csrf/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/router/linksys_befsr41_csrf/module.rb b/modules/router/linksys_befsr41_csrf/module.rb index f646e49da..0d0684ac5 100644 --- a/modules/router/linksys_befsr41_csrf/module.rb +++ b/modules/router/linksys_befsr41_csrf/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/router/linksys_wrt54g2_csrf/command.js b/modules/router/linksys_wrt54g2_csrf/command.js index 327739bbf..f98992afb 100644 --- a/modules/router/linksys_wrt54g2_csrf/command.js +++ b/modules/router/linksys_wrt54g2_csrf/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/router/linksys_wrt54g2_csrf/config.yaml b/modules/router/linksys_wrt54g2_csrf/config.yaml index 05857cac8..39708db48 100644 --- a/modules/router/linksys_wrt54g2_csrf/config.yaml +++ b/modules/router/linksys_wrt54g2_csrf/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/router/linksys_wrt54g2_csrf/module.rb b/modules/router/linksys_wrt54g2_csrf/module.rb index ec9e54eec..7f0325e7d 100644 --- a/modules/router/linksys_wrt54g2_csrf/module.rb +++ b/modules/router/linksys_wrt54g2_csrf/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/router/linksys_wrt54g_csrf/command.js b/modules/router/linksys_wrt54g_csrf/command.js index af5106294..55a5bf747 100644 --- a/modules/router/linksys_wrt54g_csrf/command.js +++ b/modules/router/linksys_wrt54g_csrf/command.js @@ -1,5 +1,5 @@ // -// Copyright 2011 Wade Alcorn wade@bindshell.net +// Copyright 2012 Wade Alcorn wade@bindshell.net // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. diff --git a/modules/router/linksys_wrt54g_csrf/config.yaml b/modules/router/linksys_wrt54g_csrf/config.yaml index 59f022dd0..a9cf1625e 100644 --- a/modules/router/linksys_wrt54g_csrf/config.yaml +++ b/modules/router/linksys_wrt54g_csrf/config.yaml @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/modules/router/linksys_wrt54g_csrf/module.rb b/modules/router/linksys_wrt54g_csrf/module.rb index a47391393..2d1b45f2c 100644 --- a/modules/router/linksys_wrt54g_csrf/module.rb +++ b/modules/router/linksys_wrt54g_csrf/module.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/rakefile b/rakefile index 2606c96fa..992a1e43d 100644 --- a/rakefile +++ b/rakefile @@ -1,3 +1,18 @@ +# +# Copyright 2012 Wade Alcorn wade@bindshell.net +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# @msf_process_id = nil; diff --git a/test/unit/core/filter/tc_base.rb b/test/unit/core/filter/tc_base.rb index 92c18a722..f7fed555d 100644 --- a/test/unit/core/filter/tc_base.rb +++ b/test/unit/core/filter/tc_base.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/unit/core/filter/tc_command.rb b/test/unit/core/filter/tc_command.rb index a92ef534b..d103750be 100644 --- a/test/unit/core/filter/tc_command.rb +++ b/test/unit/core/filter/tc_command.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/unit/core/main/network_stack/handlers/dynamicreconstruction.rb b/test/unit/core/main/network_stack/handlers/dynamicreconstruction.rb index 1095c584a..280554cf9 100644 --- a/test/unit/core/main/network_stack/handlers/dynamicreconstruction.rb +++ b/test/unit/core/main/network_stack/handlers/dynamicreconstruction.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/unit/core/tc_api.rb b/test/unit/core/tc_api.rb index 7ce063074..325f63a2b 100644 --- a/test/unit/core/tc_api.rb +++ b/test/unit/core/tc_api.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/unit/core/tc_core.rb b/test/unit/core/tc_core.rb index 8b3d00b0c..dd5b9e6ba 100644 --- a/test/unit/core/tc_core.rb +++ b/test/unit/core/tc_core.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/unit/core/tc_loader.rb b/test/unit/core/tc_loader.rb index 9fed8fc4e..6aef5ad3f 100644 --- a/test/unit/core/tc_loader.rb +++ b/test/unit/core/tc_loader.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/unit/extensions/tc_metasploit.rb b/test/unit/extensions/tc_metasploit.rb index abadf2537..6c9baf310 100644 --- a/test/unit/extensions/tc_metasploit.rb +++ b/test/unit/extensions/tc_metasploit.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/unit/tc_filesystem.rb b/test/unit/tc_filesystem.rb index b821af153..ca56f0bc7 100644 --- a/test/unit/tc_filesystem.rb +++ b/test/unit/tc_filesystem.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/unit/tc_grep.rb b/test/unit/tc_grep.rb index 809560e2d..3fbd95135 100644 --- a/test/unit/tc_grep.rb +++ b/test/unit/tc_grep.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/test/unit/ts_beef.rb b/test/unit/ts_beef.rb index e9984c2ef..a82ea5f84 100644 --- a/test/unit/ts_beef.rb +++ b/test/unit/ts_beef.rb @@ -1,5 +1,5 @@ # -# Copyright 2011 Wade Alcorn wade@bindshell.net +# Copyright 2012 Wade Alcorn wade@bindshell.net # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.