Skip to content

Commit 02e8994

Browse files
committed
Update check method to fix an incorrect check code, change from Appears to Detected
1 parent 2b48880 commit 02e8994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/http/hpe_sim_76_amf_deserialization.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def check
9393
})
9494
return CheckCode::Safe('Failed to identify an active amfsecure endpoint on the target.') unless res&.code == 200
9595

96-
CheckCode::Appears('Found an active amfsecure endpoint on the target!')
96+
CheckCode::Detected('Found an active amfsecure endpoint on the target!')
9797
end
9898

9999
def exploit

0 commit comments

Comments
 (0)