Christian Frichot
27c7e76554
Updated WebRTC extension with AdminUI enhancements and arbitrary command module execution
2015-11-27 11:00:35 -08:00
Brendan Coles
ed321bf5ec
Remove :cid property from Network extension data models
2015-09-30 07:20:29 +00:00
Brendan Coles
fe8aacecf4
Add Ipec unit test stub - Fix #586
2015-09-09 18:51:40 +00:00
Brendan Coles
3ef47151b5
Add XssRays unit test stub - Fix #578
2015-09-09 18:50:50 +00:00
Brendan Coles
091841fc1a
Add QRcode extension unit test stub
2015-09-09 18:47:11 +00:00
Brendan Coles
9a0a36176f
Add Proxy unit tests - Fix #30
2015-09-09 07:41:56 +00:00
Brendan Coles
44c5c73f97
Add Requester unit tests - Fix #29
2015-09-09 07:40:36 +00:00
Brendan Coles
2b19c2dd13
Add Proxy integration tests - Fix #30
2015-08-22 10:56:13 +00:00
antisnatchor
a2d4def983
Added readme for ARE enabled rules folder, removed jools test stuff
2015-07-27 10:45:35 +02:00
Brendan Coles
326e9536d6
Remove unused test cases
2015-07-08 08:33:00 +00:00
Brendan Coles
a1f0eb90c5
CamelCase for consistency
2015-07-08 08:28:29 +00:00
Christian Frichot
13593990e5
WebRTC extension FF fix
...
Thanks to updates in modern FFs handling of WebRTC
the webrtcadapter wrapper had to be updated.
To ensure this would be picked up, also added
WebRTC REST integration test cases.
The tests only run if the extension is enabled,
which is still OFF by default.
See Issue #1134 and #1083
2015-07-08 15:13:21 +08:00
Brendan Coles
0d3c123e26
Use NetworkService.add and NetworkHost.add
2015-06-28 17:30:14 +00:00
Brendan Coles
916828e131
Add 'verify_ssl' option to social engineering config
2015-06-28 08:53:23 +00:00
Brendan Coles
694ec61a02
Add TC_Modules test_safe_client_debug_log
2015-06-27 18:57:47 +00:00
Brendan Coles
1f40987355
Use RSpec::Matchers in TC_Login
2015-06-27 18:10:56 +00:00
Brendan Coles
c9c9bfa6ee
Decrease BeefTest.login sleep to 10 seconds
2015-06-27 17:51:54 +00:00
Brendan Coles
a98ca1ff98
Add test_port_scanner_results test case
2015-06-25 12:54:52 +00:00
Brendan Coles
423b66f424
Close unused Capybara sessions
2015-06-24 22:16:35 +00:00
Brendan Coles
1aaf529fdd
Add TC_NetworkRest test cases
2015-06-24 07:35:20 +00:00
Christian Frichot
f24dd22b05
SocEng RESTful API test case fix
...
The test_1_dns_spoof test will now work on OSX/nix by
using dig +short to get the A record instead of using
a large regex. In addition, the test will not iterate
over ALL local non-loopback IPs for a match.
See Issue #1083
2015-06-23 16:47:19 +08:00
Brendan Coles
68c1f87c42
set VICTIM_DOMAIN to localhost for tests
...
The VICTIM_DOMAIN and ATTACK_DOMAIN must be different.
The VICTIM_DOMAIN was 127.0.0.2 however Mac OSX does
not support 127.0.0.x unless aliased. Using 'localhost'
resolves this issue.
2015-06-23 07:30:57 +00:00
Christian Frichot
f51571d8b3
Updated base core filter to handle undefined/illegal/invalid UTF8 byte sequences. See Issue #1126
2015-06-23 09:13:30 +08:00
Brendan Coles
83f88ad401
Replace 'rest_client' with 'rest-client'
2015-06-22 15:15:48 +00:00
Brendan Coles
e31f0b8c44
use localhost for integration tests
2015-06-22 15:11:21 +00:00
Brendan Coles
b646535be3
Add TC_DynamicReconstruction test cases
2015-06-22 09:33:06 +00:00
Brendan Coles
a35f42da5b
Add TC_DynamicReconstruction.suite
2015-06-22 09:10:07 +00:00
Brendan Coles
c729408d4b
Capitalize login test case for consistency
2015-06-22 05:23:07 +00:00
Brendan Coles
f228f256de
Remove unused test cases
2015-06-22 05:20:07 +00:00
Brendan Coles
ad87ea7a56
replace backticks with IO.open
2015-05-14 07:43:53 +10:00
Brendan Coles
dad3be1b91
replace backticks with IO.open
2015-05-14 07:14:35 +10:00
Brendan Coles
aee7aed755
Add Network extension test case stub
2015-05-11 21:52:13 +00:00
Wade Alcorn
2fbca61368
Updated copyright dates
2014-12-30 07:44:58 +10:00
soh_cah_toa
07f1594a7a
Removed old DNS RESTful API temporary test suite.
...
Previously, this was used to make writing tests easier without having to
run the entire integration test suite (of which it is still a part of).
Somehow it accidentally got committed.
2014-05-03 20:42:40 -04:00
soh_cah_toa
01ad87250f
Removed unnecessary run_server unit tests.
...
Setting the server address:port is now handled by RubyDNS. Therefore,
verifying this via unit tests is no longer necessary.
2014-04-23 22:02:19 -04:00
soh_cah_toa
820ba3a2e7
Updated interface unit tests with new method names.
2014-04-23 21:50:23 -04:00
soh_cah_toa
3ed4098c2f
Added unit test assertions for new config options.
2014-04-23 21:47:45 -04:00
bcoles
c11d4d40ea
replace backticks with IO.open
2014-03-03 22:31:14 +10:30
antisnatchor
2f7ccf033c
Commented out the tests for DNS code.
2014-03-02 16:14:56 +00:00
antisnatchor
91fa8f4e63
Various fixes for the DNS extension code.
2014-03-02 16:05:57 +00:00
antisnatchor
ec9cf4d460
Manually merged DNS extension code (pull request 967 from @soh-cah-toa)
2014-03-02 12:56:33 +00:00
antisnatchor
9dcff5184d
Manually merged DNS extension code (pull request 967 from @soh-cah-toa)
2014-03-02 12:40:18 +00:00
Wade Alcorn
744b7649e7
Corrected some usages of domain to origin
2014-02-08 09:56:31 +10:00
soh_cah_toa
a75a95b663
Implemented DNS spoofer in social engineering extension.
...
The /api/seng/clone_page endpoint now accepts a boolean "dns_spoof"
key in the JSON request. This adds a DNS record pointing the
cloned webpage to the BeEF server.
Integration tests included.
2014-02-04 16:18:12 -05:00
Wade Alcorn
8003f1a47f
Updated the copyright year to 2014
2014-01-01 16:34:15 +10: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
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