Skip to content

Instantly share code, notes, and snippets.

@ResistanceIsUseless
Created March 11, 2024 21:42
Show Gist options
  • Save ResistanceIsUseless/74363b2cc19449906f8577bb7c76853e to your computer and use it in GitHub Desktop.
Save ResistanceIsUseless/74363b2cc19449906f8577bb7c76853e to your computer and use it in GitHub Desktop.
jsluice patterns
[
{
"name": "base64",
"value": "(eyJ|YTo|Tzo|PD[89]|rO0)[%a-zA-Z0-9+/]+={0,2}",
"severity": "low"
},
{
"name": "genericSecret",
"key": "(secret|private|apikey)",
"value": "[%a-zA-Z0-9+/]+"
},
{
"name": "firebaseConfig",
"severity": "high",
"object": [
{"key": "apiKey", "value": "^AIza.+"},
{"key": "authDomain"},
{"key": "projectId"},
{"key": "storageBucket"}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment