スポンサーリンク

PHPIDSはPHP-Intrustion Detection Systemです。
PHPのWebアプリケーションのための、シンプルで、構造化され、
速い、セキュリティレイヤーだとか。

http://php-ids.org/

デモページもある。
http://demo.php-ids.org/

とりあえず、試してみると、こんなカンジ。
found injection: <script>alert('xss');</script>

rule: (?:\\?\W.*\>)|(?:\s?\/>)
rule-description: finds html breaking injections including whitespace attacks
impact: 4

rule: (?:\\?\W.*\<)
rule-description: finds attribute breaking injections including whitespace attacks
impact: 4

rule: (?:\\?\W\s*(?:\)|\}))
rule-description: finds closing javascript breaker including whitespace attacks
impact: 4

rule: (?:(?:\(|\{)\s*\\?\W)
rule-description: finds opening javascript breaker including whitespace attacks
impact: 4

rule: (?:javascript:|@import|;base64|alert[\s]?\(|expression[\s]?\(|urn[\s]?\(|fromCha...
rule-description: detects imported poisoned stylesheets, base64 attacks, vbscript probings and typical js injections
impact: 4

rule: (?:\<s(?:.*)t)
rule-description: detects obfuscated script tags
impact: 2

rule: (?:\<[\/]?(?:(?:[i]?frame)|(?:script)|(?:input)|(?:button)(?:textarea)|(?:sty...
rule-description: detects possibly malicious html elements including some attributes
impact: 4

Overall impact: 26


スポンサーリンク
スポンサーリンク
 
いつもシェア、ありがとうございます!


もっと情報を探しませんか?

関連記事

最近の記事

人気のページ

スポンサーリンク
 

過去ログ

2020 : 01 02 03 04 05 06 07 08 09 10 11 12
2019 : 01 02 03 04 05 06 07 08 09 10 11 12
2018 : 01 02 03 04 05 06 07 08 09 10 11 12
2017 : 01 02 03 04 05 06 07 08 09 10 11 12
2016 : 01 02 03 04 05 06 07 08 09 10 11 12
2015 : 01 02 03 04 05 06 07 08 09 10 11 12
2014 : 01 02 03 04 05 06 07 08 09 10 11 12
2013 : 01 02 03 04 05 06 07 08 09 10 11 12
2012 : 01 02 03 04 05 06 07 08 09 10 11 12
2011 : 01 02 03 04 05 06 07 08 09 10 11 12
2010 : 01 02 03 04 05 06 07 08 09 10 11 12
2009 : 01 02 03 04 05 06 07 08 09 10 11 12
2008 : 01 02 03 04 05 06 07 08 09 10 11 12
2007 : 01 02 03 04 05 06 07 08 09 10 11 12
2006 : 01 02 03 04 05 06 07 08 09 10 11 12
2005 : 01 02 03 04 05 06 07 08 09 10 11 12
2004 : 01 02 03 04 05 06 07 08 09 10 11 12
2003 : 01 02 03 04 05 06 07 08 09 10 11 12

サイト

Vim入門

C言語入門

C++入門

JavaScript/Node.js入門

Python入門

FreeBSD入門

Ubuntu入門

セキュリティ入門

パソコン自作入門

ブログ

トップ


プライバシーポリシー