removing print

git-svn-id: https://beef.googlecode.com/svn/trunk@804 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
mosse.benjamin
2011-03-25 07:18:43 +00:00
parent a2a25f8c3f
commit 3bddb477ac

View File

@@ -51,7 +51,7 @@ module BeEF
data += sp[:data]
end
end
p Base64.decode64(data)
data = JSON.parse(Base64.decode64(data)).first
data['beefhook'] = packet[:beefhook]
data['request'] = @request