Ben Passmore
06d1ba7754
Reverted config to sqlite only
2019-10-08 16:12:53 +10:00
root
0531cdf745
config
2019-09-20 08:16:16 +00:00
root
a35d0eae5e
trying to get the .travis to error
2019-09-20 07:22:49 +00:00
root
fb168f7480
testing the rake
2019-09-20 06:44:36 +00:00
root
625e4ce386
checked the stage
2019-09-20 04:39:44 +00:00
root
042713f257
testing the .travis
2019-09-20 04:38:16 +00:00
Brendan Coles
07cc6f9542
Bump version to 0.4.7.4-alpha-pre
2019-05-05 14:40:50 +00:00
Brendan Coles
7df8888505
Bump version to 0.4.7.3-alpha
2019-05-05 14:37:34 +00:00
Brendan Coles
367e91b095
Bump version to 0.4.7.3-alpha-pre
2019-05-04 22:50:38 +00:00
Brendan Coles
a6cce27518
Bump version to 0.4.7.2-alpha
2019-05-04 22:48:26 +00:00
Brendan Coles
1cc3136421
Move beef.db back to BeEF root directory
2019-03-13 23:38:54 +00:00
Brendan Coles
d698b6a0ba
Add support for multiple permitted hooking/ui subnets - #1319
2019-03-03 21:14:39 +00:00
Brendan Coles
13c539effe
Add logger - Fixes #1698
2019-03-03 20:20:37 +00:00
Brendan Coles
2fa56c419f
Bump version to 0.4.7.2-alpha-pre
2019-03-01 22:41:57 +00:00
Brendan Coles
2d23692fd6
BeEF version 0.4.7.1-alpha
2019-02-27 15:55:28 +00:00
Brendan Coles
5320dbc7fb
Clean up Admin UI
2019-02-23 12:21:12 +00:00
Brendan Coles
b46472ada6
Add update-geoipdb script
2019-02-17 05:42:45 +00:00
Brendan Coles
9c9119f9cd
Move option http.web_ui_basepath to extension.admin_ui.base_path
2019-02-17 04:54:26 +00:00
Brendan Coles
46885fb681
Update GeoIP to use MaxMind GeoLite2
2019-02-10 12:53:29 +00:00
Ben Passmore
9f1e8f5e8d
Updated copyright
2019-01-01 11:57:28 +10:00
Bucky Wilson
b9eb6b7780
Pruned unnecessary lines from config
...
the now removed lines solved a temporary issue, since resolved
2018-01-10 09:54:17 +10:00
Bucky Wilson
21cd5b6778
And then removing these lines - still no error
...
Error maynot be solved by the introduction of db_pool/db_timeout
Restarting - may resolve issues.
2018-01-10 09:40:00 +10:00
Bucky Wilson
24fd0e912e
Fixed: 'DataObjects::ConnectionError - database is locked:' error
...
Getting error using sqlite database.
Added: db_pool, and db_timeout to correct.
2018-01-10 09:37:40 +10:00
Bucky Wilson
7ac24ef754
1333: Rate Limit API - 1 in user defined value
...
Allow api connection every api_attempt_delay milliseconds.
Currently 50 mSec
Uses the same process as ui/admin rate limiting.
Changes to be committed:
modified: config.yaml
modified: core/main/rest/api.rb
modified: core/main/router/router.rb
2018-01-10 09:35:27 +10:00
Bucky Wilson
e988b602df
And then removing these lines - still no error
...
Error maynot be solved by the introduction of db_pool/db_timeout
Restarting - may resolve issues.
2018-01-10 09:31:52 +10:00
Bucky Wilson
b9d58690b6
Fixed: 'DataObjects::ConnectionError - database is locked:' error
...
Getting error using sqlite database.
Added: db_pool, and db_timeout to correct.
2018-01-10 09:31:52 +10:00
Wade Alcorn
fca5279f17
Updated Copyright dates
2018-01-04 09:12:47 +10:00
Brendan Coles
903d364450
Remove experimental extensions from config.yaml
2017-12-08 18:14:32 +00:00
Brendan Coles
de144a0e45
Move credentials to top of config.yaml file
2017-09-24 15:15:55 +10:00
Wade Alcorn
91cc7ed873
Updated Copyright information
2016-12-29 15:50:13 +10:00
Brendan Coles
d11f041963
Update config comments
2016-10-04 22:26:51 +00:00
Brendan Coles
ea8281ccb2
Remove console shell from config
2016-05-09 12:03:46 +00:00
Brendan Coles
02978fdbf7
Disable DNS extension by default
2016-04-21 02:33:53 +00: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
antisnatchor
bdecbd21a0
Merged changed from master branch, disabled ARE rules by default.
2015-07-27 10:44:51 +02:00
antisnatchor
c84e1b88ac
Autorun Rule Engine from @antisnatchor with love (alpha version).
2015-07-27 10:34:58 +02:00
antisnatchor
7cb94386fe
Merge branch 'dns-rebinding'
...
Merging pull request #1105 , including some bug fix.
2015-07-19 11:28:47 +02:00
antisnatchor
51cc5963fa
Replaced system with IO.popen to prevent an unlikely RCE, and also added additional checks.
2015-07-19 11:24:53 +02:00
Wade Alcorn
d3e1d5b506
Updated version to 0.4.6.1-alpha
2015-07-13 11:43:05 +10:00
antisnatchor
bf0f59e5d0
Fixed a bug in the tunneling proxy (missing \r\n in some specific conditions when HTTP version is HTTP/1.1)
2015-02-08 13:39:04 +01:00
Brendan Coles
73e16e4aff
Allow web server imitation to hook server web root and 404 responses
2015-02-07 05:18:06 +00:00
antisnatchor
944ba747da
Fixed a bug in WebRTC command module, prevented duplicates in NetworkHost db table, removed unnecessary code.
2015-02-05 12:35:23 +01:00
Wade Alcorn
2fbca61368
Updated copyright dates
2014-12-30 07:44:58 +10:00
Wade Alcorn
67c06f17b7
Updated version number to 0.4.6.0
2014-12-30 07:30:58 +10:00
antisnatchor
50a9784606
Added PhishingFrenzy integration config option and code
2014-10-13 11:51:25 +02:00
Brendan Coles
4fcc1dc562
Allow DNS lookups on zombie IP addresses
2014-09-28 04:25:20 +00:00
Till Maas
7e18f6255e
Support HTTPS via CONNECT in proxy extension
2014-09-24 16:53:56 +02:00
Michele Orru
4c2f80a3bc
Merge pull request #1009 from soh-cah-toa/master
...
DNS Extension 2.0 Reimplementation
2014-05-05 12:11:38 +02:00
bcoles
34ec20cd0d
Update version to 0.4.5.1-alpha
2014-04-25 16:12:25 +09:30