antisnatchor
|
6ff34953d9
|
Added Leffe beer can handler. commented for now.
|
2012-04-30 10:14:59 +01:00 |
|
antisnatchor
|
f63240d3cb
|
Added /api/hooks/:session RESTful api call in order to retrieve the full BrowserDetails for the hooked browser.
|
2012-04-20 14:46:46 +01:00 |
|
antisnatchor
|
cd4fce7887
|
Moved initialization extension into the core. BrowserDetails are a vital component of BeEF. There is no reason to don't have it in the core.
|
2012-04-18 12:54:48 +01:00 |
|
antisnatchor
|
3ebe44732b
|
Added beef.module.key.class to /api/module JSON response.
|
2012-04-15 12:54:04 +01:00 |
|
antisnatchor
|
8feef887b9
|
Fixed issue with malformed JSON response (missing }). No using hash.to_json to send response.
|
2012-04-15 11:56:00 +01:00 |
|
antisnatchor
|
364575592a
|
Moved BeEF credentials from admin_ui extension to the main config.yaml. Updated both admin_ui and RESTful API to reflect the changes.
|
2012-04-15 10:53:08 +01:00 |
|
Christian Frichot
|
79a7dd3e88
|
RESTful Admin API Class now includes a LOGIN method
|
2012-04-15 16:38:38 +08:00 |
|
Christian Frichot
|
321a63b148
|
Placeholder admin RESTful API class
|
2012-04-15 07:24:56 +08:00 |
|
Christian Frichot
|
44e9871503
|
RESTful API now obeys permitted_ui_subnet
|
2012-04-15 07:24:17 +08:00 |
|
antisnatchor
|
22772c7822
|
Issue 654: the RESTful api classes are now extending the Router class
|
2012-04-09 11:16:21 +01:00 |
|
antisnatchor
|
4e224e63ee
|
added example on how to call metasploit modules with the REST api
|
2012-03-15 13:53:29 +01:00 |
|
antisnatchor
|
fec922a63c
|
Implemented /api/modules/ to retrieve all enabled modules
|
2012-03-14 16:52:25 +01:00 |
|
antisnatchor
|
8fdd127f17
|
Disabled Sinatra exception, and set the custom 404 response to 'not found.'
|
2012-03-14 16:26:29 +01:00 |
|
antisnatchor
|
c3a611d12e
|
Implemented info/options retrieval for a specific module throught the REST API
|
2012-03-13 17:18:13 +01:00 |
|
antisnatchor
|
434f9f8e43
|
Now it's possible to launch command modules via the REST api (also with options), and then get execution results.
|
2012-03-13 12:43:10 +01:00 |
|
antisnatchor
|
3674f06609
|
Implemented /api/logs and /api/logs/hb_session, added code comments
|
2012-03-12 17:40:38 +01:00 |
|
antisnatchor
|
818f3d207e
|
Retrieving correct browser version with browserDetails BrowserVersion
|
2012-03-12 17:14:09 +01:00 |
|
antisnatchor
|
4429ab3df2
|
Added /api/hooks logic to retrieve online and offline HBs as json
|
2012-03-12 12:46:04 +01:00 |
|
antisnatchor
|
03cd06a014
|
Added stubs and registered classes for the 3 main RESTful API endpoints: hooks, modules, logs
|
2012-03-12 11:55:26 +01:00 |
|
antisnatchor
|
872272645e
|
Added api_token for RESTful api authentication
|
2012-03-12 10:27:03 +01:00 |
|
antisnatchor
|
7dab21ff7f
|
First skeleton for the RESTful api using Sinatra (modular approach, not classic one).
|
2012-03-11 16:12:59 +01:00 |
|