{"id":18017749,"url":"https://github.com/assafmo/istorexit","last_synced_at":"2025-03-26T19:33:58.706Z","repository":{"id":31102359,"uuid":"126869169","full_name":"assafmo/IsTorExit","owner":"assafmo","description":"Check if an IP is a Tor exit node","archived":false,"fork":false,"pushed_at":"2022-06-06T07:40:09.000Z","size":643,"stargazers_count":45,"open_issues_count":2,"forks_count":9,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-22T07:51:22.230Z","etag":null,"topics":["command-line","exit-relay","npm-package","tor","tor-relay"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/assafmo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-26T18:03:03.000Z","updated_at":"2024-09-26T08:59:38.000Z","dependencies_parsed_at":"2022-07-24T20:32:25.476Z","dependency_job_id":null,"html_url":"https://github.com/assafmo/IsTorExit","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/assafmo%2FIsTorExit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/assafmo%2FIsTorExit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/assafmo%2FIsTorExit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/assafmo%2FIsTorExit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/assafmo","download_url":"https://codeload.github.com/assafmo/IsTorExit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245722813,"owners_count":20661830,"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":["command-line","exit-relay","npm-package","tor","tor-relay"],"created_at":"2024-10-30T04:24:14.627Z","updated_at":"2025-03-26T19:33:58.117Z","avatar_url":"https://github.com/assafmo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# IsTorExit\n\nCheck if an IP is a Tor exit node.\n\n[![npm version](https://badge.fury.io/js/istorexit.svg)](https://badge.fury.io/js/istorexit) [![CircleCI](https://circleci.com/gh/assafmo/IsTorExit.svg?style=shield\u0026circle-token=623500f4b3622a23c93c0141dcd8f3f5e9e17ee6)](https://circleci.com/gh/assafmo/IsTorExit)\n\n# Usage\n\n## CLI\n\n```console\n$ npm install -g istorexit\n$ istorexit --help\nNAME\n  istorexit - Check if an IP is a Tor exit node\n\nSYNOPSIS\n  istorexit [options] [IP...]\n\nOPTIONS\n  -h, --help\n      Print this message and exit\n$ istorexit 1.1.1.1 1.2.1.1 1.3.1.1 1.4.1.1 1.5.1.1 104.200.20.46\n1.1.1.1 false\n1.2.1.1 false\n1.3.1.1 false\n1.4.1.1 false\n1.5.1.1 false\n104.200.20.46 true\n```\n\n## NodeJs\n\n```js\nconst IsTorExit = require(\"istorexit\");\nIsTorExit(\"104.200.20.46\").then(console.log); // true\nIsTorExit(\"1.1.1.1\").then(console.log); // false\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fassafmo%2Fistorexit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fassafmo%2Fistorexit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fassafmo%2Fistorexit/lists"}