{"id":20215888,"url":"https://github.com/jimywork/certstreamcatcher","last_synced_at":"2025-04-10T14:44:42.447Z","repository":{"id":40537201,"uuid":"114684658","full_name":"jimywork/certstreamcatcher","owner":"jimywork","description":" This tool is based on regex with effective standards for detecting phishing sites in real time using certstream and can also detect punycode (IDNA) attacks.","archived":false,"fork":false,"pushed_at":"2018-11-30T00:00:56.000Z","size":179,"stargazers_count":81,"open_issues_count":0,"forks_count":19,"subscribers_count":8,"default_branch":"master","last_synced_at":"2024-10-10T09:30:38.251Z","etag":null,"topics":["certstream","nodejs","phising","regex"],"latest_commit_sha":null,"homepage":"https://twitter.com/6IX7ine","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jimywork.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-18T20:28:23.000Z","updated_at":"2024-09-27T14:46:23.000Z","dependencies_parsed_at":"2022-06-29T21:31:44.486Z","dependency_job_id":null,"html_url":"https://github.com/jimywork/certstreamcatcher","commit_stats":null,"previous_names":["6ix7ine/certstreamcatcher"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimywork%2Fcertstreamcatcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimywork%2Fcertstreamcatcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimywork%2Fcertstreamcatcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jimywork%2Fcertstreamcatcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jimywork","download_url":"https://codeload.github.com/jimywork/certstreamcatcher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248234010,"owners_count":21069494,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["certstream","nodejs","phising","regex"],"created_at":"2024-11-14T06:25:19.171Z","updated_at":"2025-04-10T14:44:42.431Z","avatar_url":"https://github.com/jimywork.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Certstreamcatcher\nCatching phishing by observing [certificate transparency logs](https://www.certificate-transparency.org/known-logs). This tool is based on regex with effective standards for detecting phishing sites in real time using [certstream](https://github.com/CaliDog/certstream-js) and can also detect [punycode (IDNA)](https://en.wikipedia.org/wiki/Punycode) attacks such as https://www.ṁyetḣerwallet.com.\n\n\n### Phishing \n\n[![Phishing](https://pbs.twimg.com/media/DY-k7YFWsAA_f8l.jpg)](https://twitter.com/6IX7ine/status/943229448614182912)\n\n\n### Installation\n\n```\n$ cd /opt/\n$ git clone https://github.com/6IX7ine/certstreamcatcher.git\n$ cd certstreamcatcher\n$ npm install\n```\n\n### npm package\n\nTo install certstreamcatcher using `npm` run:\n\n  \tnpm install --save certstreamcatcher\n       \n### Try on npm runkit\n\nThis is a playground to test certstreamcatcher\n\n[https://npm.runkit.com/certstreamcatcher](https://npm.runkit.com/certstreamcatcher)\n    \n### Usage\nThe certstreamcatcher is extremely simple, all you have to do is to import the library **certstreamcatcher** and certstream register the callback and call **certstreamClientPhishing** and pass the callback parameter to certstreamClientPhishing.\n\n```\nconst certstreamcatcher = require('certstreamcatcher'); \nconst certstream = require(\"certstream\");\n\nconst regex = /(wellsfargo|paypal|login|sign-in|secure|update|money|sslsecure|amazon)/gi; # Keywords\n\nconst tlds = ['.io','.gq','.ml','.cf','.tk','.xyz','.pw','.cc']; # tlds \n\nvar client = new certstream(function(certstream) {  \n\tcertstreamcatcher.certstreamClientPhishing(certstream, regex, tlds, {tlds: true});\n});\n\nclient.connect();\n```\nTo execute the program save the above code and execute with the command:\n```\n$ node certstreamcatcher.js\n```\n\n\n\n\n\n## Donations\n* XMR: `49m12JEEC6HPCHkLMX5QL4SrDQdKwh6eb4Muu8Z9CwA9MwemhzFQ3VcgHwyuR73rC22WCymTUyep7DVrfN3GPt5JBCekPrR`\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimywork%2Fcertstreamcatcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjimywork%2Fcertstreamcatcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjimywork%2Fcertstreamcatcher/lists"}