{"id":13474819,"url":"https://github.com/k4m4/onioff","last_synced_at":"2025-10-10T10:36:49.896Z","repository":{"id":48082095,"uuid":"69590043","full_name":"k4m4/onioff","owner":"k4m4","description":"🌰 An onion url inspector for inspecting deep web links.","archived":false,"fork":false,"pushed_at":"2022-08-04T13:05:58.000Z","size":60,"stargazers_count":654,"open_issues_count":4,"forks_count":128,"subscribers_count":43,"default_branch":"master","last_synced_at":"2025-03-28T21:08:03.044Z","etag":null,"topics":["deep-web","infosec","python","threading","tor"],"latest_commit_sha":null,"homepage":"https://nikolaskama.me/onioffproject","language":"Python","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/k4m4.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":"code-of-conduct.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-09-29T17:15:49.000Z","updated_at":"2025-03-26T10:29:00.000Z","dependencies_parsed_at":"2022-08-12T18:10:51.490Z","dependency_job_id":null,"html_url":"https://github.com/k4m4/onioff","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k4m4%2Fonioff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k4m4%2Fonioff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k4m4%2Fonioff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/k4m4%2Fonioff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/k4m4","download_url":"https://codeload.github.com/k4m4/onioff/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247256112,"owners_count":20909240,"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":["deep-web","infosec","python","threading","tor"],"created_at":"2024-07-31T16:01:15.034Z","updated_at":"2025-10-10T10:36:49.797Z","avatar_url":"https://github.com/k4m4.png","language":"Python","readme":"\u003c!-- \u003ch1 align=\"center\"\u003e\n    \u003cimg width=\"650\" src=\"https://nikolaskama.me/content/images/2017/05/_1023323.png\" alt=\"ONIOFF Logo\"\u003e\n\u003c/h1\u003e --\u003e\n\n```\n ██████╗ ███╗   ██╗██╗ ██████╗ ███████╗███████╗\n██╔═══██╗████╗  ██║██║██╔═══██╗██╔════╝██╔════╝\n██║   ██║██╔██╗ ██║██║██║   ██║█████╗  █████╗\n██║   ██║██║╚██╗██║██║██║   ██║██╔══╝  ██╔══╝\n╚██████╔╝██║ ╚████║██║╚██████╔╝██║     ██║\n ╚═════╝ ╚═╝  ╚═══╝╚═╝ ╚═════╝ ╚═╝     ╚═╝ v2.0\n```\n\n[![Build Status](https://travis-ci.org/k4m4/onioff.svg?branch=master)](https://travis-ci.org/k4m4/onioff)\n[![License Badge](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/k4m4/onioff/blob/master/license)\n[![Compatibility](https://img.shields.io/badge/python-3-brightgreen.svg)](https://github.com/k4m4/onioff)\n[![Say Thanks](https://img.shields.io/badge/say-thanks-ff69b4.svg)](https://saythanks.io/to/k4m4)\n[![GitHub Stars](https://img.shields.io/github/stars/k4m4/onioff.svg)](https://github.com/k4m4/onioff/stargazers)\n\n\u003e A simple tool - written in pure python - for inspecting Deep Web URLs (or onions). \n\n- Compatible with Python 3🎉.\n- Author: [Nikolaos Kamarinakis](mailto:nikolaskam@gmail.com) ([nikolaskama.me](https://nikolaskama.me/))\n\n---\n\n\u003cp align=\"center\"\u003e✨Read my latest post: \u003ca href=\"http://resources.infosecinstitute.com/inspecting-deep-web-links\"\u003e\u003ci\u003eInspecting Deep Web Links.\u003c/i\u003e\u003c/a\u003e✨\u003c/p\u003e\n\n---\n\n\u003cp align=\"center\"\u003e\n    \u003csub\u003eVisit \u003ca href=\"https://nikolaskama.me/onioffproject/\"\u003e\u003ccode\u003enikolaskama.me/onioffproject\u003c/code\u003e\u003c/a\u003e for more information. Check out my \u003ca href=\"https://nikolaskama.me\"\u003eblog\u003c/a\u003e and follow me on \u003ca href=\"https://twitter.com/nikolaskama\"\u003eTwitter\u003c/a\u003e.\u003c/sub\u003e\n\u003c/p\u003e\n\n\u003cbr\u003e\n\n# Installation \n\nYou can download ONIOFF by cloning the [Git Repo](https://github.com/k4m4/onioff) and simply installing its requirements:\n\n```\n~ ❯❯❯ git clone https://github.com/k4m4/onioff.git\n~ ❯❯❯ cd onioff\n~/onioff ❯❯❯ pip3 install -r requirements.txt\n~/onioff ❯❯❯ python3 onioff.py\n```\n\n**NOTE**: In order for ONIOFF to work, Tor must be correctly configured and running.\n\n\u003cbr\u003e\n\n# Usage\n\n```\nUsage: python3 onioff.py {onion} [options]\n\nOptions:\n  --version             show program's version number and exit\n  -h, --help            show this help message and exit\n  -f FILE, --file=FILE  name of onion file\n  -o OUTPUT_FILE, --output=OUTPUT_FILE\n                        output filename\n  -a, --active          log active onions only to output file\n\nExamples:\n  python3 onioff.py http://xmh57jrzrnw6insl.onion/\n  python3 onioff.py -f ~/onions.txt -o ~/report.txt -a\n  python3 onioff.py https://facebookcorewwwi.onion/ -o ~/report.txt\n```\n\nTo view all available options run:\n\n```\n~/onioff ❯❯❯ python3 onioff.py -h\n```\n\n\u003cbr\u003e\n\n# Demo\n\nHere's a short demo:\n\n[![ONIOFF Demo](https://nikolaskama.me/content/images/2016/09/onioff_demo.png)](https://asciinema.org/a/87557?autoplay=1)\n\n(For more demos click [here](https://asciinema.org/~k4m4))\n\n\u003cbr\u003e\n\n# Developer\n\n- **Nikolaos Kamarinakis** (k4m4) - [@nikolaskama](https://twitter.com/nikolaskama)\n\n\u003cbr\u003e\n\n# License\n\nCopyright 2016-2017 by [Nikolaos Kamarinakis](mailto:nikolaskam@gmail.com). Some rights reserved.\n\nONIOFF is under the terms of the [MIT License](https://www.tldrlegal.com/l/mit), following all clarifications stated in the [license file](https://raw.githubusercontent.com/k4m4/onioff/master/license).\n\n\u003cbr\u003e\n\nFor more information head over to the [official project page](https://nikolaskama.me/onioffproject/).\nYou can also go ahead and email me anytime at **nikolaskam{at}gmail{dot}com**. \n","funding_links":[],"categories":["\u003ca id=\"9eee96404f868f372a6cbc6769ccb7f8\"\u003e\u003c/a\u003e新添加的","\u003ca id=\"6e80463404d46f0493cf6e84597e4b5c\"\u003e\u003c/a\u003e工具","Tools","Python","Uncategorized","\u003ca id=\"9eee96404f868f372a6cbc6769ccb7f8\"\u003e\u003c/a\u003e工具","Python (1887)"],"sub_categories":["\u003ca id=\"31185b925d5152c7469b963809ceb22d\"\u003e\u003c/a\u003e新添加的","\u003ca id=\"e99ba5f3de02f68412b13ca718a0afb6\"\u003e\u003c/a\u003eTor\u0026\u0026\u0026Onion\u0026\u0026洋葱","Uncategorized"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk4m4%2Fonioff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fk4m4%2Fonioff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fk4m4%2Fonioff/lists"}