Skip to content

Commit e9b9c80

Browse files
committed
Fix rapid7#9307, credit to @r0610205
1 parent 76823e9 commit e9b9c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/exploits/multi/http/bassmaster_js_injection.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def send_payload
124124
return true
125125

126126
# incase we are not targeting the default app
127-
elsif res and res.code == 500 and es.body !=~ /id/
127+
elsif res and res.code == 500 and res.body !=~ /id/
128128
return true
129129
end
130130
return false

0 commit comments

Comments
 (0)