
🌰 Un inspector de URLs onion para inspeccionar enlaces de la deep web.
██████╗ ███╗ ██╗██╗ ██████╗ ███████╗███████╗
██╔═══██╗████╗ ██║██║██╔═══██╗██╔════╝██╔════╝
██║ ██║██╔██╗ ██║██║██║ ██║█████╗ █████╗
██║ ██║██║╚██╗██║██║██║ ██║██╔══╝ ██╔══╝
╚██████╔╝██║ ╚████║██║╚██████╔╝██║ ██║
╚═════╝ ╚═╝ ╚═══╝╚═╝ ╚═════╝ ╚═╝ ╚═╝ v2.0
Una herramienta simple - escrita en Python puro - para inspeccionar URLs de la Deep Web (o cebollas).
✨Lee mi último artículo: Inspecting Deep Web Links.✨
Visita nikolaskama.me/onioffproject para más información. Echa un vistazo a mi blog y sígueme en Twitter.
Puedes descargar ONIOFF clonando el Repositorio Git e instalando sus dependencias:
~ ❯❯❯ git clone https://github.com/k4m4/onioff.git
~ ❯❯❯ cd onioff
~/onioff ❯❯❯ pip3 install -r requirements.txt
~/onioff ❯❯❯ python3 onioff.py
NOTA: Para que ONIOFF funcione, Tor debe estar correctamente configurado y en ejecución.
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
Para ver todas las opciones disponibles ejecuta:
~/onioff ❯❯❯ python3 onioff.py -h
Aquí tienes una breve demostración:
(Para más demostraciones haz clic aquí)
Copyright 2016-2017 por Nikolaos Kamarinakis. Algunos derechos reservados.
ONIOFF está bajo los términos de la Licencia MIT, siguiendo todas las aclaraciones indicadas en el archivo de licencia.
Para más información dirígete a la página oficial del proyecto. También puedes enviarme un correo electrónico en cualquier momento a nikolaskam{at}gmail{dot}com.