soh_cah_toa
9d4ea6c224
Fixed issue mentioned in FIXME comment in RubyDNS::Server#match.
...
Changed 'block.class.name' to just 'block' in case/when clause.
2013-07-22 22:42:27 -04:00
soh_cah_toa
b2aed14234
Added regex support to #add_rule (tests included).
...
Due to strange behavior in Sourcify, the /.../ literal syntax cannot
be used as a parameter; only %r{} or Regexp::new. There is a note
for this in the documentation for #add_rule.
2013-07-22 22:37:39 -04:00
Saafan
75f33016ea
Added support for target browser detection for MSF modules #530
2013-07-22 08:49:56 -04:00
Christian Frichot
7f64c94e03
New Module - Fake LastPass Dialog
2013-07-21 13:53:44 +08:00
Christian Frichot
82a70fbcd0
Detect LastPass module (except on IE) - #802
2013-07-20 13:58:20 +08:00
soh_cah_toa
6a62cf9eaa
Added public attributes 'address' and 'port' to Dns::Server.
...
This removes the need to search config.yaml for the address:port.
Also included unit tests.
2013-07-19 22:33:40 -04:00
soh_cah_toa
8d961c1938
Added support for rules that fail to resolve (e.g. NXDOMAIN).
...
Included unit tests.
2013-07-19 22:15:25 -04:00
soh_cah_toa
141a12a92f
Included #remove_ruleset in public interface tests.
2013-07-17 18:19:56 -04:00
soh_cah_toa
95d0ddbe87
Added new method #remove_ruleset that clears the entire DNS ruleset.
...
Included unit tests as well.
2013-07-17 18:16:46 -04:00
soh_cah_toa
9cfb98963d
Added unit tests for #get_ruleset.
2013-07-16 23:48:46 -04:00
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