mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-25 12:41:53 +08:00
加强poc fuzz模块,支持跑备份文件、目录、shiro-key(默认跑10key,可用-full参数跑100key)等。新增ms17017利用(使用参数: -sc add),可在ms17010-exp.go自定义shellcode,内置添加用户等功能。 新增poc、指纹。支持socks5代理。因body指纹更全,默认不再跑ico图标。
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
name: poc-yaml-fckeditor-info
|
||||
sets:
|
||||
path:
|
||||
- "/fckeditor/_samples/default.html"
|
||||
- "/fckeditor/editor/filemanager/connectors/uploadtest.html"
|
||||
- "/ckeditor/samples/"
|
||||
- "/editor/ckeditor/samples/"
|
||||
- "/ckeditor/samples/sample_posteddata.php"
|
||||
- "/editor/ckeditor/samples/sample_posteddata.php"
|
||||
- "/fck/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellchecker.php"
|
||||
- "/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/spellcheckder.php"
|
||||
rules:
|
||||
- method: GET
|
||||
path: /{{path}}
|
||||
follow_redirects: false
|
||||
expression: |
|
||||
response.body.bcontains(b'<title>FCKeditor') || response.body.bcontains(b'<title>CKEditor Samples</title>') || response.body.bcontains(b'http://ckeditor.com</a>') || response.body.bcontains(b'Custom Uploader URL:') || response.body.bcontains(b'init_spell()') || response.body.bcontains(b"'tip':'")
|
||||
detail:
|
||||
author: shadown1ng(https://github.com/shadown1ng)
|
||||
Reference in New Issue
Block a user