fixed a few spelling mistakes and changed the name

This commit is contained in:
Josh
2020-04-15 16:00:19 -07:00
parent 6431df68cf
commit 1aa76f93cb
5 changed files with 6 additions and 6 deletions

View File

@@ -102,7 +102,7 @@ module BeEF
# new zombie
unless msg_hash['cookie'].nil?
print_debug("[WebSocket] Browser says helo! WebSocket is running")
print_debug("[WebSocket] Browser says hello! WebSocket is running")
# insert new connection in activesocket
@@activeSocket["#{msg_hash["cookie"]}"] = ws
print_debug("[WebSocket] activeSocket content [#{@@activeSocket}]")