soh_cah_toa
94da775ba6
Added unit tests for #remove_rule (good and bad behavior).
2013-07-15 23:58:37 -04:00
soh_cah_toa
85d4375825
Added unit tests for #get_rule with an invalid id.
...
Also overrode Kernel#puts to suppress output from RubyDNS.
2013-07-15 23:36:29 -04:00
soh_cah_toa
4d0f58684f
Divided #add_rule tests into separate good and bad tests.
...
Also added unit tests that verify rule id format.
2013-07-15 23:07:06 -04:00
soh_cah_toa
8d95e6f522
Changed public interface tests to use #assert_respond_to.
...
This will improve the accuracy of potential error messages.
2013-07-15 18:25:33 -04:00
soh_cah_toa
5769615cd5
Added unit tests for #get_rule.
...
Also removed convenience variables from #add_rule tests (domain and
response). The "response" key in the hash returned by #get_rule is
generated by Sourcify which sourcifies the variable name, not its
value.
2013-07-15 03:48:01 -04:00
soh_cah_toa
9a4fd6cb4c
Removed "dns" task in Rakefile since "unit" is fine now.
2013-07-15 03:02:29 -04:00
soh_cah_toa
1ffa21d62a
Added unit tests for #add_rule.
...
These represent the first actual tests for the Dns::Server class.
2013-07-15 02:47:37 -04:00
soh_cah_toa
d8a8e37029
Moved DM adapter setup into first "test" method.
...
Since #setup is called between each test, the database table would
otherwise be cleared every time.
2013-07-15 02:39:41 -04:00
soh_cah_toa
8270abd2d5
Added unit tests for Dns::Server public interface.
2013-07-15 02:12:31 -04:00
soh_cah_toa
3865aab7ee
Added unit tests for required config.yaml settings.
2013-07-15 02:07:26 -04:00
soh_cah_toa
123c3cdc04
FIXED UNIT TEST ISSUES!!! \(^o^)/
...
Load path and configuration setup belong in #startup along with any
required files. DataMapper adapter connections go in #setup. That's
the secret recipe.
2013-07-15 02:00:12 -04:00
soh_cah_toa
ebbadba6dd
Improved #run_server to check if EM reactor is already running.
...
Also moved Thread creation to inside #run_server instead of
forcing caller to do so.
2013-07-14 23:27:21 -04:00
Christian Frichot
a22926bc53
Merge remote-tracking branch 'origin/master'
2013-07-08 19:41:10 +08:00
bcoles
2c2b9a85f4
Update browser fingerprinting module firefox signatures
2013-07-08 10:57:02 +09:30
bcoles
dd811ca234
Add proxy detection using http headers to browser details
...
Add proxy details to browser log
Part of issue #527
Note: does not work for transparent proxies
2013-07-08 00:25:49 +09:30
Christian Frichot
acfdf45d16
Merge remote-tracking branch 'origin/master'
2013-07-06 15:10:43 +08:00
bcoles
e88c3c1f86
Add fake_notification_c module
...
Part of issue #695
2013-07-05 01:17:20 +09:30
bcoles
32b48e5172
Add some client-side debugging to browser.js
...
Perform minor code formatting changes
2013-07-04 23:50:34 +09:30
bcoles
b16d7e3563
Add fake_notification_ff module
...
Rename fake_notification module to fake_notification_ie
2013-07-04 23:12:01 +09:30
Christian Frichot
7e73c0a532
Merge remote-tracking branch 'origin/master'
2013-07-04 20:14:29 +08:00
bcoles
1bddb00ec8
Add Replace Video (Fake Plugin) module
...
Fix issue #695
2013-07-04 11:54:52 +09:30
bcoles
9daacd799e
Update version to beef-0.4.4.7
2013-07-04 08:20:05 +09:30
bcoles
4fe51dcd28
Update version to '0.4.4.6.1-alpha' bug fix edition
beef-0.4.4.6.1
2013-07-04 08:17:17 +09:30
bcoles
af6cf9e5d4
Add Firefox 23 and 24 support for Firefox aurora/beta users
...
Firefox 23 ETA August 2013
Firefox 24 ETA September 2013
2013-07-04 07:39:23 +09:30
BWZ
3705009982
LiveCD - updade bundles during beef update
...
Fixes #918
2013-07-02 18:19:41 +10:00
antisnatchor
7f1473ccbf
Added detection for Firefox 22 (and improved detection of FF 21/22 with a new DOM object).
2013-07-01 17:32:00 +01:00
antisnatchor
f869d2924a
Fixed an XSS discovered by Mario in the default keylogger.
2013-07-01 15:24:36 +01:00
Christian Frichot
0b1c753bd3
Merge remote-tracking branch 'origin/master'
2013-07-01 16:22:20 +08:00
gcatt
f6ebe9fac0
Revert "Add Unity Web Player detection"
...
This reverts commit 696e3715fe .
2013-07-01 10:11:20 +02:00
Christian Frichot
570a8266ed
Merge remote-tracking branch 'origin/master'
2013-07-01 16:10:33 +08:00
gcatt
696e3715fe
Add Unity Web Player detection
2013-07-01 10:07:47 +02:00
Christian Frichot
53536d9d86
Merge remote-tracking branch 'origin/master'
2013-07-01 07:04:42 +08:00
bcoles
e61b266921
update version
2013-07-01 00:42:47 +09:30
bmantra
8cf17b01a5
Merge pull request #916 from bmantra/master
...
added option to use only LF in the bind shell module for use with Linux
beef-0.4.4.6
2013-06-28 11:43:27 -07:00
bmantra
164ff5bea6
added option for LF only, to use with Linux
2013-06-28 20:42:53 +02:00
Michele Orru
6c6a33db50
Merge pull request #915 from Nbblrr/master
...
DNS Enumeration modules does not consider the user timeout parameter
2013-06-28 05:48:54 -07:00
Nbblrr
e95c74b5e1
DNS Enumeration module does not consider the user timeout parameter
2013-06-28 14:33:33 +02:00
soh_cah_toa
d9f7af2721
Reference point for broken unit tests.
...
NoMethodError and NameError are present.
2013-06-22 03:32:42 -04:00
Michele Orru
c70fa80468
Merge pull request #911 from gcattani/910-HasUnity
...
Add Unity Web Player detection
2013-06-19 03:06:42 -07:00
gcatt
1be8ec12fd
Add Unity Web Player detection
2013-06-18 23:59:43 +02:00
Christian Frichot
0dd499c71a
Updated browser detection to capture Chrome under iOS. See Issue #909
2013-06-16 16:19:58 +08:00
Christian Frichot
dab58f0e61
Updated hardware constants better detects and displays pure Nexus phones. Issue #908
2013-06-16 14:49:39 +08:00
Christian Frichot
2e68470d23
Android OS Icon should now display. See Issue #907
2013-06-16 14:27:12 +08:00
Christian Frichot
473f349394
Missing apostrophe in PHP-5.3.9-dos module.rb. This was breaking Rake. Make sure you run rake peeps before pushing!
2013-06-15 13:48:05 +08:00
Christian Frichot
dbebf12d27
Update to browser_filter. See Issue #906
2013-06-15 13:45:24 +08:00
Christian Frichot
96f763b7e0
Chrome 27/28 detection. Fixes Issue #905
2013-06-15 13:41:41 +08:00
bcoles
d40486c391
Add airlive_ip_camera_csrf module
2013-06-14 15:28:35 +09:30
Brendan Coles
d43f443555
Merge pull request #904 from Nbblrr/master
...
Add modules for detecting MS Office version and Bitdefender 2012
Fix issue #902
Fix issue #903
2013-06-13 22:38:37 -07:00
Nbblrr
2b473bfda9
Add module which detect MS Office version. Closes #903
2013-06-14 00:39:39 +02:00
Nbblrr
a2b627c8ae
Add module to detect bitdefender 2012. Closes #902
2013-06-14 00:07:00 +02:00