fixed typo in ws.receive
This commit is contained in:
@@ -37,7 +37,7 @@ module BeEF
|
||||
|
||||
while true
|
||||
#command interpretation
|
||||
message=ws.receve()
|
||||
message=ws.receive()
|
||||
|
||||
if (message!="helo")
|
||||
#module return value case
|
||||
|
||||
Reference in New Issue
Block a user