Ashley Donaldson
ebd927da44
Apply suggestions from code review
...
Co-authored-by: Grant Willcox <63261883+gwillcox-r7@users.noreply.github.com >
2021-11-12 11:56:49 +11:00
Ashley Donaldson
e1b8a79c37
Added test cases for environment variable expansion on Linux
2021-11-11 20:44:40 +11:00
Tim W
4289c8b3ea
Land #15441 , add date filtering to stdapi_fs_search
2021-09-28 15:55:43 +01:00
Tim W
f096102e1c
add test case to search for an exact modified date
2021-09-24 18:58:39 +01:00
bwatters
07204dc99e
Rubocop -A
2021-09-14 07:41:45 -05:00
bwatters
51c4c9bd4e
Update file library and file test module to work correctly
...
- added file append
- changed powershell commands to script-style (they seem to work much better)
- cleaned out use of string literals for filenames in test module
2021-09-14 07:41:45 -05:00
Tim W
4228f071ca
add tests for file.search
2021-09-09 19:32:18 +01:00
Spencer McIntyre
7f56fccafc
Remove an extra spec in a function definition
2021-05-24 14:36:22 -04:00
Spencer McIntyre
50c013bcbb
Add a compat req and fix railgun mixin references
2021-05-04 09:29:23 -04:00
Spencer McIntyre
7cf5879836
Add a meterpreter test for enumerating core commands
2021-02-19 15:51:39 -06:00
Jeffrey Martin
dbce3982fd
Land #14067 , [GSoC] Module for CVE-2019-13375, and PostgreSQL support for the library
2021-02-14 12:11:09 -06:00
Tim W
cef120b0cd
fix railgun file_version and add test
2020-12-11 15:08:19 +00:00
dwelch-r7
1617b3ec9b
Use zeitwerk for lib/msf/core folder
2020-12-07 10:31:45 +00:00
Niboucha Redouane
17c7c4fdbe
Fix issues
2020-10-27 00:55:06 +01:00
Niboucha Redouane
3dd5c9af7a
Add postgres sqli test module
2020-10-26 18:18:25 +01:00
Alan Foster
30809787c4
Convert disclosure dates to iso8601
2020-10-02 21:00:37 +01:00
Niboucha Redouane
95ce79b418
Add more options to the test module
2020-08-27 16:28:38 +02:00
Niboucha Redouane
4374edd37a
add truncated SQLi in SQLite, and update test module to add it as an option
2020-08-27 16:28:38 +02:00
Niboucha Redouane
8f9a849591
fix test module, and fix logging
2020-08-27 16:28:38 +02:00
Niboucha Redouane
477f7313a2
Avoid repertitive code in blind injections
2020-08-27 16:28:38 +02:00
Niboucha Redouane
26e5fc99de
add SQLite injection library, and test module (against sqlite_lab)
2020-08-27 16:28:38 +02:00
OJ
ec2d1a886f
Update modules to reference COMMAND IDs not strings
2020-06-09 11:38:14 +10:00
Tim W
78bd74eaec
add a test for stderr output to the cmd_exec tests
2020-05-21 14:47:12 +08:00
bwatters-r7
299865bdeb
* Clean up cmd_exec test module's dead code and add support for
...
inconsistent windows platform type.
* Add extra front chomp to shell_command response string because
there's a leading newline there.. for some reason?
2019-10-17 13:30:43 -05:00
Jeffrey Martin
e98e69fb80
add automation tests for bluekeep server targets
2019-06-19 13:54:14 -05:00
Jacob Robles
af1afca1e3
Land #11940 , Add files to test that may not be open
2019-06-05 15:03:33 -05:00
bwatters-r7
cd182e2014
Land #11938 , fix cmd_exec tests on python/windows
...
Merge branch 'land-11938' into upstream-master
2019-06-04 08:01:49 -05:00
bwatters-r7
e425547398
Add some files to the test that are not likely to be open
2019-06-03 08:25:46 -05:00
Tim W
cd460aa2cb
fix cmd_exec tests on python/windows
2019-06-03 03:47:52 +08:00
Brent Cook
53557cc92e
replace trivial usage of expand_path with getenv
...
expand_path is not implemented consistently across platforms and
sessions, which leads to confusing behavior. In places where we have trivial
single variable expansions, this changes modules and library code to just use
getenv.
We'll look at the rest individually to see if they can also be reimplemented in
terms of getenv.
2019-05-31 17:44:35 -05:00
Brent Cook
625f383ade
blank
2019-05-02 10:01:21 -05:00
Brent Cook
ad1190b5c1
check for platform-specific env. variables
...
'USERNAME' is not a standard environment variable outside of Windows,
which leads to this test failing on non-Windows Meterpreter platforms.
2019-05-02 09:55:58 -05:00
Tim W
488104fbde
fix loadpath test/modules
2018-11-20 14:29:36 +08:00
Jeffrey Martin
1e60a72028
add automation test for smb_ms17_010 scanner module
2018-08-17 16:31:06 -05:00
Jacob Robles
2856c46199
Update test cases
2018-06-28 18:26:54 -05:00
Jacob Robles
dfbc72dfbc
Update tests
2018-06-25 15:06:23 -05:00
bwatters-r7
7e34f27004
Land #9246 , Support RHOSTS for exploit modules
2018-05-16 14:40:25 -05:00
Brent Cook
60bed4bd1b
tidy tests, add ms17_010_psexec
2018-05-08 17:44:08 -05:00
Brent Cook
0c391c4003
reduce sleeps for a test we're running on every PR
2018-05-07 06:55:02 -05:00
Brent Cook
ad78ee347b
run json files through 'python -m json.tool'
2018-05-07 00:29:23 -05:00
Brent Cook
4de2dc5f8c
don't disable smbv1 just yet
2018-05-07 00:24:38 -05:00
dmohanty-r7
7fa001ba50
Add tests for test lab
2018-05-07 00:24:38 -05:00
Jeffrey Martin
cacb9af731
update test for CPE abstraction
2018-03-13 16:13:04 -05:00
Brent Cook
a9f340a7a7
remove run_range, nothing in MSF uses it (we don't care about Pro here)
2018-03-12 17:07:48 -05:00
bwatters-r7
ccbc7fcefe
Land #9606 , Add some tests for cmd_exec
...
Merge branch 'for-the-windows' into upstream-master
2018-03-06 15:13:07 -06:00
bwatters-r7
43bc159022
Fix if/end
2018-03-06 15:01:15 -06:00
bwatters-r7
4694ef6723
Make Rubocop less angy
2018-03-06 14:54:00 -06:00
bwatters-r7
b13a54ba2b
clean up some code and skip non-windows tests
2018-03-06 10:10:53 -06:00
bwatters-r7
6c177b7c3b
Add windows checks
2018-03-06 12:14:33 +07:00
Jeffrey Martin
bb0d5ba8da
decouple hosts and targets for tests
2018-02-25 17:10:22 -06:00