Merge pull request #3644 from projectdiscovery/antsword-backdoor

Create antsword-backdoor.yaml
patch-1
Prince Chaddha 2022-02-02 00:14:26 +05:30 committed by GitHub
commit b1fe83b35b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
id: antsword-backdoor
info:
name: Antsword backdook
author: ffffffff0x
severity: critical
description: 蚁剑「绕过 disable_functions」插件生成的 shell
reference: https://github.com/AntSwordProject/AntSword-Labs/tree/master/bypass_disable_functions/9
tags: backdoor,antsword
requests:
- method: POST
path:
- "{{BaseURL}}/.antproxy.php"
headers:
Content-Type: application/x-www-form-urlencoded
body: 'ant=echo md5("antproxy.php");'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "951d11e51392117311602d0c25435d7f"
- type: status
status:
- 200