qpscanner
qpscanner copied to clipboard
exclusion
I have tried several different regexes to try to exclude a directory called admin. but nothing seems to work. Do you have an example of a regex to use to exclude the admin directory?
Thank You
Try either .*/admin
or .*[\\/]admin[\\/].*