Added additional fckeditor path
parent
bfd40054e4
commit
b78eceb857
|
@ -2,7 +2,7 @@ id: webeditors
|
||||||
|
|
||||||
info:
|
info:
|
||||||
name: Web Editors
|
name: Web Editors
|
||||||
author: princechaddha
|
author: princechaddha,bernardofsr
|
||||||
severity: info
|
severity: info
|
||||||
tags: panel
|
tags: panel
|
||||||
|
|
||||||
|
@ -10,6 +10,7 @@ requests:
|
||||||
- method: GET
|
- method: GET
|
||||||
path:
|
path:
|
||||||
- "{{BaseURL}}/fckeditor/_samples/default.html"
|
- "{{BaseURL}}/fckeditor/_samples/default.html"
|
||||||
|
- "{{BaseURL}}/fckeditor/editor/filemanager/connectors/uploadtest.html"
|
||||||
- "{{BaseURL}}/ckeditor/samples/"
|
- "{{BaseURL}}/ckeditor/samples/"
|
||||||
- "{{BaseURL}}/editor/ckeditor/samples/"
|
- "{{BaseURL}}/editor/ckeditor/samples/"
|
||||||
- "{{BaseURL}}/ckeditor/samples/sample_posteddata.php"
|
- "{{BaseURL}}/ckeditor/samples/sample_posteddata.php"
|
||||||
|
@ -17,12 +18,14 @@ requests:
|
||||||
- "{{BaseURL}}/fck/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.php"
|
- "{{BaseURL}}/fck/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.php"
|
||||||
- "{{BaseURL}}/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellcheckder.php"
|
- "{{BaseURL}}/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellcheckder.php"
|
||||||
- "{{BaseURL}}/ueditor/php/getRemoteImage.php"
|
- "{{BaseURL}}/ueditor/php/getRemoteImage.php"
|
||||||
|
|
||||||
matchers:
|
matchers:
|
||||||
- type: word
|
- type: word
|
||||||
words:
|
words:
|
||||||
- "<title>FCKeditor"
|
- "<title>FCKeditor"
|
||||||
- "<title>CKEditor Samples</title>"
|
- "<title>CKEditor Samples</title>"
|
||||||
- "http://ckeditor.com</a>"
|
- "http://ckeditor.com</a>"
|
||||||
|
- "Custom Uploader URL:"
|
||||||
- "init_spell()"
|
- "init_spell()"
|
||||||
- "'tip':'"
|
- "'tip':'"
|
||||||
condition: or
|
condition: or
|
||||||
|
|
Loading…
Reference in New Issue