Skip to content

Instantly share code, notes, and snippets.

@rodnt
Last active August 14, 2022 23:31
Show Gist options
  • Save rodnt/d7c2a75b929025418fd36c2bb32851b9 to your computer and use it in GitHub Desktop.
Save rodnt/d7c2a75b929025418fd36c2bb32851b9 to your computer and use it in GitHub Desktop.
Code review PHP functions
  • Path traversal ( these functions can be used to read files )

    • functions
      • readfile()
      • file_get_contents()
      • fopen()
      • fread()
      • fgets()
  • Server Side Request Forgery ( SSRF )

    • functions
      • parse_url()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment