zinduolis
95793433fa
Update copyright year to 2026
2025-12-26 19:18:05 +10:00
zinduolis
101020ffa0
Update copyright in rb, js and jsdocs
2024-12-25 11:40:55 +10:00
Stephen
747ddb5387
Updated http://beefproject.com to https://beefproject.com
2023-12-31 14:18:50 +10:00
jcrew99
3a486c7626
Updated Copyright
2023-12-26 22:32:31 -05:00
bcoles
eb5959a975
WebSockets: flush beef.net.queue during keepalive ( #2806 )
2023-04-04 03:42:50 +10:00
jcrew99
486a9bb329
Update copyright 2023 ( #2675 )
...
* updated copyright
* reverted gemfile lock changes
2022-12-31 15:36:07 +10:00
wheatley
f33e2698a0
MAINTAINABILITY: 2257 update copyright 2022 ( #2259 )
...
* 2257 updated copyright date
2021-12-31 09:48:08 +10:00
J
4ec6ecee27
updated all of the copyright information
2021-01-11 04:48:56 +10:00
Josh
1aa76f93cb
fixed a few spelling mistakes and changed the name
2020-04-15 16:00:19 -07:00
Jack Walker
b4116e7a7f
Merge pull request #1813 from beefproject/jsdoc
...
Jsdoc
2020-01-02 16:52:41 +10:00
Grant Burgess
53f2529718
Updated documentation for use with JSDoc
2020-01-02 16:32:17 +10:00
beep
470b3483d0
Update copyright information
2020-01-01 18:47:08 -08:00
Ben Passmore
9f1e8f5e8d
Updated copyright
2019-01-01 11:57:28 +10:00
Wade Alcorn
fca5279f17
Updated Copyright dates
2018-01-04 09:12:47 +10:00
Wade Alcorn
91cc7ed873
Updated Copyright information
2016-12-29 15:50:13 +10:00
antisnatchor
c700bb3013
Added ws_connect_timeout option to delay of 500 ms the establishment of the WS channel. This is needed to wait for browser fingerprinting to finish, in order to have all the info needed for triggering ARE rules using WS channel.
2016-04-03 15:16:14 +02:00
Wade Alcorn
ce01d9fa46
updated copyright year
2015-12-30 08:11:57 +10:00
Wade Alcorn
2fbca61368
Updated copyright dates
2014-12-30 07:44:58 +10:00
Wade Alcorn
94b636c6fd
Fixed reference to origin
2014-04-24 19:36:58 +10:00
Wade Alcorn
8003f1a47f
Updated the copyright year to 2014
2014-01-01 16:34:15 +10:00
antisnatchor
713a20f157
Replaced eval with new Function when executing data coming from BeEF's WebSocket server.
2013-03-05 10:37:49 +00:00
Wade Alcorn
fe40038441
Updated copyright year to 2013
2012-12-30 12:47:43 +10:00
antisnatchor
328df7af97
Documented (JSdoc) both updater.js and websocket.js. Finally :D
2012-11-21 07:12:56 +00:00
antisnatchor
011bb0e94b
Refactored WebSocket polling timeout config value.
2012-11-21 06:26:15 +00:00
Wade Alcorn
b68df3d024
Changed license header
2012-11-02 14:05:15 +10:00
radoen
b20dec0adf
ISSUES #713 Fixed
2012-10-14 01:52:17 +02:00
antisnatchor
50e7a1c206
Refactored WebSocket code.
2012-08-25 10:18:56 +01:00
radoen
5697eac123
Added support for wss, issue #714
2012-08-10 13:43:48 +02:00
antisnatchor
96a16fa683
Fix issue 675 (added erubis parsing for Websocket config options)
2012-05-11 11:45:13 +01:00
antisnatchor
fdad068ee5
Fix issue 674 (NilClass issue)
2012-05-10 13:54:40 +01:00
antisnatchor
2c19a3a8d8
Fixed issue when hooking a browser that contains other cookies than BEEFHOOK. now "alive" send back only the BeEF session value
2012-05-02 14:01:04 +03:00
Graziano Felline
97c2649e36
Corrected issues on IE browser (IE8 IE9) to check IE6 -IE7
...
Corrected Issues whit character encoding
2012-04-20 19:17:34 +02:00
Graziano Felline
c83e7d584e
Now the Alive check is by ws Timer 5 second
...
Tested And work
2012-04-19 19:30:19 +02:00
Graziano Felline
656262c0f4
Basic response recv system implemented
...
todo ping-pong for alive host. thread's content is in websocket.rb
todo setting up a separate handler for via ws answer's
2012-04-18 12:00:17 +02:00
Graziano Felline
2755c6449c
Deleted some stuff that does not work correctly in old browser (IE 8)
...
Better check for FF
Cleand up inside the code
2012-04-14 19:42:53 +02:00
antisnatchor
185b1be30f
Fixed issue with command execution. Now commands are executed correctly via WebSocket.
2012-04-13 13:35:29 +01:00
Graziano Felline
65138db207
Commands are now sent through websocket
...
Trouble with eval function in websocket.js
2012-04-13 12:45:48 +02:00
Graziano Felline
23f782b8d8
Hook.js load websocket.js only if specifield in beef configuration file
...
if websocket is disabled all work normally
if websocket is enabled have trouble in command.rb
2012-04-12 19:01:49 +02:00
Graziano Felline
af9b3c97b5
Added polling stop if websocket is up in updater.js
...
added hash for websocket in websocket.rb
added check for websocket existence in command.rb and net.js
added a POC onmessage function in websocket.js
added check for websocket support in init.js
added a POC send to send command output to server in beef.js
2012-04-11 20:52:47 +02:00
Graziano Felline
302512e172
Added FF11 support
2012-04-08 13:21:12 +02:00
Graziano Felline
85b3a59441
The connection and helo to server correctly work.
2012-04-08 12:46:57 +02:00
antisnatchor
8f7caff30f
changed websocket.js structure with closures.
2012-04-07 14:19:56 +01:00
antisnatchor
296d0161c9
fixed issue with FF detectionon websockets
2012-04-07 13:48:10 +01:00
antisnatchor
faae01a9aa
Changed default websocket port
2012-04-07 13:34:21 +01:00
Graziano Felline
bcd0ff154f
Added websocket.js in beefjs.rb
2012-04-07 14:20:47 +02:00
Graziano Felline
d3e2e1eb30
Inserted module in bootstrap
2012-04-07 12:56:06 +02:00
Graziano Felline
736c81573e
Setting up structures and server/client environment.
...
A lot of TODO
2012-04-06 02:21:40 +02:00