Adam Cammack
d612962ef4
Land #14197 , start testing on Ruby 2.7
2020-10-02 11:26:20 -05:00
Jeffrey Martin
66f04a95b7
better enforcement of binary mode on test fixtures
2020-10-01 14:29:10 -05:00
Spencer McIntyre
c0b42ff7a2
Land #13995 , Add a Windows Secrets Dump module
2020-09-30 11:47:59 -04:00
Grant Willcox
5986bc98f1
Land #14171 , Replace erroneous calls to get_service with calls to service
2020-09-30 10:05:13 -05:00
Christophe De La Fuente
67821e32c4
Password cracking integration
2020-09-29 20:36:39 +02:00
Jeffrey Martin
dceaf1d47c
force res and expected encoding in smb tests
2020-09-29 08:57:20 -05:00
adfoster-r7
0785e535aa
Land #14183 , update the debug command to additionally extract the web server logs
2020-09-29 12:48:55 +01:00
Grant Willcox
1a598b747d
Land #14186 , Add missing payload tests to rake spec file
2020-09-28 12:45:45 -05:00
Christophe De La Fuente
9cb419ae8c
Resync with master branch
2020-09-28 15:45:02 +02:00
Jeffrey Martin
894ce6b72b
ignore cache size for peinject stage
2020-09-25 16:12:44 -05:00
h00die
2c9e2f79d9
optional user level
2020-09-25 15:48:31 -04:00
Adam Galway
bccc17e4ae
updates tests to consider msf-ws.log
2020-09-25 14:45:33 +01:00
Jeffrey Martin
b790d697ac
add missing peinject stage payloads
2020-09-25 08:23:08 -05:00
h00die
92e41b2678
review comments
2020-09-23 10:36:26 -04:00
Adam Galway
571504642a
fixes get_service calls
2020-09-22 12:54:58 +01:00
h00die
5eb2884c7e
fix tests
2020-09-21 19:35:46 -04:00
h00die
610d4d86d2
initial vyos implementation
2020-09-20 19:48:20 -04:00
adfoster-r7
9ef5822d3a
Revert "Replaces erroneous calls to get_service"
2020-09-18 19:09:25 +01:00
Grant Willcox
a5c30be10b
Land #14143 , Replace erroneous calls to get_service
2020-09-17 10:41:15 -05:00
Adam Galway
14b233f957
fixes broken tests
2020-09-16 15:20:16 +01:00
Christophe De La Fuente
e11840c2a5
land #14031 , F5 processor
2020-09-14 18:38:58 +02:00
h00die
daa10ea735
enhance user data parsing
2020-09-12 10:07:23 -04:00
adfoster-r7
177f720f80
Land #14021 , when searching modules for multiple text terms, the search will now require for all words to be matched
2020-08-27 20:02:55 +01:00
h00die
bba98d4f16
fix spec
2020-08-21 11:32:26 -04:00
Jeffrey Martin
9a64e3cd38
Land #13913 , [GSoC] Specs for the SQLi library
2020-08-20 17:43:11 -05:00
h00die
26a83d5d5c
rubocop
2020-08-20 14:31:18 -04:00
h00die
c8a541c187
pre rubocop
2020-08-20 14:27:51 -04:00
h00die
14e0ebe7f6
handle md5 and plaintext passwords
2020-08-20 10:25:08 -05:00
h00die
43fabcad53
arista
2020-08-20 10:25:08 -05:00
Alan Foster
43ecb41575
Use and semantics when searching for text
2020-08-19 15:08:55 +01:00
dwelch-r7
3d1eba2b22
Land #13998 , Always use module cache for searching
...
Always use module cache for searching
2020-08-19 12:36:17 +01:00
Alan Foster
f8523cb3e2
Add additional tests for edge cases
2020-08-19 09:37:03 +01:00
dwelch-r7
e7061439ef
Adds rhost url support behind a feature flag
...
Tidy up test
Return a string instead of a URI object
Code review comments
Rubcocop
2020-08-18 12:25:27 +01:00
Alan Foster
baa33df45d
Always use module cache for searching
2020-08-14 19:14:54 +01:00
Christophe De La Fuente
24d002b9e0
Fix Msf::Post::Windows::Priv#decrypt_secret_data
...
Fix the size caclculation of the decrypted data
2020-08-13 17:47:50 +02:00
Niboucha Redouane
e4b77616fa
Minor formatting (rubocop -a)
2020-08-08 03:49:29 +02:00
Niboucha Redouane
1f17b07746
use Timecop, separate query_proc from sqli_obj, and address other issues in the specs
2020-08-08 03:30:12 +02:00
bwatters
231ad83773
Land #13860,Mikrotik Processing
...
Merge branch 'land-13860' into upstream-master
2020-08-07 14:48:22 -05:00
Alan Foster
a1d7bb62a9
Add feature configuration persistence
2020-08-07 16:42:57 +01:00
Alan Foster
d417f43b8d
Add WrappedTable support with feature flag integration
2020-08-07 16:42:54 +01:00
Jeffrey Martin
35017886b8
Land #13935 , Preliminary Version 6
2020-08-06 10:19:34 -05:00
Jeffrey Martin
9aa26d1208
Merge upstream into 6.x
2020-08-03 11:43:47 -05:00
Jeffrey Martin
8a86cad4a0
remove commented lines not needed
2020-07-31 11:56:52 -05:00
Jeffrey Martin
10e6c7a242
add missing fixture
2020-07-31 11:56:52 -05:00
Jeffrey Martin
0b65266ac1
adjust migration to proxy call to ActiveRecord
...
By adding proxy method the call to ActiveRecord::Migrator.migrations_paths
is decoupled from the migration task allowing more flexibility for the
underlying migration set selection to change in future Rails versions.
2020-07-31 11:56:51 -05:00
Jeffrey Martin
2c92d17ed9
refactor migration process for Rails 5
...
As noted in https://github.com/rails/rails/issues/36544 using
ActiveRecord migrations internally is not truly supported. This
workaround is valid for Rails 5 and might be easily adjusted
in Rails 6 although that is still TBD.
2020-07-31 11:56:51 -05:00
Jeffrey Martin
41776f093c
adjust xml spec to use FactoryBot for workspace
2020-07-31 11:56:51 -05:00
Jeffrey Martin
89d010a533
remove rails_bigdecimal_fix with rails 5 bump
2020-07-31 11:56:50 -05:00
Jeffrey Martin
772a24cb25
enforce json_rpc_spec to treat db as disabled
2020-07-31 11:56:50 -05:00
Jeffrey Martin
5d1c4dafa1
begin adjust migrations and remove old test
...
removed connection tests are from rails 3 expectations
2020-07-31 11:56:50 -05:00