Add StackHawk API key exposure
parent
6d933f3a4c
commit
20a5a6b3a4
|
@ -0,0 +1,16 @@
|
||||||
|
id: stackhawk-api-key
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: StackHawk API Key
|
||||||
|
author: hazana
|
||||||
|
severity: high
|
||||||
|
tags: token,file
|
||||||
|
|
||||||
|
file:
|
||||||
|
- extensions:
|
||||||
|
- all
|
||||||
|
|
||||||
|
extractors:
|
||||||
|
- type: regex
|
||||||
|
regex:
|
||||||
|
- "hawk\\.[0-9A-Za-z\\-_]{20}\\.[0-9A-Za-z\\-_]{20}"
|
Loading…
Reference in New Issue