保护网站免受恶意脚本和病毒的攻击
我正在使用 php 开发一个网站,我想知道如何保护我的网站免受病毒(如恶意脚本、黑客等)的攻击,
这是发生这种情况的方式,以及如何避免这种情况。
Curl有什么保护设施或者什么技术吗?
我更担心这一点,因为我的一个网站由于某种原因受到病毒的影响,并且我一直在使用数据库中的数据。
请告诉我有关此病毒防护的信息。
当我查看谷歌时,我得到了这个网址,但不确定它们的含义。
http://blog.unitedheroes.net/curl/
谁能告诉我有关保护措施的信息....
谢谢
I'm developing a website using php, i want to know how can i protect my site from the attack of virus, like malicious scripts, hackers etc.
which are the ways this will happen, and how can i avooid such situations.
is there any protecting facilities in Curl or any technologies.
I'm more concerned about this because one of my site is affected with virus for some reason and i'm using data from my database all the time.
so please tell me about this virus protection.
when i look into google i got this url but not sure what they are meant by that.
http://blog.unitedheroes.net/curl/
can any one tell me about the protective measures....
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
以下是要查看的页面列表:
PHP 安全错误
PHP 安全提示
PHP 安全手册
PHP 怪胎安全提示
Here is a list of pages to look at :
PHP Security Blunders
PHP Security tips
Security on PHP Manual
PHP freaks security tips
不确定这与 cURL 有什么关系...
正如 David Dorward 指出的那样,请阅读另一篇文章。有关更多 PHP 特定内容,我建议您阅读 SQL 注入和清理输入 http:// unixwiz.net/techtips/sql-injection.html。
您可能还需要在 Google 上查找与导致 PHP 服务器崩溃相关的文章。
您的网站受病毒影响如何?你是在说你的服务器吗?那完全是另一个问题了。
Not sure what this has to do with cURL...
As David Dorward pointed out, read the other post. For more PHP specific stuff, I suggest you read up on SQL injections and sanitizing input at http://unixwiz.net/techtips/sql-injection.html.
You may also want to Google for articles related to crashing your PHP server.
How's your site affection by a virus? Are you talking about your server? That's a whole another issue.