Skip to content

Commit 65f764e

Browse files
msutovsky-r7jvoisin
andcommitted
Corrects CheckCode from Vulnerable to Appears
Co-authored-by: Julien Voisin <[email protected]>
1 parent 5bf842c commit 65f764e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/windows/persistence/linqpad_deserialization_persistence.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def check
6363
elsif file?(datastore['CACHE_PATH'] + '/autorefcache46.2.dat')
6464
return Exploit::CheckCode::Safe('Contains not vulnerable version of LINQPad')
6565
else
66-
return Exploit::CheckCode::Appears('LINPad and vulnerable cache file present, target possibly exploitable')
66+
return Exploit::CheckCode::Appears('LINQPad and vulnerable cache file present, target possibly exploitable')
6767
end
6868
end
6969

0 commit comments

Comments
 (0)