SecLists icon indicating copy to clipboard operation
SecLists copied to clipboard

PHP code exec grep list missing three items

Open Harrison-Mitchell opened this issue 5 years ago • 2 comments

https://github.com/danielmiessler/SecLists/blob/d19c482b7516838d456b12745ff02dd186b33a1e/Pattern-Matching/grepstrings-auditing-php.md#command-execution

The following also allow code exec in PHP:

  • passthru()
  • proc_open()
  • popen()
  • backticks: `cmd`

Harrison-Mitchell avatar Nov 30 '19 09:11 Harrison-Mitchell

They are in

https://github.com/danielmiessler/SecLists/tree/master/Pattern-Matching/Source-Code-(PHP) , except backticks: cmd but maybe those can be merged ?

drwetter avatar Nov 30 '19 11:11 drwetter

Feel free to open up a PR

g0tmi1k avatar Nov 30 '19 20:11 g0tmi1k

Done! Thanks to @molangning

g0tmi1k avatar Nov 24 '23 15:11 g0tmi1k