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 1919 type_directory : 'exploits'
2020
2121 it_should_behave_like 'all modules with module type can be instantiated' ,
22- module_type : 'nop ' ,
22+ module_type : 'evasion ' ,
2323 modules_pathname : modules_pathname ,
24- type_directory : 'nops '
24+ type_directory : 'evasion '
2525
2626 it_should_behave_like 'all modules with module type can be instantiated' ,
27- module_type : 'post ' ,
27+ module_type : 'nop ' ,
2828 modules_pathname : modules_pathname ,
29- type_directory : 'posts'
29+ type_directory : 'nops'
30+
3031 it_should_behave_like 'all modules with module type can be instantiated' ,
3132 module_type : 'payload' ,
3233 modules_pathname : modules_pathname ,
3334 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'
3440end
You can’t perform that action at this time.
0 commit comments