fix lint error
parent
a9a621dd79
commit
2704088b35
|
@ -20,9 +20,9 @@ info:
|
|||
tags: cve,cve2023,dragonfly,info-leak,jwt,secret
|
||||
|
||||
variables:
|
||||
orig_iat: '{{to_unix_time(unixtime())}}'
|
||||
exp: '{{to_number(orig_iat)+4000 }}'
|
||||
payload: '{"id":1,"exp":{{exp}},"orig_iat":{{orig_iat}}}'
|
||||
orig_iat: '{{to_unix_time(unixtime())}}'
|
||||
exp: '{{to_number(orig_iat)+4000 }}'
|
||||
payload: '{"id":1,"exp":{{exp}},"orig_iat":{{orig_iat}}}'
|
||||
|
||||
http:
|
||||
- raw:
|
||||
|
|
Loading…
Reference in New Issue