mirror of
https://github.com/vee1e/capa-rules.git
synced 2026-09-01 19:07:15 +00:00
Flexible version of send HTTP request (#1110)
* Flexible version of send HTTP request * Fix lint errors
This commit is contained in:
parent
94e855bebc
commit
7f70ec18ff
1 changed files with 3 additions and 2 deletions
|
|
@ -31,8 +31,9 @@ rule:
|
|||
- api: winhttp.WinHttpConnect
|
||||
- and:
|
||||
- match: send data on socket
|
||||
- or:
|
||||
- string: /^(GET|POST|PUT|PATCH|HEAD|DELETE)\s+\/\S*\s+HTTP\/\d+(\.\d+)?/i
|
||||
- and:
|
||||
- string: /^(GET|POST|PUT|PATCH|HEAD|DELETE)/i
|
||||
- string: /HTTP\/1\.\d/i
|
||||
- and:
|
||||
- format: dotnet
|
||||
- or:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue