██████╗ ███╗ ██╗██╗ ██████╗ ███████╗███████╗
██╔═══██╗████╗ ██║██║██╔═══██╗██╔════╝██╔════╝
██║ ██║██╔██╗ ██║██║██║ ██║█████╗ █████╗
██║ ██║██║╚██╗██║██║██║ ██║██╔══╝ ██╔══╝
╚██████╔╝██║ ╚████║██║╚██████╔╝██║ ██║
╚═════╝ ╚═╝ ╚═══╝╚═╝ ╚═════╝ ╚═╝ ╚═╝ v2.0
一个简单的工具——纯Python编写——用于检查深网URL(或洋葱地址)。
✨阅读我的最新文章:检查深网链接。✨
访问 nikolaskama.me/onioffproject 获取更多信息。查看我的 博客 并在 Twitter 上关注我。
你可以通过克隆 Git 仓库 并安装其依赖来下载 ONIOFF:
~ ❯❯❯ git clone https://github.com/k4m4/onioff.git
~ ❯❯❯ cd onioff
~/onioff ❯❯❯ pip3 install -r requirements.txt
~/onioff ❯❯❯ python3 onioff.py
注意:为了让 ONIOFF 正常工作,必须正确配置并运行 Tor。
Usage: python3 onioff.py {onion} [options]
Options:
--version show program's version number and exit
-h, --help show this help message and exit
-f FILE, --file=FILE name of onion file
-o OUTPUT_FILE, --output=OUTPUT_FILE
output filename
-a, --active log active onions only to output file
Examples:
python3 onioff.py http://xmh57jrzrnw6insl.onion/
python3 onioff.py -f ~/onions.txt -o ~/report.txt -a
python3 onioff.py https://facebookcorewwwi.onion/ -o ~/report.txt
要查看所有可用选项,请运行:
~/onioff ❯❯❯ python3 onioff.py -h
以下是简短演示:
(更多演示请点击 此处)
版权所有 2016-2017 Nikolaos Kamarinakis。保留部分权利。
ONIOFF 遵循 MIT 许可证 的条款,所有澄清内容详见 许可证文件。
更多信息请访问 官方项目页面。 你也可以随时通过电子邮件联系我:nikolaskam{at}gmail{dot}com。