Updated WordPress Plugin Security Testing Cheat Sheet (markdown)

Ryan Dewhurst
2020-11-19 12:32:59 +01:00
parent a787c8903a
commit 0beedd72bc

@@ -143,6 +143,7 @@ Use this [simple Burp Suite extention](https://gist.github.com/ethicalhack3r/7c2
- ```assert()```
- ```preg_replace()``` dangerous "e" flag deprecated since PHP >= 5.5.0 and removed in PHP >= 7.0.0.
- ```php://input``` reads raw data from the request body, can lead to RCE if used in eval
- ```call_user_func()``` calls a function from a string, see https://owasp.org/www-community/attacks/Function_Injection
## Authorisation