Skip to content

Commit 715f20c

Browse files
committed
Add missing super in setup
1 parent 902951c commit 715f20c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/exploits/linux/http/f5_icall_cmd.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ def setup
7070
file = datastore['FILENAME']
7171
file ||= ".#{Rex::Text.rand_text_alphanumeric(16)}"
7272
@payload_path = ::File.join(datastore['PATH'], file)
73+
super
7374
end
7475

7576
def build_xml

0 commit comments

Comments
 (0)