Answer the question
In order to leave comments, you need to log in
Is one regular expression enough?
Here is a regular expression, it removes everything except from a to z.
$url_path = preg_replace('/[^a-z]/', '', $url_path);
strip_tags($_GET['input_text']);
$input_text = htmlspecialchars($input_text);
$input_text = mysql_escape_string
I did not find. Can this method cause a vulnerability?
Answer the question
In order to leave comments, you need to log in
For URL: No. Can not.
And then - it all depends on the script code (for example, a router), which can open access even with a normal URL request.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question