File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change 19
19
type_directory : 'exploits'
20
20
21
21
it_should_behave_like 'all modules with module type can be instantiated' ,
22
- module_type : 'nop ' ,
22
+ module_type : 'evasion ' ,
23
23
modules_pathname : modules_pathname ,
24
- type_directory : 'nops '
24
+ type_directory : 'evasion '
25
25
26
26
it_should_behave_like 'all modules with module type can be instantiated' ,
27
- module_type : 'post ' ,
27
+ module_type : 'nop ' ,
28
28
modules_pathname : modules_pathname ,
29
- type_directory : 'posts'
29
+ type_directory : 'nops'
30
+
30
31
it_should_behave_like 'all modules with module type can be instantiated' ,
31
32
module_type : 'payload' ,
32
33
modules_pathname : modules_pathname ,
33
34
type_directory : 'payload'
35
+
36
+ it_should_behave_like 'all modules with module type can be instantiated' ,
37
+ module_type : 'post' ,
38
+ modules_pathname : modules_pathname ,
39
+ type_directory : 'post'
34
40
end
You can’t perform that action at this time.
0 commit comments