From 82094c6f5c806828fe0fbe5c8a6c853f1d4b241a Mon Sep 17 00:00:00 2001 From: Brendan Coles Date: Sun, 17 Feb 2019 07:38:25 +0000 Subject: [PATCH] Uncomment beef_init --- core/main/client/timeout.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/main/client/timeout.js b/core/main/client/timeout.js index 21b444815..900c49113 100644 --- a/core/main/client/timeout.js +++ b/core/main/client/timeout.js @@ -14,4 +14,4 @@ Cheers to John Wilander that discussed this bug with me at OWASP AppSec Research Greece antisnatchor */ -//setTimeout(beef_init, 1000); \ No newline at end of file +setTimeout(beef_init, 1000);