Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP code exec grep list missing three items #377

Closed
Harrison-Mitchell opened this issue Nov 30, 2019 · 3 comments
Closed

PHP code exec grep list missing three items #377

Harrison-Mitchell opened this issue Nov 30, 2019 · 3 comments

Comments

@Harrison-Mitchell
Copy link

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`
@drwetter
Copy link
Contributor

drwetter commented Nov 30, 2019 via email

@g0tmi1k
Copy link
Collaborator

g0tmi1k commented Nov 30, 2019

Feel free to open up a PR

@g0tmi1k
Copy link
Collaborator

g0tmi1k commented Nov 24, 2023

Done! Thanks to @molangning

@g0tmi1k g0tmi1k closed this as completed Nov 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants