Skip to content

Commit d0d4c30

Browse files
committed
Fixing error message
1 parent 2b7cf76 commit d0d4c30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/http/pgadmin_binary_path_api.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def csrf_token
135135

136136
def exploit
137137
if auth_required? && !(datastore['USERNAME'].present? && datastore['PASSWORD'].present?)
138-
fail_with(Failure::BadConfig, 'Application requires authentication, provide credentials!')
138+
fail_with(Failure::BadConfig, 'The application requires authentication, please provide valid credentials')
139139
end
140140

141141
if auth_required?

0 commit comments

Comments
 (0)