Skip to content

Commit

Permalink
Feat: New Topic add to Telegram and script "cryptographic"
Browse files Browse the repository at this point in the history
  • Loading branch information
mamad-1999 committed Jan 16, 2025
1 parent a468065 commit c4b61b4
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/writeup-finder-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
echo "PROGRAMMINGLANGS_THREAD_ID=4867" >> $GITHUB_WORKSPACE/.env
echo "CVE_THREAD_ID=5189" >> $GITHUB_WORKSPACE/.env
echo "OSINT_THREAD_ID=5782" >> $GITHUB_WORKSPACE/.env
echo "CRYPTOGRAPHIC_THREAD_ID=8668" >> $GITHUB_WORKSPACE/.env
echo "DB_HOST=${{ secrets.DB_HOST }}" >> $GITHUB_WORKSPACE/.env
echo "DB_PORT=5432" >> $GITHUB_WORKSPACE/.env
echo "DB_NAME=${{ secrets.DB_NAME }}" >> $GITHUB_WORKSPACE/.env
Expand Down
5 changes: 5 additions & 0 deletions data/keywords.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,11 @@
"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
},
{
"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|\\bCyberChef\\b|\\bBurp\\s?Suite\\b|\\bBase64\\b|\\bHex\\b|\\bROT13\\b",
"threadID": "CRYPTOGRAPHIC_THREAD_ID",
"priority": 2
}
]
}
Expand Down
11 changes: 11 additions & 0 deletions data/url.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,18 @@ https://medium.com/feed/tag/web-security-tools
https://medium.com/feed/tag/recon
https://medium.com/feed/tag/tryhackme
https://medium.com/feed/tag/picoctf
https://medium.com/feed/tag/hackthebox-writeup
https://medium.com/feed/tag/hackerone
https://medium.com/feed/tag/intigriti
https://medium.com/feed/tag/osint
https://medium.com/feed/tag/open-source-intelligence
https://medium.com/feed/tag/osint-tools
https://medium.com/feed/tag/intelligence
https://medium.com/feed/tag/cve
https://medium.com/feed/tag/exploit
https://medium.com/feed/tag/hashing
https://medium.com/feed/tag/cryptography
https://medium.com/feed/tag/encryption
https://medium.com/feed/tag/owasp-top-10
https://medium.com/feed/tag/ssrf
https://medium.com/feed/tag/sqli
Expand Down Expand Up @@ -61,6 +69,8 @@ https://medium.com/feed/tag/sql-injection
https://medium.com/feed/tag/bug-bounty-writeup
https://medium.com/feed/tag/bugbounty-writeup
https://medium.com/feed/tag/bug-bounty-tips
https://medium.com/feed/tag/mobile-hacking
https://medium.com/feed/tag/android-hacking
https://medium.com/feed/@NahamSec
https://medium.com/feed/@jhaddix
https://medium.com/feed/@TomNomNom
Expand All @@ -70,6 +80,7 @@ https://medium.com/feed/@projectdiscovery
https://medium.com/feed/@infosecwriteups
https://medium.com/feed/@securitylit
https://medium.com/feed/@cappriciosec
https://medium.com/feed/@projectdiscovery
https://medium.com/feed/@newp_th
https://medium.com/feed/@pdelteil
https://ruvlol.medium.com/feed
Expand Down
1 change: 1 addition & 0 deletions utils/filters.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ func LoadKeywords(configPath string) ([]KeywordPattern, error) {
"PROGRAMMINGLANGS_THREAD_ID": GetEnv("PROGRAMMINGLANGS_THREAD_ID"),
"CVE_THREAD_ID": GetEnv("CVE_THREAD_ID"),
"OSINT_THREAD_ID": GetEnv("OSINT_THREAD_ID"),
"CRYPTOGRAPHIC_THREAD_ID": GetEnv("CRYPTOGRAPHIC_THREAD_ID"),
}

// Load JSON config
Expand Down

0 comments on commit c4b61b4

Please sign in to comment.