Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timdenholm/e2e5afcde6bf63c8d6b22895e629cbc6 to your computer and use it in GitHub Desktop.
Save timdenholm/e2e5afcde6bf63c8d6b22895e629cbc6 to your computer and use it in GitHub Desktop.
SQLi Regex
/(?:and)(?:\s|(?:%20))(?:"|\'|(?:%27))?(\d)(?:"|\'|(?:%27))?(?:\s|(?:%20))?(?:=|(?:%3D))?(?:\s|(?:%20))?(?:"|\'|(?:%27))?(?:\s|(?:%20))?\1/gi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment