fix lint error

patch-12
Dhiyaneshwaran 2024-09-25 16:19:50 +05:30 committed by GitHub
parent a9a621dd79
commit 2704088b35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -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: