
🌰 딥 웹 링크 검사를 위한 onion URL 검사기.
██████╗ ███╗ ██╗██╗ ██████╗ ███████╗███████╗
██╔═══██╗████╗ ██║██║██╔═══██╗██╔════╝██╔════╝
██║ ██║██╔██╗ ██║██║██║ ██║█████╗ █████╗
██║ ██║██║╚██╗██║██║██║ ██║██╔══╝ ██╔══╝
╚██████╔╝██║ ╚████║██║╚██████╔╝██║ ██║
╚═════╝ ╚═╝ ╚═══╝╚═╝ ╚═════╝ ╚═╝ ╚═╝ v2.0
순수 Python으로 작성된 간단한 도구 - 딥 웹 URL(또는 onion) 검사용.
✨최신 글 읽기: 딥 웹 링크 검사하기.✨
더 자세한 내용은 nikolaskama.me/onioffproject를 방문하세요. 블로그를 확인하고 Twitter에서 저를 팔로우하세요.
ONIOFF는 Git 저장소를 클론하고 요구 사항을 설치하여 다운로드할 수 있습니다:
~ ❯❯❯ 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
짧은 데모입니다:
(더 많은 데모를 보려면 여기를 클릭하세요)
Copyright 2016-2017 by Nikolaos Kamarinakis. Some rights reserved.
ONIOFF는 MIT 라이선스 조건에 따라 제공되며, 라이선스 파일에 명시된 모든 설명을 따릅니다.
자세한 내용은 공식 프로젝트 페이지를 방문하세요. 언제든지 nikolaskam{at}gmail{dot}com으로 이메일을 보내주셔도 됩니다.