Regex to retrieve includes from classic ASP

pxlxgstzhk

New Member
I have a project to search 1400+ classic asp websites in search of all the places that we are passing usernames and passwords. In doing this I need to retrieve all of the includes as most of this logic is in an include. I have built a code crawler but am having a hard time coming-up with what seems to be a simple regex to return all the includes in a gives file.The pattern is like this:\[code\] <!--#include file="includes/headers.inc"-->\[/code\]Could somebody please help me with this. I need something that will match this pattern and return everything between the Any help would be greatly appreciated.
 
Back
Top