This code will find image files with .gif and .jpg extensions which are present in a HTML or CSS code. Here I am using the prefix '/asmproxy/' to identify the resource and then checking if extension ends with a .gif or .jpg.
This Regex has its limitations as we are using prefix.
Submitted by Suman Mummaneni - 2 years ago