Commit Graph

208 Commits

Author SHA1 Message Date
Wade Alcorn
0d2a30eab7 Added vnc obfuscation test stub for issue #587 2012-01-20 21:33:19 +10:00
Wade Alcorn
b6155f3dd0 Added vnc unit test stub for issue #585 2012-01-20 21:29:45 +10:00
Wade Alcorn
6116db3b8d Added xssrays unit test stub for issue #573 2012-01-20 21:23:59 +10:00
Wade Alcorn
caad492226 Added autorun unit test stub for issue #583 2012-01-20 21:20:54 +10:00
Wade Alcorn
17e8289822 Added social engineering unit test stub for issue #584 2012-01-20 21:17:27 +10:00
Wade Alcorn
9ee9bf6c2b Fixed typo 2012-01-20 21:13:07 +10:00
Wade Alcorn
a47c1c296c Changed login delay for automated tests 2012-01-19 08:48:11 +10:00
Wade Alcorn
2e2f0f66bc Re-added the loading of the unit test library 2012-01-16 23:46:53 +10:00
Wade Alcorn
d5ecc31f46 Removed test-unit warning 2012-01-16 23:09:54 +10:00
Wade Alcorn
a9ce3f1a96 Added helper functions for starting attacker and victim browsers 2012-01-13 23:39:25 +10:00
Wade Alcorn
a08126d296 Added hooking browser test 2012-01-13 23:32:31 +10:00
Wade Alcorn
e31d2ae8a6 Added to verify the logs tab exists 2012-01-13 23:08:52 +10:00
Wade Alcorn
5024b8a3f8 Added integration test helper functions for logging in and logging out 2012-01-13 22:55:32 +10:00
Wade Alcorn
da7997aaad Added domain constants 2012-01-13 22:20:02 +10:00
Wade Alcorn
2b8d9c393f Added iptables helper script 2012-01-13 22:18:42 +10:00
Wade Alcorn
0f43ba6036 Added improved file structure to tests 2012-01-13 21:39:04 +10:00
Christian Frichot
bd09e1ffdb Shifted my previous commit into this new code (uh conflicts) and changed bundle to bundle install? 2012-01-13 17:44:58 +08:00
Christian Frichot
a15d8b9c9b Command Module Unit Tests - Edition 1. See issue #32 2012-01-13 17:28:30 +08:00
Wade Alcorn
72f4c10ff1 Added screencapture direct in /tmp for storage of screenshots 2012-01-13 17:25:21 +10:00
Wade Alcorn
5716da2af6 Added screenshot capture to integration tests 2012-01-13 17:15:58 +10:00
Wade Alcorn
57f0654b27 Added login screen shot capture 2012-01-13 15:53:25 +10:00
Wade Alcorn
3d37e99fc0 Removed debian incompatible code 2012-01-12 22:15:48 +10:00
Wade Alcorn
1f4ce62e0a Minor updates to test suite descriptions 2012-01-12 17:31:53 +10:00
Wade Alcorn
34c4cc66ad Added integration tests using capybara, selenium and firefox 2012-01-12 17:25:12 +10:00
Wade Alcorn
1fec60d3bb Moved MSF tests to the 'thirdparty' directory. 2012-01-12 17:24:33 +10:00
Wade Alcorn
cbaf8ab6b7 Updated unit test structure 2012-01-12 17:23:04 +10:00
Wade Alcorn
84d92bba1a Added teardown clean up code 2012-01-12 14:24:38 +10:00
Wade Alcorn
29a7296b3e Commented out the inconsistent dynamic reconstruction tests. 2012-01-06 13:43:18 +10:00
Saafan
a5c6179e10 Cleans up rake output for MSFIntegration Unit tests. Fixes issue 28 2012-01-05 16:14:51 +02:00
Wade Alcorn
06899ca267 Year updated from 2011 to 2012 2011-12-31 22:24:36 +10:00
Wade Alcorn
316bff1b7d Simple msf check added in tests. 2011-12-31 09:59:05 +10:00
Wade Alcorn
db2be8ba16 Added msfrpc-client gem check for unit tests 2011-12-31 09:58:11 +10:00
Wade Alcorn
999802ad69 Added ignore to the eval grep tests. 2011-12-30 21:54:43 +10:00
Wade Alcorn
04f14df92d Fixed MSF Tests 2011-12-30 21:54:03 +10:00
Ben Waugh
1b25522ce0 fixed bug in MSF startup during rake tests 2011-12-27 23:23:17 +10:00
Ben Waugh
3ec19fec99 MSF starts/stops with unit tests
Added BeEF.rc with MSF starting parameters
changed ts_beef.rb to startup and shutdown MSF before/after unit tests
2011-12-27 18:31:43 +10:00
root
3bf52944d7 Added metasploit rpc module test cases , this may need cleaning up. 2011-12-16 13:40:36 -05:00
Scott Brown
a90065f1e9 Removing forced test failure 2011-12-08 11:04:46 +10:00
Scott Brown
7eafb477c2 Testing Jenkins auto test setup - forced failure. 2011-12-08 10:03:33 +10:00
antisnatchor
c993bc2381 Fixed unit tests errors: increase sleep delay to 0.1 sec 2011-12-01 14:22:18 +01:00
antisnatchor
4c1ed2ee2e completely removed WebRick dependency and references in the code!! fuck yeah 2011-11-22 10:20:44 +01:00
antisnatchor
9995c7a42e removed unuseful webrick import from TestSuite 2011-11-19 20:21:11 +01:00
antisnatchor
88bb429d04 adapted DynamicReconstruction Tests to the new Thin server. Rake => all tests passed 2011-11-19 20:10:10 +01:00
bcoles@gmail.com
3fadfaf258 Patched bug in test/unit/tc_grep.rb
Now uses ../../ instad of ../../../



git-svn-id: https://beef.googlecode.com/svn/trunk@1408 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-04 17:07:58 +00:00
wade@bindshell.net
e340b2b505 change the eval grep unit tests to ignore the test file.
git-svn-id: https://beef.googlecode.com/svn/trunk@1407 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-04 10:07:29 +00:00
wade@bindshell.net
cabb74e864 Installed Gem 'curb' check added to the unit tests
git-svn-id: https://beef.googlecode.com/svn/trunk@1401 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-03 07:36:06 +00:00
wade@bindshell.net
e32ed54ed6 Ruby version 1.9 check added to unit tests
git-svn-id: https://beef.googlecode.com/svn/trunk@1400 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-03 07:34:36 +00:00
wade@bindshell.net
320271a51f Dynamic Reconstruction test cases added
git-svn-id: https://beef.googlecode.com/svn/trunk@1399 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-11-03 07:33:38 +00:00
wade@bindshell.net
801d098e97 Another test added which greps the source base for the eval function.
git-svn-id: https://beef.googlecode.com/svn/trunk@1375 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-10-20 13:51:12 +00:00
wade@bindshell.net
c8799f49a3 basic filesystem tests added
git-svn-id: https://beef.googlecode.com/svn/trunk@1354 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
2011-10-05 11:58:28 +00:00