开发者

PHP Hacking and Security [closed]

开发者 https://www.devze.com 2023-02-13 08:24 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago. 开发者_如何学运维

What are the possible security holes that exist in PHP programing. Weak PHP programming.


The primary response you will get is SQL injection from input not properly sanitized. Another possibility I can think of offhand is allowing scripts to be uploaded and subsequently executed. OReilly has a book on the topic also, oreilly.com/catalog/9780596006563, Essential PHP Security. Also check out the PHP security guide -

http://phpsec.org/projects/guide/


Have a look at this: Historical security flaws of popular PHP CMS's?

0

精彩评论

暂无评论...
验证码 换一张
取 消