Skip to content

Commit 14e4a11

Browse files
committed
Added store_valid_credential
Added store_valid_credential
1 parent 26d6347 commit 14e4a11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/auxiliary/admin/http/fortra_filecatalyst_workflow_sqli.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ def run
257257
if title_block
258258
title_text = title_block.text.strip
259259
if title_text.include?('Administration')
260+
store_valid_credential(user: datastore['NEW_USERNAME'], private: datastore['NEW_PASSWORD'], proof: html)
260261
print_good('Login successful!')
261262
else
262263
fail_with(Failure::UnexpectedReply, 'Expected string "Administration" not found.')

0 commit comments

Comments
 (0)