I want to find the URL on my company website and with at least one get parameter.
Something like http://www.mysite.com/info.php?id=212
So, should there be a symbol in it ? .
However, I tried to use
website: .mysite.com filetype: php inurl :?
And it turned out so many pages without any GET parameter, why inurl doesn't work :? ?
source
share