Skip to content

Commit

Permalink
Feat: Add new Keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
mamad-1999 committed Jan 17, 2025
1 parent d3ef636 commit 12c89ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/keywords.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "general",
"keywords": [
{
"pattern": "\\$[0-9]+|[0-9]+\\$|¥[0-9]+|[0-9]+¥|\\bMoney\\b|My\\sFirst\\sBug\\sBounty|My\\sFirst\\sBounty|\\bVDP\\b",
"pattern": "\\$[0-9]+|[0-9]+\\$|¥[0-9]+|[0-9]+¥|£[0-9]+|[0-9]+£|€[0-9]+|[0-9]+€|\\bMoney\\b|My\\sFirst\\sBug\\sBounty|My\\sFirst\\sBounty|\\bVDP\\b",
"threadID": "MONEY_THREAD_ID",
"priority": 2
},
Expand Down Expand Up @@ -81,7 +81,7 @@
{
"pattern": "\\bCVE\\b|\\bexploit-db\\b",
"threadID": "CVE_THREAD_ID",
"priority": 7
"priority": 3
}
]
},
Expand Down Expand Up @@ -116,12 +116,12 @@
{
"pattern": "\\bOSINT\\b|\\bOpen-Source\\s?Intelligence\\b|\\bOpen\\s?Source\\s?Intelligence\\b|\\bOsint4fun\\b|\\bImage\\sGeolocation\\b|\\bGeolocation\\b",
"threadID": "OSINT_THREAD_ID",
"priority": 2
"priority": 3
},
{
"pattern": "\\bCryptography\\b|\\bEncryption\\b|\\bDecryption\\b|\\bHashes\\b|\\bEncoding\\b|\\bDecoding\\b|\\bCipher\\b|\\bSymmetric\\s?Encryption\\b|\\bAsymmetric\\s?Encryption\\b|\\bRSA\\b|\\bAES\\b|\\bElliptic\\s?Curve\\b|\\bKey\\s?Management\\b|\\bDigital\\s?Signature\\b|\\bCryptanalysis\\b|\\bCryptographic\\s?Protocol\\b|\\bHMAC\\b|\\bSHA\\s?1\\b|\\bSHA\\s?2\\b|\\bSHA\\s?3\\b|\\bSHA-256\\b|\\bSHA-512\\b|\\bMD5\\b|\\bPBKDF2\\b|\\bSalt\\b|\\bBcrypt\\b|\\bArgon2\\b|\\bBlowfish\\b|\\bTwofish\\b|\\bSerpent\\b|\\bDES\\b|\\bTriple\\s?DES\\b|\\bGPG\\b|\\bOpenSSL\\b|\\bHashcat\\b|\\bJohn\\s?the\\s?Ripper\\b|\\bCain\\s?and\\s?Abel\\b|\\bBase64\\b|\\bHex\\b|\\bROT13\\b",
"threadID": "CRYPTOGRAPHIC_THREAD_ID",
"priority": 2
"priority": 8
}
]
}
Expand Down

0 comments on commit 12c89ab

Please sign in to comment.