From 473f34939481c05d8a267915466b5b6193f8553c Mon Sep 17 00:00:00 2001 From: Christian Frichot Date: Sat, 15 Jun 2013 13:48:05 +0800 Subject: [PATCH] Missing apostrophe in PHP-5.3.9-dos module.rb. This was breaking Rake. Make sure you run rake peeps before pushing! --- modules/exploits/php-5.3.9-dos/module.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exploits/php-5.3.9-dos/module.rb b/modules/exploits/php-5.3.9-dos/module.rb index 1ae637ae4..a84fa99f1 100644 --- a/modules/exploits/php-5.3.9-dos/module.rb +++ b/modules/exploits/php-5.3.9-dos/module.rb @@ -14,7 +14,7 @@ class Php_dos < BeEF::Core::Command def post_execute content = {} content['result'] = @datastore['result'] if not @datastore['result'].nil? - content['fail] = @datastore['fail'] if not @datastore['fail'].nil? + content['fail'] = @datastore['fail'] if not @datastore['fail'].nil? save content end