mirror of
https://github.com/github/codeql.git
synced 2026-01-03 09:40:17 +01:00
Add new Argument Injection sinks
This commit is contained in:
@@ -5,12 +5,12 @@ extensions:
|
||||
# https://gtfobins.github.io/
|
||||
# https://0xn3va.gitbook.io/cheat-sheets/web-application/command-injection/argument-injection
|
||||
data:
|
||||
- ["(awk)(.*?)", 2, 3]
|
||||
- ["(curl)(.*?)", 2, 3]
|
||||
- ["(find)(.*?)", 2, 3]
|
||||
- ["(git)(.*?)", 2, 3]
|
||||
- ["(sed)(.*?)", 2, 3]
|
||||
- ["(tar)(.*?)", 2, 3]
|
||||
- ["(wget)(.*?)", 2, 3]
|
||||
- ["(zip)(.*?)", 2, 3]
|
||||
- ["(awk)\\s(.*?)", 2, 3]
|
||||
- ["(curl)\\s(.*?)", 2, 3]
|
||||
- ["(find)\\s(.*?)", 2, 3]
|
||||
- ["(git)\\s(.*?)", 2, 3]
|
||||
- ["(sed)\\s(.*?)", 2, 3]
|
||||
- ["(tar)\\s(.*?)", 2, 3]
|
||||
- ["(wget)\\s(.*?)", 2, 3]
|
||||
- ["(zip)\\s(.*?)", 2, 3]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user