We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b48880 commit 02e8994Copy full SHA for 02e8994
modules/exploits/windows/http/hpe_sim_76_amf_deserialization.rb
@@ -93,7 +93,7 @@ def check
93
})
94
return CheckCode::Safe('Failed to identify an active amfsecure endpoint on the target.') unless res&.code == 200
95
96
- CheckCode::Appears('Found an active amfsecure endpoint on the target!')
+ CheckCode::Detected('Found an active amfsecure endpoint on the target!')
97
end
98
99
def exploit
0 commit comments