Skip to content

Commit ef797ef

Browse files
committed
missing shell_injection kind method
1 parent 0d3be41 commit ef797ef

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/aikido/zen/attack.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ def humanized_name
9999
"shell injection"
100100
end
101101

102+
def kind
103+
"shell_injection"
104+
end
105+
102106
def metadata
103107
{
104108
command: @command

0 commit comments

Comments
 (0)